Adds run example target in Ant

This commit is contained in:
Julien Lengrand-Lambert
2011-12-06 13:40:35 +01:00
parent e89264db54
commit 18d90b8f7e
16 changed files with 604 additions and 169 deletions

View File

@@ -28,7 +28,7 @@ import tippy.display_operations as do
user_input = 0
img_name = "data/gnu.jpg"
img_name = "tippy/data/gnu.jpg"
threshold = 20
connectivity = 8
img = cv.LoadImage(img_name, cv.CV_LOAD_IMAGE_GRAYSCALE)