What sort of acceleration does openCV use ? How can it process so fast?

孤者浪人 提交于 2019-12-10 17:35:45

问题


I've been using openCV quite a bit lately and I'm amazed at how fast it can process arrays. Is it using a special type of optimization or relying on special features of the CPU ? I'm on an Intel CPU btw.


回答1:


OpenCV uses the Intel Integrated Performance Primitives under the hood. this library relies on aggressive optimization as well as careful use of special CPU features (SSE, SSE2, ...)



来源:https://stackoverflow.com/questions/2490187/what-sort-of-acceleration-does-opencv-use-how-can-it-process-so-fast

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!