Detecting if there is a circular track of a moving light spot, using laptop camera and openCV library. the track can be any pattern, but it's a circle for testing purpose.
You must have openCV 3.0.0 installed on your machine.
The Stream is working on 25 frames only, to make the test easier,
to make the stream runs normally, Kindly remove the line number 441
in
MainFrame.java
file // break;
Try to make a circle, if it was a circle, Circle ^_^
will appear in the console. Otherwise Circle ^_^
won't appear.
It's easier to open it using NetBeans.