I am creating a console application using openCV 2.4.11 technologies where I am trying to create 30+ images from a single image using perspective transformations.
I am using matt classes instead of IPLimages.
The debug and release version of the console application work, however the .exe file in the project/release folder crashes.
What could the possible reasons for this different behavior be?
I should mention that the release version works as well, its only the .exe file that crashes after generating a few pictures.