1 | initial version |
Hi, I've especially for you installed opencv (my configuration the same: win7 64bit vc10 vs2010). All works fine, no problems.
What I've done:
To test this I've, call cvtColor in project. For this stuff you need to:
add opencv_core242d.lib and opencv_imgproc242d.lib libs in project (project->properties->linker->input->additional dependencies) - used debug configuration, so "d" - postfix in libs names.
put bin files in the solution directory: opencv_core242d.dll and
opencv_imgproc242d.dll (from D:\opencv\build\x86\vc10\bin)
Now you can run this project.
2 | grammar |
Hi, I've especially for you installed opencv (my configuration the same: win7 64bit vc10 vs2010). All works fine, no problems.
What I've done:
To test this I've, this, I call cvtColor in the project. For this stuff you need to:
add opencv_core242d.lib and opencv_imgproc242d.lib libs in project (project->properties->linker->input->additional dependencies) - used debug configuration, so "d" - postfix in libs names.
put bin files in the solution directory: opencv_core242d.dll and
opencv_imgproc242d.dll (from D:\opencv\build\x86\vc10\bin)
Now you can run this project.