Tuesday, 15 February 2011

visual studio - Cannot Build cvblobslib_v_8_3 with VS 2012 and Opencv 2.4.2 -



visual studio - Cannot Build cvblobslib_v_8_3 with VS 2012 and Opencv 2.4.2 -

i trying build cvbloblslib , have been unable far.

i have tried follow instructions missing something. need include directories opencv2.4.2 in cvblobslib? if dont get

blobcontour.h(6) : fatal error c1083: cannot open include file: 'cv,h': no such file or directory

which in origial cvblobslib file blobcontour.h

but if include opencv include directories, 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 happens in orginal cv.h file.

what doing wrong?

if you're using prebuilt libraries 2.4.2,

try point "additional includes" at: h:\opencv2.4.2\build\include

instead of h:\opencv2.4.2\include

(h:\opencv2.4.2\include work, too, you've got manually add together opencv2\include , module-includes, too, modules\core\include, modules\highgui\include, etc. )

visual-studio opencv cvblobslib

No comments:

Post a Comment