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?