Haar Cascade

../../../../_images/image_haarcascade.svg

Uses one of the included pre-trained Haar-cascade classifiers to recognise pre-defined objects such as faces, eyes, or cats. You can use a custom created Haar cascade described by an XML file by using the optional input datasource port instead. For details see offical OpenCV Haar training tutorials and the opencv_traincascade tool.

Documentation

Uses one of the included pre-trained Haar-cascade classifiers to recognise pre-defined objects such as faces, eyes, or cats. You can use a custom created Haar cascade described by an XML file by using the optional input datasource port instead. For details see offical OpenCV Haar training tutorials and the opencv_traincascade tool.

Definition

Input ports

image image

image for object recognition

xml 0 - 1, datasource

Pre-trained xml file

Output ports

result table

Result

Configuration

Classifier (classifier)

Select a pre-trained Haar-cascade classifier to use

Implementation

class node_haarcascade.HaarCascade[source]