Getting problem in Java OpenCV code.
- by Chetan
I had successfully compile my java code in Eclipse with name FaceDetection.java...
I am getting an Exception in thread "main" java.lang.NoSuchMethodError: main....
Please help me to remove this Exception..
Here is the code
import java.awt.;
import java.awt.event.;
import java.awt.image.MemoryImageSource;
import hypermedia.video.OpenCV;
…