mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
fixed path to the checkerboard image
This commit is contained in:
parent
5044e0f590
commit
80a985c894
@ -92,7 +92,7 @@ class Hackathon244Tests(NewOpenCVTests):
|
||||
|
||||
def test_fast(self):
|
||||
fd = cv2.FastFeatureDetector_create(30, True)
|
||||
img = self.get_sample("samples/cpp/right02.jpg", 0)
|
||||
img = self.get_sample("samples/data/right02.jpg", 0)
|
||||
img = cv2.medianBlur(img, 3)
|
||||
imgc = cv2.cvtColor(img, cv2.COLOR_GRAY2BGR)
|
||||
keypoints = fd.detect(img)
|
||||
|
Loading…
Reference in New Issue
Block a user