Camera calibration with Java
I'm developing an Android application that will use OpenCV. At first time I will develop for Java desktop,using Eclipse IDE, and after I will port it to Android.
The problem here is that the Java documentation on OpenCV is too poor. I can load and save an image and I can use face recognition, but cannot do more.
It's because the majority of tutorials is for C language. I prefer, and need, to make it with Java.
At this moment I need to do camera calibration from image, video and/or camera source.
Could someone help me?