Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我决定构建 opencv 库时,我发现有许多可用的编译器选项几乎相同——加速算法。例如:TBB、IPP、CUDA、pthreads、Eigen2/Eigen3、OpenCL 等。对于哪些选项比其他选项更好以及应该知道哪些注意事项,是否有任何基准或已知建议?
这取决于您的系统需求。例如,CUDA 仅在您拥有 NVIDIA 显卡时才相关,IPP 仅在您拥有正确的英特尔处理器时才相关。