![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
▼Nface_sdk | |
Cage_gender | Age&Gender classification algorithm. Classify age and gender of the face based on face_sdk::alignment_info |
Cage_gender_info | Contains information about age and gender for the specified face |
Calignment | Alignment operation prepares images for further FIR building and age and gender classification |
Calignment_info | Alignment info. Contains results of alignment |
Cbuilder | Builder algorithm. The Builder algorithm builds FIR for specified aligned faces |
Cdata_container | The data container object. The data containter helps face_sdk to manage a data |
Cexception | Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class |
Cface | The face object. Face object contains information about face bounding box on the image and the original image |
Cface_detector | Face detection algorithm. The Face detection find faces on images |
Cface_recognition | Class used by tracker class to fast-getting the score of the face |
Cface_selector | Face selector algorithm. The Face selection selects the best face from input set, using specified algorithm |
Cfir | The FIR object. FIR - Face Identification Record, biometric template |
Cfir_list | List of FIRs for matching |
Cfir_matcher | The FIRs matcher. FIRs matcher compares FIRs to each other. It allows to perform 1:1 and 1:N matching |
Cfir_matcher_factory | Abstract factory for creation of matcher components (fir_list, fir_matcher) |
Cicao_check_result | Contains information about quality of the image |
Cicao_verifier | Quality checker algorithm. Calculates quality of the given face_set |
Cimage | The image object. An image keeps bitmap data in 24bpp RBG format |
Cimage_compressor | The image_compressor. Can be used to compress and/or decompress images |
Citracker_events | Callback-interface for handling tracker events |
Clicense | The license object. A license object provide information about your limits in face_sdk. See Licensing |
Cmatrix | Matrix for affine transform, used by alignment_info class |
Cserializer | The serializer object. The serializer object allows serialize and deserialize face_sdk::face, face_sdk::alignment_info, face_sdk::fir objects |
Ctrack | The class is a track of a person. The class contains a vector of face_sdk::track_item |
Ctracker | Tracker object tracks persons in the video stream and collects faces of the same person in one track |
Ctracker_config | Structure with for the tracker object used in face_sdk::make_tracker function |
Cversion_info | Information about FaceSDK version. See Available algorightm versions and versions compability |
Cvideo_frame | A video frame contains image and meta-information about this image in video stream context |
Cvideo_stream | A video stream represents a sequence of frames |