My machine: 64-bit system
The first step:
OPENCV official website Download Opencv3.0.0-beta version, extract to their own directory, my directory is e:\, after decompression in the e-disk appears named OpenCV folder, the folder has two sub-folders
Step Two: Configure environment variables:
Right-click
, select "Properties", "Advanced system Settings", "Advanced", "Environment variables", "System variable Path", add E:\opencv\build\x64\vc10\bin, and then restart the computer
Step three: Build a new project:
Take release version for example:
Add in "Include directory"
In the library directory, add
And then
Add in Additional Dependencies
Configuration is complete.
————————————————————————————————————————————————————————————————————————————
The difference between opencv3.0 and the OPENCV2 version
First: Added the Applycolormap function
Second: L1 version for EMD distance, added EMD_L1 function
Third: Add Kaze and Akaze feature points
Opencv-3.0.0-beta configuration and differences from the OPENCV2 version in the Windows environment