Filter löschen
Filter löschen

MATLAB to C++ code

1 Ansicht (letzte 30 Tage)
Deepak Panda
Deepak Panda am 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 Kommentar
Denis Gurchenkov
Denis Gurchenkov am 7 Okt. 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

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Code Generation, GPU, and Third-Party Support finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by