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

@@ -18,7 +18,7 @@ class morphology_test(NewOpenCVTests):
def test_morphology(self):
fn = 'samples/data/rubberwhale1.png'
fn = 'samples/gpu/rubberwhale1.png'
img = self.get_sample(fn)
modes = ['erode/dilate', 'open/close', 'blackhat/tophat', 'gradient']