2015 61 months 4th. OPENCV official website above gives the latest version number OPENCV. This is: 3.0.0 version number, http://opencv.org/
Using CMake it produces vs2010project processes. I encountered a strange problem:
cmake error at 3rdparty/ippicv/downloader.cmake:97 (message):
icv: failed to unpack icv package from d:/program< BR style= "" > files/opencv/sources/3rdparty/ippicv/downloads/windows-b59f865d1ba16e8c84124e19d78eec57 /IPPICV_WINDOWS_20141027.ZIP
to d:/program files/opencv/sources/3rdparty/ IPPICV/UNPACK&NBSP;WITH&NBSP;ERROR&NBSP;1
call stack (most recent call First):
3rdparty/ippicv/downloader.cmake:108 (_icv_downloader)
cmake/OpenCVFindIPP.cmake:212 (include)
cmake/opencvfindlibsperf.cmake:12 (include)
cmakelists.txt:454 (include)
configuring incomplete, Errors occurred!
The workaround:
(1) Manual download Ippicv_windows_20141027.zip
Download the URL here:
http://osdn.jp/projects/sfnet_opencvlibrary/downloads/3rdparty/ippicv/ippicv_windows_20141027.zip/
(2) Put the above zip file in the OpenCV300 folder below,
The author's path is the following:
D:\OpenCV300\opencv\sources\3rdparty\ippicv\downloads\windows-b59f865d1ba16e8c84124e19d78eec57
That
(3) Open CMake, generation after generation project files can be.
Copyright notice: This article Bo Master original articles, blogs, without consent may not be reproduced.
OPENCV300 CMake Generating Project issues in the course of projects