First time here? Check out the FAQ!
answered 2014-06-12 03:24:53 -0600
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.