OpenCV编译知识点备忘

编译:
1,BUILD_IPP_IW 编译Intel IPP集成包装,Intel(R) Integrated Performance Primitives Integration Wrappers
2,BUILD_ITT / WITH_ITT 编译/添加Intel? Instrumentation and Tracing Technology (Intel? ITT)支持,代码性能检测用,比如游戏开发中关键性能数据收集,因为ITT API 有开销,不需要的可以关闭
3,BUILD_JASPER 编译3rdparty/libjasper项目用于 JPEG-2000 图像编解码支持,http://www.ece.uvic.ca/~frodo/jasper/
4,BUILD_OPENEXR 编译3rdparty/openexr项目用于 HDR 图像编解码支持,http://www.openexr.com/
5,BUILD_PACKAGE -> Prior to version 2.3 with this you could build a project that will build an OpenCV installer. With this you can easily install your OpenCV flavor on other systems. For the latest source files of OpenCV it generates a new project that simply creates zip archive with OpenCV sources.
6,BUILD_PERF_TESTS -> There are also performance tests for many OpenCV functions. If you’re concerned about performance, build them and run.
7,BUILD_PROTOBUF http://blog.csdn.net/caisini_vc/article/details/5599468

posted @ 2017-10-10 16:43  heubme  阅读(1514)  评论(0编辑  收藏  举报