saviopalmieri / ctypes-opencv

Automatically exported from code.google.com/p/ctypes-opencv
0 stars 0 forks source link

in opencv cvwaitkey() alters the image #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am writing code for missing objects.And in the program am saving image with 
contour around it. But when it comes to line
char c=cvwaitkey(33);
It alters the image. I get image without contour. When I debug program line by 
line, I found it. What is wrong with cvwaitkey().
Please provide me solution.

Original issue reported on code.google.com by MonikaKa...@gmail.com on 23 Dec 2012 at 8:50