Haar Cascade XML Files

Libraries or files to support interfacing to third party components
Post Reply
User avatar
admin
Site Admin
Posts: 231
Joined: Tue May 11, 2010 6:30 pm

Haar Cascade XML Files

Post by admin »

The Haar Face Detect component requires a Haar cascade, an XML file that defines the classification criteria used in the detection process. We have provided 3 common cascades for you. For most cases the frontal face will be the most useful.

To use one of the XML files, download and unzip the files below then attach a String component containing the full path to the file you want to use to the XML input of the Haar Face Detect component.

Download Haar Cascade Files
This zip file contains 3 xml files: haarcascade_frontalface_default.xml, haarcascade_profileface.xml and haarcascade_fullbody.xml
Post Reply