opencv - apply the edge detection in an image segmentation -


I have two questions about snake detection. The first question is, OpenCV contains a function cvSnakeImage (src, points,. ......), what does the point parameter mean?

The second question is: I want to implement it, which part I have already created, how can I do it?

My code is for this edge recognition:

  cvcanny (img_bw, img_canny), frozen, sesame * 50, 3); CvFindContours (img_canny, contour, and profile, size (cvcintor), cvuttrt, cv_chain_apppxximple);  

Points parameter is an indicator for snake point array

< / P>



Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -