Camera calibration with Java

asked 2013-12-15 10:33:45 -0600

NX gravatar image

updated 2013-12-15 10:35:23 -0600

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?

edit retag flag offensive close merge delete