Ask Your Question

NX's profile - activity

2013-12-15 10:37:06 -0600 received badge  Supporter (source)
2013-12-15 10:35:23 -0600 received badge  Editor (source)
2013-12-15 10:33:45 -0600 asked a question 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?