Ask Your Question

V.K's profile - activity

2019-09-07 01:53:59 -0600 received badge  Popular Question (source)
2012-10-29 14:08:43 -0600 commented question Is there a FindOpenCV.cmake that works?

So it turns out it works fine if i build opencv myself. The out of the box version has issues.

2012-10-29 11:46:51 -0600 asked a question Is there a FindOpenCV.cmake that works?

The ones on the web are out of date and does not work. I am trying to include OpenCV with my project and it has to be via CMake.

The automatically generated build/OpenCVConfig.cmake does not work. Amogst other things, this .cmake file is looking for variable "MSVC_VERSION" which does not exist in my environment (even after running vcvarsall.bat)

HELP please!