Ask Your Question

young's profile - activity

2017-05-31 15:09:18 -0600 received badge  Taxonomist
2014-02-20 14:18:32 -0600 received badge  Student (source)
2012-10-31 22:57:28 -0600 asked a question How to use Contour scanner in OpenCV 2.4.2?

I recently changed from using the C interface to the C++ interface in OpenCV. In the C interface, there were a variety of things that don't seem to exist in the C++ one. Does anyone know the solution to these problems: In the C interface there was an object called a Contour Scanner. It was used to find contours in an image one by one. How would I do this in C++? Instead of finding all the contours at once, I want to find them one at a time.

2012-10-22 03:17:53 -0600 received badge  Editor (source)
2012-10-22 03:01:57 -0600 asked a question Capture stops after a few seconds

my os is debian Linux,Symptom: After a few seconds of capture in OpenCV capturing stops,the program keeps running, using no (or no notable amounts of) CPU, and the folowing is written to terminal: VIDIOC_QBUF: No such device VIDIOC_DQBUF: Invalid argument VIDIOC_DQBUF: Invalid argument

Anyone getting the samething?