Face Detection ActiveX Control

ClearBlackList

 

Clear all detected rectangles in blacklist.
 

Public Function ClearBlackList()

 

No Parameter


No Return Value

Example

   

Visual Basic Syntax
FaceDetectionControl1.ClearBlackList
ix = FaceDetectionControl1.DetectedRectGetX(0)
iy = FaceDetectionControl1.DetectedRectGetY(0)
iwidth = FaceDetectionControl1.DetectedRectGetWidth(0)
iheight = FaceDetectionControl1.DetectedRectGetHeight(0)
 FaceDetectionControl1.Add2BlackList ix, iy, iwidth, iheight