I am trying to build the cvBloblsLib and have been unable to do so far.
I have tried to follow the instructions but I am missing something. Do I need to include the directories for OpenCV2.4.2 in cvBlobsLib? If I dont I get
blobcontour.h(6) : fatal error C1083: Cannot open include file: 'cv,h': No such file or directory
Which is in the origial cvblobslib file blobcontour.h
But if do include opencv include directories, I get
h:\opencv2.4.2\include\opencv\cv.h(63): fatal error C1083: Cannot open include file: 'opencv2/opencv.hpp': No such file or directory
And this happens in the orginal cv.h file.
What am I doing wrong?