1 | initial version |
Hello i'd just like to comment something:
I had the same problem, using 60x20 window size, and my problem was that I had recently installed MinGW w64 on my system, and had deleted my old path to MinGW32/bin in my PATH env variable, to replace it with the 64 one. Since my openCV had been built using the old mingw, I suppose there were issues. As soon as I reinstated the old /bin directory in my system path, my problem was fixed.