学习OpenCV(中文版).pdf
OpenCV 旨在尽可能快地执行,重点关注实时应用程序。它是用优化的 C 代码编写的,以充分利用多核处理器。如果想在 Intel 平台上获得更快的处理速度,可以购买 Intel 的高性能多媒体库 IPP(Integrated PerformancePrimitives)。 IPP 库包含许多从头开始优化的功能,涵盖多个应用领域。如果系统已经安装了 IPP 库,OpenCV 会在运行时自动使用对应的 IPP 库。(Opencv is designed to execute as quickly as possible, focusing on real-time applications. It is written in optimized C code to take full advantage of multi-core processors. If you want to get faster processing speed on the Intel platform, you can purchase Intel's high-performance multimedia library IPP (integrated performanceprimitives). The IPP library contains many functions optimized from scratch, covering multiple application areas. If the system has installed the IPP library, opencv will automatically use the corresponding IPP library at runtime.)
页:
[1]