Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nface_sdk
 Cage_genderAge&Gender classification algorithm. Classify age and gender of the face based on face_sdk::alignment_info
 Cage_gender_infoContains information about age and gender for the specified face
 CalignmentAlignment operation prepares images for further FIR building and age and gender classification
 Calignment_infoAlignment info. Contains results of alignment
 CbuilderBuilder algorithm. The Builder algorithm builds FIR for specified aligned faces
 Cdata_containerThe data container object. The data containter helps face_sdk to manage a data
 CexceptionBase FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class
 CfaceThe face object. Face object contains information about face bounding box on the image and the original image
 Cface_detectorFace detection algorithm. The Face detection find faces on images
 Cface_recognitionClass used by tracker class to fast-getting the score of the face
 Cface_selectorFace selector algorithm. The Face selection selects the best face from input set, using specified algorithm
 CfirThe FIR object. FIR - Face Identification Record, biometric template
 Cfir_listList of FIRs for matching
 Cfir_matcherThe FIRs matcher. FIRs matcher compares FIRs to each other. It allows to perform 1:1 and 1:N matching
 Cfir_matcher_factoryAbstract factory for creation of matcher components (fir_list, fir_matcher)
 Cicao_check_resultContains information about quality of the image
 Cicao_verifierQuality checker algorithm. Calculates quality of the given face_set
 CimageThe image object. An image keeps bitmap data in 24bpp RBG format
 Cimage_compressorThe image_compressor. Can be used to compress and/or decompress images
 Citracker_eventsCallback-interface for handling tracker events
 ClicenseThe license object. A license object provide information about your limits in face_sdk. See Licensing
 CmatrixMatrix for affine transform, used by alignment_info class
 CserializerThe serializer object. The serializer object allows serialize and deserialize face_sdk::face, face_sdk::alignment_info, face_sdk::fir objects
 CtrackThe class is a track of a person. The class contains a vector of face_sdk::track_item
 CtrackerTracker object tracks persons in the video stream and collects faces of the same person in one track
 Ctracker_configStructure with for the tracker object used in face_sdk::make_tracker function
 Cversion_infoInformation about FaceSDK version. See Available algorightm versions and versions compability
 Cvideo_frameA video frame contains image and meta-information about this image in video stream context
 Cvideo_streamA video stream represents a sequence of frames