Fix loading images in python tests

This commit is contained in:
Vladislav Sovrasov
2016-01-28 17:13:58 +03:00
parent ab4d375349
commit 5625d79508
9 changed files with 28 additions and 28 deletions

View File

@@ -61,7 +61,7 @@ class squares_test(NewOpenCVTests):
def test_squares(self):
img = cv2.imread('../../../samples/data/pic1.png')
img = self.get_sample('samples/data/pic1.png')
squares = find_squares(img)
testSquares = [