Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
868 views
in Technique[技术] by (71.8m points)

c++ - 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.

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().

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

A link to C++ example:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...