We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 236ad4a + 97bb91d commit ecb6d03Copy full SHA for ecb6d03
modules/ml/misc/python/test/test_goodfeatures.py
@@ -11,7 +11,7 @@
11
class TestGoodFeaturesToTrack_test(NewOpenCVTests):
12
def test_goodFeaturesToTrack(self):
13
arr = self.get_sample('samples/data/lena.jpg', 0)
14
- original = arr.copy(True)
+ original = arr.copy()
15
threshes = [ x / 100. for x in range(1,10) ]
16
numPoints = 20000
17
0 commit comments