I get this error:

Unable to find an entry point named 'cvCreateContourTree' in DLL 'opencv_imgproc231'.

I am programming in EmguCV 2.3 and have the latest binaries for OpenCV. I checked the DLL exports for 'opencv_imgproc231 and it appears this method is not exported.

Has this method been deprecated? refactored? the documentation seems to state this method is available.

Any ideas?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

That function is located at opencv_legacy231.

link|improve this answer
Thanks, is there an equivalent method we should be using? If it is deprecated, I'd rather not be using it. i.e. how can I compare 2 contours? PGH? (Note: cvMatchShapes gives me poor results). – Mikos Feb 24 at 18:49
I don't think there's a replacement for this function yet. About your 2nd question, this thread has some interesting info. – karlphillip Feb 24 at 19:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.