Introduction - If you have any usage issues, please Google them yourself
opencv example does not provide cvsnakeimage way to use an example in this order, you can see the image of the results of snake algorithm, roughly approach is: first to set the threshold segmentation, the basic outline to find out, the blue outline of Figure line, then passed cvSnakeImage function of contour points to calculate the green snake contour. Parameter alpha which each representative point to move closer to the weight (0-1.0), beta that bending energy (the smaller the easier bending) (0-1.0), gamma that the overall energy (0-1.0). I am not sure which specific parameters of the scope, it is best to try different areas to change their own.