Ask Your Question

sxt's profile - activity

2014-06-12 03:24:53 -0600 answered a question Having troubles with cvFindContours and cvSnakeImage

use CvInvoke.cvCanny(,,,,) for finding edges in the image. Then apply cvfindcontours over the image containing edge, you can control number of contours or length of contours in the image.