mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge branch 4.x
This commit is contained in:
@@ -972,6 +972,10 @@ class SamplesFindFile(NewOpenCVTests):
|
||||
except cv.error as _e:
|
||||
pass
|
||||
|
||||
class AlgorithmImplHit(NewOpenCVTests):
|
||||
def test_callable(self):
|
||||
res = cv.getDefaultAlgorithmHint()
|
||||
self.assertTrue(res is not None)
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user