SnakeImage (Bug #2003)
Description
in version 2.1 there was SnakeImage() and it's gone.
Why?
Can someone get it back?
I'm using Python, both Windows and Ubuntu Linux
I think it belongs to Video (motion) and object detection
Associated revisions
Merge pull request #2003 from vbystricky:intelperc_camera_2.4
History
Updated by Andrey Kamaev almost 13 years ago
It is not gone. It is moved to legacy.
- Status changed from Open to Cancelled
Updated by shahar yi almost 13 years ago
Why legacy? it is usefull
Can it please get Python binding?
Updated by Andrey Kamaev almost 13 years ago
Actually it has a python binding:
>>> help(cv2.cv.SnakeImage) Help on built-in function SnakeImage in module cv2.cv: SnakeImage(...) SnakeImage(image, points, alpha, beta, gamma, win, criteria [, calc_gradient]) -> points