Quote:
Originally Posted by RyanShoff
Have you looked at how much overhead comes from getting 30fps from a USB camera?
Also findContours() should run faster on non-random data.
|
I don't have a USB camera to test with, and I have to fix my Kinect adapter before I can run this live.
I understand the findContours() method will run faster with non-random data, however I chose random data to provide a worst-case scenario. Using a real image from a Kinect, the speed is somewhat faster.