Java code for Android OS augmented reality marker detection. Requires OpenCV4Android and an xml file containing pre-calculated camera calibration intrinsics..
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.
The following table is the detailed list of AndroidARMarkerDetection.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Required Permissions | android.permission.CAMERA android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_INTERNAL_STORAGE |
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