mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
python(test): tests filtering
This commit is contained in:
@@ -57,4 +57,8 @@ class gaussian_mix_test(NewOpenCVTests):
|
||||
cv2.norm(covs[i] - ref_distrs[j][1], cv2.NORM_L2) / cv2.norm(ref_distrs[j][1], cv2.NORM_L2) < covEps):
|
||||
matches_count += 1
|
||||
|
||||
self.assertEqual(matches_count, cluster_n)
|
||||
self.assertEqual(matches_count, cluster_n)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user