ImageEn, unit ievision

TIEVisionCascadeClassifier.load

TIEVisionCascadeClassifier.load


Declaration

procedure load(stream: TIEVisionStream); overload; safecall;
procedure load(filename: PAnsiChar); overload; safecall;


Description

Load a cascade classifier from file or stream.
It is possible also to load an internal detector using the following constants:
Const Classifier
IEVC_EYE ":EYE"
IEVC_EYE_TREE_EYE_GLASSES ":EYETREEEYEGLASSES"
IEVC_FRONTAL_FACE_ALT ":FRONTALFACEALT"
IEVC_FRONTAL_FACE_ALT_2 ":FRONTALFACEALT2"
IEVC_FRONTAL_FACE_ALT_TREE ":FRONTALFACEALTTREE"
IEVC_FRONTAL_FACE_DEFAULT ":FRONTALFACEDEFAULT"
IEVC_FULL_BODY ":FULLBODY"
IEVC_LOWER_BODY ":LOWERBODY"
IEVC_PROFILE_FACE ":PROFILEFACE"
IEVC_UPPER_BODY ":UPPERBODY"
IEVC_LEFT_EYE_2_SPLITS ":LEFTEYE2SPLITS"
IEVC_RIGHT_EYE_2_SPLITS ":RIGHTEYE2SPLITS"
IEVC_LBP_FRONTAL_FACE ":LBPFRONTALFACE"
IEVC_CASCADE_SMILE ":CASCADESMILE"
IEVC_FRONTAL_CAT_FACE ":FRONTALCATFACE"
IEVC_FRONTAL_CAT_FACE_EXT ":FRONTALCATFACEEXTENDED"
IEVC_LICENSE_PLATE_RUS ":LICENSEPLATERUS"
IEVC_RUSSIAN_PLATE_NUMBER ":RUSSIANPLATENUMBER"



Parameter Description
stream Input stream
filename Input filename or internal detector string


Demos

Demo  Demos\IEVision\GetFaces\GetFaces.dpr
Demo  Demos\IEVision\GetWithClassifier\GetMisc.dpr
Demo  Demos\IEVision\NumberPlateBlurring\GetPlate.dpr
Demo  Demos\IEVision\FaceDetection\FaceDetection.dpr
Demo  Demos\IEVision\FaceDetection_LowLevel\FaceDetection_LowLevel.dpr
Demo  Demos\IEVision\TrackObjects\TrackObjects.dpr
Demo  Demos\IEVision\TrackObjects_LowLevel\TrackObjects_LowLevel.dpr