=== 15/12/2016 更 ===
Now EVERYTHING is working!! It is real this time :)
=== 16/11/2016 小更 ===
Re-build OpenCV 3.1.0 with Tesseract support!! (OK, it’s not - just text detection is running. if try recognition nothing happened. But still built!!)
- OpenCV CMakeLists.txt will try to detect dependent libraries automatically
- For opencv_contrib, they are checked by:
# Extra OpenCV targets: uninstall, package_source, perf, etc.
include(cmake/OpenCVExtraTargets.cmake)- OpenCVExtraTargets.cmake
- For tesseract:
opencv_contrib\modules\text\FindTesseract.cmake
- If no tesseract detected or configured manually, opencv_text can still build for Scene Text Detection but NO Scene Text Recognition apparently.
=== 15/11/2016 小更 ===
errors on build opencv with cvv module and qt5 #577
The build was absolutly clean. Configured by gui cmake 3.3.2. While configuring BUILD_DOCS, BUILD_PERF_TESTS and BUILD_TESTS entry was unchecked. WITH_QT was checked and OPENCV_EXTRA_MODULES_PATH specified. The rest remained in the default state. Build has been made through VS2013 x86 command prompt by command:
msbuild OpenCV.sln /flp:logfile=msvc2013_cvv.log /clp:ErrorsOnly > msvc2013_cvv_err.log
=== 更新 11/11/2016 ===
编译OpenCV 3.1.0 后,在新建的工程中用CMake 是怎么能自动找到新的OpenCV版本的???
=== 再更新 14/11/2016 ===
背景
也许还是绕不开Windows 的。
区别
OpenCV 3.1有预编译版本可以下载,只要添加一个opencv_world310.lib 即可使用。但是很多有用的功能都被转移到 一个单独的 opencv_contrib 库里面,需要额外编译。但是这个库又不独立,需要在编译 OpenCV 的时候把开关打开
操作
The official tutorial is way out of date.
Installation in Windows
This one is more recent an