Android Open Source - Camera reality AndroidARMarkerDetection






Project Summary

Java code for Android OS augmented reality marker detection. Requires OpenCV4Android and an xml file containing pre-calculated camera calibration intrinsics..

Web Site / Source Repository

AndroidARMarkerDetection is hosted in the following web site
https://github.com/dszafir/AndroidARMarkerDetection

If you think the Android project AndroidARMarkerDetection listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of AndroidARMarkerDetection.

ItemValue
Java File Count6
Target SDK Version18
Minimum SDK Version14
Activity Count1
Required Permissionsandroid.permission.CAMERA
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.WRITE_INTERNAL_STORAGE




Java Source Files

AndroidARMarkerDetection has the following Java source files.

com.dszafir.markerdetection.CameraParameters.java
com.dszafir.markerdetection.Code.java
com.dszafir.markerdetection.DetectMarkerActivity.java
com.dszafir.markerdetection.Marker.java
com.dszafir.markerdetection.MarkerDetector.java
com.dszafir.markerdetection.Utils.java