hi,
could anyone give me some information about the contour node?
I need to know which silhouette and contur detection algorithm it is based on.
thx!
andré
hi,
could anyone give me some information about the contour node?
I need to know which silhouette and contur detection algorithm it is based on.
thx!
andré
the source is open, download here: @marc_s
you may even modify it for your own needs. just open the project with the dev-C++ IDE.
basically it is using opencv’s cvFindContours() function.
thank you… no text …