background preloader

Java Object Tracking Detection

Facebook Twitter

README.rdoc at master from billmccord/OpenCV-Android - GitHub. Javacv - Java interface to OpenCV and more. Jjil - Jon's Java Imaging Library, for mobile image processing. JJIL is a Java image processing library.

jjil - Jon's Java Imaging Library, for mobile image processing

It includes an image processing architecture and over 60 routines for various image processing tasks. JJIL is particularly targeted towards mobile applications. It includes interfaces so images can be converted to and from native formats for J2ME, Android, and J2SE. Javasurf - Java implementation on speeded up robust features SURF. Java implementation on speeded up robust features SURF.

javasurf - Java implementation on speeded up robust features SURF

SURF (Speeded Up Robust Features) is a robust image descriptor, first presented by Herbert Bay et al. in 2006, that can be used in computer vision tasks like object recognition or 3D reconstruction. It is partly inspired by the SIFT descriptor. The standard version of SURF is several times faster than SIFT and claimed by its authors to be more robust against different image transformations than SIFT. SURF is based on sums of 2D Haar wavelet responses and makes an efficient use of integral images. As basic image features it uses a Haar wavelet approximation of the determinant of Hessian blob detector.