First time here? Check out the FAQ!
answered 2015-12-07 02:47:09 -0600
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