Skip to content

Commit 62fe9e7

Browse files
committed
Tunned FastCV test range.
1 parent b027623 commit 62fe9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/fastcv/test/test_cluster_euclidean.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ TEST_P(ClusterEuclideanTest, accuracy)
112112
Mat(clusterBindings).convertTo(bindings8u, CV_8U);
113113
Mat(trueClusterBindings).convertTo(trueBindings8u, CV_8U);
114114
double normH = cv::norm(bindings8u, trueBindings8u, NORM_HAMMING) / nPts;
115-
EXPECT_LT(normH, 0.658);
115+
EXPECT_LT(normH, 0.66);
116116
}
117117
}
118118

@@ -121,4 +121,4 @@ INSTANTIATE_TEST_CASE_P(FastCV_Extension, ClusterEuclideanTest,
121121
::testing::Values(2, 10, 32), // nDims
122122
::testing::Values(5, 10, 16))); // nClusters
123123

124-
}} // namespaces opencv_test, ::
124+
}} // namespaces opencv_test, ::

0 commit comments

Comments
 (0)