fixed path to the checkerboard image

pull/3402/head
Vadim Pisarevsky 10 years ago
parent 5044e0f590
commit 80a985c894
  1. 2
      modules/python/test/test.py

@ -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…
Cancel
Save