1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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
+1 -1
View File
@@ -26,7 +26,7 @@ class houghlines_test(NewOpenCVTests):
def test_houghlines(self):
fn = "/samples/data/pic1.png"
fn = "/samples/cpp/pic1.png"
src = self.get_sample(fn)
dst = cv2.Canny(src, 50, 200)