Module cv::objdetect[][src]

Various object detection algorithms, such as Haar feature-based cascade classifier for object detection and histogram of oriented gradients (HOG).

Structs

CascadeClassifier

Cascade classifier class for object detection.

HogDescriptor

HogDescriptor implements Histogram of Oriented Gradients.

HogParams

Parameters that controls the behavior of HOG.

SvmDetector

SvmDetector

Enums

CSvmDetector

Opaque type for C/C++ SvmDetector object

Traits

ObjectDetect

An object detect trait.