VS installation and configuration process in close contact with Opencv, vsopencv installation and configuration
Recently, I want to upload the images collected by FPGA to the host computer for display. Seeing Opencv can help me a lot, so I have to worry about it!
I am using VS2012 and opencv-2.4.10-2.4.10 (the latest version), that version does not matter, this article will apply.
First install opencv, and then click the exe to install it. After installing it in the C: \ opencv directory, check the directory structure :,
Select a directory to open it:
1. My current machine is 32-bit, so I chose the X86 path. 64-bit machines should select x64;
2. I used VS2012, so I chose the VC11 folder (which contains VC10 and VC12, so for other VS versions)
Opencv_core2410.lib opencv_core2410d.lib zookeeper opencv_gpu2410.lib zookeeper opencv_ml2410.lib zooopencv_nonfree2410.lib zookeeper opencv_ocl2410.lib zookeeperView Code
So far, VS has been well associated with Opencv. If it is a program, put it next time ~~