Added images necessary for tests

This commit is contained in:
Vitaly Tuzov
2016-02-25 17:25:24 +03:00
parent aaa30dc5b6
commit 25b4d8a1b5
18 changed files with 18 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ class texture_flow_test(NewOpenCVTests):
def test_texture_flow(self):
img = self.get_sample('samples/data/pic6.png')
img = self.get_sample('samples/cpp/pic6.png')
gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
h, w = img.shape[:2]