Variables | |
list | fname = sys.argv[1] |
tuple | harris_keypoints = fea.harris(image_gray) |
tuple | image = cv.LoadImage(fname) |
tuple | image_gray = cv.CreateImage((640,480), cv.IPL_DEPTH_8U,1) |
tuple | k = cv.WaitKey(33) |
tuple | star_keypoints = fea.star(image) |
list hai_sandbox::test04_surf::fname = sys.argv[1] |
Definition at line 7 of file test04_surf.py.
tuple hai_sandbox::test04_surf::harris_keypoints = fea.harris(image_gray) |
Definition at line 14 of file test04_surf.py.
tuple hai_sandbox::test04_surf::image = cv.LoadImage(fname) |
Definition at line 8 of file test04_surf.py.
tuple hai_sandbox::test04_surf::image_gray = cv.CreateImage((640,480), cv.IPL_DEPTH_8U,1) |
Definition at line 9 of file test04_surf.py.
tuple hai_sandbox::test04_surf::k = cv.WaitKey(33) |
Definition at line 23 of file test04_surf.py.
tuple hai_sandbox::test04_surf::star_keypoints = fea.star(image) |
Definition at line 12 of file test04_surf.py.