gfluidimgproc_func.simd.hpp not found

asked 2019-10-11 01:19:14 -0600

asmkleung gravatar image

updated 2019-10-13 22:22:11 -0600

I run code on window 10, visual studio 2017. The code can be compiled on all opencv version 410, 411 and 412. The compiled code can be executed with version 410 but not 411 and 412. When run on 411 and 412, I got the following 2 error displays.

You need to find gfluidimgproc_func.simd.hpp to view the source for the current call stack frame.

In a smaller window, it displays

Unhandled exception at 0x00007FFD0017C312 (opencv_world411d.dll) in Project1.exe: 0xC000001D: Illegal Instruction.

edit retag flag offensive close merge delete

Comments

hi, please add more info: os / opencv version / compiler.

also, the exact and complete errormsg, and HOW did you get that error ? what did you try ?

what did you download or build, and from where ?

berak gravatar imageberak ( 2019-10-11 01:23:04 -0600 )edit