A project for porting and optimizing OpenCV for Google's Android OS
Stars
442
Forks
156
Watchers
442
Open Issues
17
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Allow the project build to work with the latest version of the Android NDK r5.
dbfb65eView on GitHubModified the Android.mk file such that we use the TARGET_OUT environment variable instead of building our own. This fixes a bug in the Android NDK r3.
cf799c7View on GitHubModified README Requirements section to specify that version 1.5 of Android NDK will not work with OpenCV-Android.
a145b82View on GitHubAdded one more slight optimization to the single face tracking. Now we adjust the minimum face size to take into account the size of the last face we tracked with some additional size padding.
76c625bView on GitHubEnsure that the threads clean-up properly (and faster) so that if you leave the activity and come back it doesn't hang.
021383aView on GitHubExplain how to get face tracking working with the haar classifier XML.
688855dView on GitHubImplemented a very trivial form of face tracking with no optimization.
efa2fd0View on GitHubUpdated the README to reflect the change in default project in the Application.mk
1144b3dView on GitHubAdded the VideoEmulation application for serving up nearly real-time, OpenCV manipulated, video images over a socket served camera.
13c5017View on GitHubFirst push of the OpenCV Android project with some utilities for using a Socket based Camera.
5ba3b91View on GitHub