Read the opencv docs for the scikits.image opencv bindings to see what is available: http://stefanv.github.com/scikits.image/api/scikits.image.opencv.html
Hi,
Given a 2D image of a closed or open curve, as the outline of a binary particle or a skeleton,I am wondering how to get an order list of the pixels coordinates (I found something in the opencv documentation , but I am unable to call fincontours from python. For som reasons, I write import opencv then if I try opencv.findcontour, findcontour is not available in the list of my python ide (spyder); I hope I am clear )
Thanks for your advice.
Jean-Patrick