Examples runs in debug mode but crash in release mode (Bug #4106)
Description
I'm using Visual studio 12 (2013) on a windows 7, 64 bit machine
downloaded the opencv 3.0 beta relase
and I try to run the cpp/letter_recog example.
If I set visual studio to debug mode, and link it against opencv_world300d.lib the example crashes
However in Release mode, when linking against opencv_world300.lib the example works fine
Related issues
duplicates Bug #4085: dtree classifier does not work. | Done | 2014-12-26 |
History
Updated by Maksim Shabunin almost 10 years ago
Probably a duplicate of #4085 (fixed).
Can you, please, check if your issue has been fixed too?
- Status changed from New to Incomplete
- Assignee changed from Maria Dimashova to Maksim Shabunin
- Target version set to 3.0
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4899