Computer Vision

Tools and libs to analyze images and extract meaningful information from them.

Deface

Computer Vision , | Leave a comment

Deface uses XML encoded classifiers to visually detect and track objects (especially faces) in BitmapData. Compatible with classifiers from OpenCV, it is based on ideas from OpenCV and the well-known Viola and Jones face detection paper, but not associated with either.

Marilena

Computer Vision , | Leave a comment

Marilena is a face detection lib. It can track a human head in a single bitmap image, however there are some modifications that enable tracking in videos at 20+ fps.

ASSURF

Computer Vision , | Leave a comment

ASSURF is based on SURF(Speeded Up Robust Features) which 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. SURF is based … Continue reading