Skip to content

Commit

Permalink
fix for MIN_NUM_MATCHES failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 4, 2024
1 parent e3cdf48 commit 63946b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webarkit_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TEST(WebARKitConfigTest, TestConfigValues) {
EXPECT_EQ(DEFAULT_MAX_FEATURES, 8000);
EXPECT_EQ(TEBLID_MAX_FEATURES, 10000);
EXPECT_EQ(N, 10);
EXPECT_EQ(MIN_NUM_MATCHES, 50);
EXPECT_EQ(MIN_NUM_MATCHES, 8);
EXPECT_EQ(maxLevel, 3);
EXPECT_EQ(featureDetectPyramidLevel, 1.05f);
EXPECT_EQ(featureBorder, 8);
Expand Down

0 comments on commit 63946b4

Please sign in to comment.