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:
@@ -18,3 +18,6 @@ class stitching_test(NewOpenCVTests):
|
||||
|
||||
self.assertAlmostEqual(pano.shape[0], 685, delta=100, msg="rows: %r" % list(pano.shape))
|
||||
self.assertAlmostEqual(pano.shape[1], 1025, delta=100, msg="cols: %r" % list(pano.shape))
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user