Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Image Detection - It recognizes things and objects in an image


Files

file  otImageDetection.h
 Class for recognizes things and objects in an image.

Modules

 Version History

Data Structures

class  otImageDetection
 Class for recognizes things and objects in an image. More...
class  otImageDetection
 Class for recognizes things and objects in an image. More...

Detailed Description

Based on: Pixel Intensity Comparison-based Object detection (pico)
https://github.com/nenadmarkus/pico
The pico framework is a modifcation of the standard Viola-Jones method.
The basic idea is to scan the image with a cascade of binary classifers at all reasonable positions and scales.
An image region is classifed as an object of interest if it successfully passes all the members of the cascade.
Each binary classifier consists of an ensemble of decision trees with pixel intensity comparisons as binary tests in their internal nodes.
This enables the detector to process image regions at very high speed.
The details are given in http://arxiv.org/abs/1305.4537.
Dependency:
FILE - Class for file management
Image - Class for image store and processing
Malloc - Memory management footer
otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0