Categories
- Air Native Extension
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Compression
- Computer Vision
- Cryptography
- Debug
- Engines
- Frameworks
- IDE
- IM
- Input
- Loaders
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Sound
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Uncategorized
- XML
Computer Vision
Deface
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
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
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
