Azzera filtri
Azzera filtri

MATLAB to C++ code

1 visualizzazione (ultimi 30 giorni)
Deepak Panda
Deepak Panda il 30 Set 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 Commento
Denis Gurchenkov
Denis Gurchenkov il 7 Ott 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

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by