提交 ecb6d03c 编写于 作者: A Alexander Alekhin

Merge pull request #18445 from alalek:fix_test_python_ml

......@@ -11,7 +11,7 @@ from tests_common import NewOpenCVTests
class TestGoodFeaturesToTrack_test(NewOpenCVTests):
def test_goodFeaturesToTrack(self):
arr = self.get_sample('samples/data/lena.jpg', 0)
original = arr.copy(True)
original = arr.copy()
threshes = [ x / 100. for x in range(1,10) ]
numPoints = 20000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册