Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Your CPU does not support SSE2 and later. You have to recompile OpenCV with these optimizations disabled. Use following cmake flags:

-DENABLE_SSE3=OFF -DENABLE_SSE2=OFF