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 3.0 和英特尔现在使用 IPP 的“透明 API”。
它显示了这张图片:
我的问题是有谁知道它是否会影响矩阵反转?它会加速 Mat::inv 方法吗?
不,IPP 不用于矩阵求逆。查看 lapack.cpp 中的 cv::invert。