Face Detection ActiveX Control

Methods

Public Method Add2BlackList      

Added specific detected rectangle to blacklist.

Public Method ClearBlackList  

Clear all detected rectangles in blacklist.

Public Method CountFaces      

Returns number of face found in input image file.

Public Method DetectedRectGetCount    

Returns the total count of detected rectangle.

Public Method DetectedRectGetHeight    

Return the height of detected rectangle for specific index.

Public Method DetectedRectGetWidth   

Return the width of detected rectangle for specific index.

Public Method DetectedRectGetX  

Return the logical x-coordinate of detected rectangle for specific index.

Public Method DetectedRectGetY

Return the logical y-coordinate of detected rectangle for specific index.

Public Method EnableEqualizeHistogram

Enable or disable histogram equalization.

Public Method EnableTiltedFaceDetection

Enable or disable tilted face detection.

Public Method SetDefaults

Reset all settings to default values.

Public Method SetFrontalFaceCascade

Set the classifier cascade file for frontal face detection.

Public Method SetMaxSize

Set maximum possible object size.

Public Method SetMinNeighbors

Set minimum neighbors.

Public Method SetMinSize

Set minimum possible object size.

Public Method SetProfileFaceCascade

Set the classifier cascade file for profile face detection.

Public Method SetSaveResults

Set output image file. The image is saved with rectangles drawn around faces found in image.

Public Method SetScaleFactor

Set the scale factor.