cvSnakeImage()OpenCV API示例/文档(cvSnakeImage() OpenCV API example/documentation)
Can anyone refer me any tutorial/documentation on how to use cvSnakeImage().
I have refered this link but example has not been provided.
I want to use this cvSnakeImage() to perfrom Active contour model on an image.
The image is of eye after thresholding and the black thing is eye pupil. I want to detect (draw circle) eye pupil in this image using cvSnakeImage() (sort of constraint, I have to use this function only).
C++ platform
Can anyone refer me any tutorial/documentation on how to use cvSnakeImage().
解决方案
A link to C++ example:
任何人都可以向我介绍有关如何使用cvSnakeImage()的教程/文档。
我已经引用了此链接,但尚未提供示例。
我想使用这个cvSnakeImage()来执行图片上的主动轮廓模型。
这个图像是眼睛后阈值和黑色的东西是眼睛瞳孔。我想使用 cvSnakeImage()(类型的约束,我只能使用此功能)检测(画圆)眼睛瞳孔在这个图像。
C ++平台
任何人都可以参考任何有关如何使用cvSnakeImage
解决方案
指向C ++的链接示例: