Go to the source code of this file.
Namespaces | |
namespace | hai_sandbox::test04_surf |
Variables | |
list | hai_sandbox::test04_surf.fname = sys.argv[1] |
tuple | hai_sandbox::test04_surf.harris_keypoints = fea.harris(image_gray) |
tuple | hai_sandbox::test04_surf.image = cv.LoadImage(fname) |
tuple | hai_sandbox::test04_surf.image_gray = cv.CreateImage((640,480), cv.IPL_DEPTH_8U,1) |
tuple | hai_sandbox::test04_surf.k = cv.WaitKey(33) |
tuple | hai_sandbox::test04_surf.star_keypoints = fea.star(image) |