An android application using opencv,android ndk to solve SFM using two images.
AndroidSFM is hosted in the following web site
https://github.com/TharinduAmila/AndroidSFM
If you think the Android project AndroidSFM 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 AndroidSFM.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 4 |
Required Permissions | android.permission.CAMERA android.permission.READ_EXTERNAL_STORAGE |
AndroidSFM has the following Java source files.
com.example.sfm.MainActivity.java com.example.sfm.My3DView.java com.example.sfm.OpenGLRenderer.java com.example.sfm.Points.java com.example.sfm.Viewer3dActivity.java