![]() |
Face Engine SDK
4.6.0
A face detection, recognition and tracking engine.
|
Cfsdk::BaseDetection< Type > | Face detection. Stores a detected face bounding box within a source image frame as well as detection confidence score |
Cfsdk::BaseDetection< ElementType > | |
Cfsdk::BaseRect< Type > | Rectangle |
Cfsdk::BaseRect< ElementType > | |
Cfsdk::BaseRect< int > | |
Cfsdk::ChildEstimation | Child estimation output |
Cfsdk::CredibilityCheckEstimation | CredibilityCheck estimator output structure |
Cfsdk::ISettingsProvider::Value::Data | Value data |
Cfsdk::DepthEstimation | Depth estimator output structure |
Cfsdk::DepthRange | Depth range configuration structure in millimeters |
Cfsdk::ISettingsProvider::Desc | Configuration parameter description |
Cfsdk::EmotionsEstimation | Emotions estimation structure. Each estimation is given in normalized [0, 1] range |
Cfsdk::ISettingsProvider::Entry | Configuration parameter entry |
Cfsdk::ErrorTraits< E > | |
Cfsdk::ErrorTraits< FSDKError > | Specialized for FSDKError |
Cfsdk::ErrorTraits< FutureError > | Specialized for Future::Error |
Cfsdk::ErrorTraits< IDescriptorBatch::Error > | Specialized for DescriptorBatchError |
Cfsdk::ErrorTraits< Image::Error > | Specialized for Image::Error |
Cfsdk::ErrorTraits< ISerializableObject::Error > | Specialized for ISerializableObject::SerializationError |
Cfsdk::ErrorTraits< ISettingsProvider::Error > | Specialized for ISettingsProvider::ParseError |
Cfsdk::ErrorTraits< MultiError< E0, E1 > > | Specialized for MultiError |
Cfsdk::ErrorTraits< PromiseError > | Specialized for Promise::Error |
Cfsdk::IAttributeEstimator::EstimationResult | Unified Attribute Estimator output structure |
Cfsdk::IBestShotQualityEstimator::EstimationResult | BestShotQualityEstimator output structure |
Cfsdk::EthnicityEstimation | Ethnicity estimation structure. Each estimation is given in normalized [0, 1] range |
Cfsdk::EyesEstimation::EyeAttributes | Eyes attribute structure |
Cfsdk::EyeCropper | EyeCropper is a helper structure for IEyeEstimator interface Methods of this structure crop an input warped image and returns rectangle coordinates of each eye |
Cfsdk::EyesEstimation | Eyes estimation output |
Cfsdk::EyeCropper::EyesRects | |
Cfsdk::Face | |
Cfsdk::FacialHairEstimation | FacialHair estimator output structure. This structure contains the result of estimation ( |
Cfsdk::ISettingsProvider::Value::Data::Float1 | |
Cfsdk::ISettingsProvider::Value::Data::Float2 | |
Cfsdk::ISettingsProvider::Value::Data::Float3 | |
Cfsdk::ISettingsProvider::Value::Data::Float4 | |
Cfsdk::Format | Image format |
Cfsdk::GazeEstimation | Gaze estimation output |
Cfsdk::HeadPoseEstimation | Head pose estimation output |
Cfsdk::Human | |
Cfsdk::HumanLandmark | |
Cfsdk::HumanLandmarks< numOfLandmarks > | Human keypoints landmarks template structure |
Cfsdk::IArchive | Archive interface |
▶Cfsdk::IDetectionComparer | Interface of BestDetection comparer. Implement it if you want to use own BestDetection strategy |
Cfsdk::Image | Image |
Cfsdk::In_place_t | |
Cfsdk::ISettingsProvider::Value::Data::Int1 | |
Cfsdk::ISettingsProvider::Value::Data::Int2 | |
Cfsdk::ISettingsProvider::Value::Data::Int3 | |
Cfsdk::ISettingsProvider::Value::Data::Int4 | |
Cfsdk::IProgressTracker | Progress tracker interface |
▶Cfsdk::IRefCounted | Base strong reference counted object interface |
Cfsdk::IREstimation | IR estimation structure. Each score in normalized [0, 1] range, isReal shows real person or not |
▶Cfsdk::IStaticDescriptorStorage | Static descriptor storage interface |
Cfsdk::ISettingsProvider::Key | Configuration parameter key |
Cfsdk::Landmarks< numOfLandmarks > | Face landmarks template structure |
Cfsdk::Landmarks5Indexes | Enumerates detected landmarks. Only valid for template with 5 landmarks |
Cfsdk::Landmarks< eyelidLandmarksCount > | |
Cfsdk::Landmarks< irisLandmarksCount > | |
Cfsdk::LivenessFlyingFacesEstimation | Liveness Flying Faces estimation output |
Cfsdk::LivenessFPREstimation | Liveness FPR estimation output |
Cfsdk::LivenessRGBMEstimation | LivenessRGBM estimation structure |
▶Cfsdk::MatchingResult | Result of descriptor matching |
Cfsdk::MedicalMaskEstimation | MedicalMask estimator output structure. This structure contains the result of estimation ( |
Cfsdk::MedicalMaskEstimationExtended | MedicalMask estimator output structure. This structure contains the result of estimation ( |
Cfsdk::MouthEstimation | Mouth estimator output structure. Stores flags that indicates wich mouth feature is present. Multiple state flags may be set to true meaning that the final mouth state is a combination of those. Probability scores are defined in [0,1] range |
Cfsdk::MultiError< E0, E1 > | An error structure designed for functions which can return errors from different enum classes |
▶Cfsdk::Noncopyable | Helper class to block copy operator&constructor of its descendants |
Cfsdk::Optional< BaseType > | |
Cfsdk::Optional< float > | |
Cfsdk::Optional< fsdk::EthnicityEstimation > | |
Cfsdk::Optional< fsdk::HeadPoseEstimation > | |
Cfsdk::Optional< fsdk::HumanLandmarks > | |
Cfsdk::Optional< fsdk::Landmarks > | |
Cfsdk::Optional< fsdk::OrientationType > | |
Cfsdk::OverlapEstimation | Face overlap estimation output |
Cfsdk::Quality | Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
▶Cfsdk::RefBase< T > | Generic base class of a pointer for reference counted objects |
Cfsdk::Result< E > | A structure that encapsulates an action result enumeration |
Cfsdk::Result< FSDKError > | |
▶Cfsdk::Result< R > | |
Cfsdk::Sizer | Helper entity to measure size of dynamic objects in memory |
Cfsdk::SmileEstimation | Smile estimation structure Each estimation is given in normalized [0, 1] range and scores sum always equals 1. Parameter meanings: |
Cfsdk::Span< T > | Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objects |
Cfsdk::ISettingsProvider::Value::Data::String | |
Cfsdk::SubImage | Sub Image |
Cfsdk::SubjectiveQuality | Subjective Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
Cfsdk::Transformation | Transformation data structure, used for warping |
Cfsdk::ISettingsProvider::Value | Configuration parameter value |
Cfsdk::Vector2< T > | Generic 2D vector |
Cfsdk::Vector2< float > | |
Cfsdk::Vector2< int > | |
Cfsdk::Version |