问题
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