Debug assertion failed using squares.cpp from opencv examples
I'm using opencv 3.0 and VS 2015. I'm using squares.cpp from opencv examples here
https://github.com/Itseez/opencv/blob...
I have no idea why I'm getting this error:
The problem occurs during executing the findSquares() function, but I wasn't able to find anything more specific. I've double checked the opencv release and debug library linkage, but it seems to be alright. I'll appreciate any idea how to get rid of this.
can it be , you're using opencv debug libs with release build, or the other way round ?
(this is not an opencv exception)
No, I've checked again and I'm using them properly.
Have you checked the OpenCV dll version ? I see VS2013 but you say that you are using VS 2015.
The other samples work ?