Simple Android project to detect an object based on the phone's camera vision and an assisting IR sensor.
ObjDetection is hosted in the following web site
https://github.com/ngohgia-old/ObjDetection
If you think the Android project ObjDetection 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 ObjDetection.
Item | Value |
---|---|
Java File Count | 4 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.CAMERA android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
ObjDetection has the following Java source files.
com.ngohgia.ecube.objectdetection.ObjBlobDetection.java com.ngohgia.ecube.objectdetection.ObjDetectCam.java com.ngohgia.ecube.objectdetection.ObjDetectImgProc.java com.ngohgia.ecube.objectdetection.ObjectDetectionCamPreview.java