MATLAB to C++ code

1 次查看(过去 30 天)
Deepak Panda
Deepak Panda 2016-9-30
I have converted my MATLAB code for background subtraction to C++ code using MATLAB coder. The integration of C++ code with OpenCV library is done in Visual Studio 2015.
I am getting error "Exception thrown at 0x00007FF61EB25260 in myProject.exe: 0xC0000005: Access violation reading location 0xFFFFFFFFFFFFFFFF."
If there is a handler for this exception, the program may be safely continued.
  1 个评论
Denis Gurchenkov
Denis Gurchenkov 2016-10-7
Hi Deepak, can you please attach all the relevant files so someone can reproduce the problem? We'd need all the files that were produced in the "codegen" folder (easiest if you just zip the codegen folder). If you have created a Visual Studio project, please attach it to.
I see you attached processWGMM.txt (a C file) and main.txt (a C file) but no headers and no other files.
Or, you can debug the issue yourself by doing a debug build in Visual Studio, and running the application under debugger, then it'll stop at the line where the exception occurs, and you should be able to see where and why it happens.
hth,
Denis

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Code Generation, GPU, and Third-Party Support 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by