Clear Filters
Clear Filters

MATLAB to C++ code

1 view (last 30 days)
Deepak Panda
Deepak Panda on 30 Sep 2016
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 Comment
Denis Gurchenkov
Denis Gurchenkov on 7 Oct 2016
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

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!