Java opencv parses images and then calls the C DLL library with a fatal error.EXCEPTION_ACCESS_VIOLATION (0xc0000005)

前端 未结 0 791
庸人自扰
庸人自扰 2021-01-29 10:18

I get a fatal error when I call the dll library to parse images after reading them with opencv in C

  Mat src = Imgcodecs.imread(path);
  INSTANCE.CamStateProcess         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题