![]() |
Face Engine SDK
5.23.0
A face detection, recognition and tracking engine.
|
Cfsdk::HumanAttributeResult::ApparentColorEstimation | HumanAttribute estimator simplified color output structure. This structure contains the result of truncated pool of clor estimations and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::BackgroundEstimation | Background estimator output structure. This structure contains the result of estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::HumanAttributeResult::BackpackEstimation | HumanAttribute estimator backpack output structure. This structure contains the result of backpack estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::BaseRect< Type > | Rectangle |
Cfsdk::BaseRect< float > | |
Cfsdk::BaseRect< int > | |
Cfsdk::CredibilityCheckEstimation | CredibilityCheck estimator output structure |
Cfsdk::CrowdEstimation | Crowd estimation structure |
Cfsdk::ISettingsProvider::Value::Data | Value data |
Cfsdk::experimental::DeepFakeEstimation | DeepFake estimation structure. The current implementation is experimental, and does not support backward compatibility. The API can be modified in upcoming versions |
Cfsdk::DepthEstimation | Depth estimator output structure |
Cfsdk::DepthLivenessEstimation | Depth estimator output structure |
Cfsdk::DepthRange | Depth range configuration structure in millimeters |
Cfsdk::DepthRGBEstimation | Depth+RBG liveness estimation output structure |
Cfsdk::ISettingsProvider::Desc | Configuration parameter description |
Cfsdk::Detection | Detection structure. Stores a detected bounding box within a source image rect |
Cfsdk::DynamicRangeEstimation | DynamicRange estimator output structure. This structure contains score for possible estimation result. Probability score is defined in [0,1] range |
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::IBestShotQualityEstimator::EstimationResult | BestShotQualityEstimator output structure |
Cfsdk::IEthnicityEstimator::EstimationResult | |
Cfsdk::Exception | |
Cfsdk::EyesEstimation::EyeAttributes | Eyes attribute structure |
Cfsdk::EyeBrowEstimation | EyeBrow estimation 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::FaceOcclusionEstimation | FaceOcclusionEstimation structure. This structure is used to check for occlusions in various parts of the face (such as the lower face, nose, eyes, or forehead). It contains the result of FaceOcclusionState and FaceOcclusionType estimations for each image |
Cfsdk::FacialHairEstimation | FacialHair estimator output structure. This structure contains the result of estimation ( |
Cfsdk::FightsEstimation | FightsEstimation result structure. This structure will return from the IFightsEstimatorContext::getResult method call. This structure contains current estimation result for input frames |
Cfsdk::FishEyeEstimation | FishEye 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::HumanAttributeResult::GenderEstimation | HumanAttribute estimator gender output structure. This structure contains the result of gender estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::HumanAttributeResult::HatEstimation | HumanAttribute estimator hat output structure. This structure contains the result of hat estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::HeadPoseEstimation | Head pose estimation output |
Cfsdk::HeadWearEstimation | HeadWear estimator output structure. This structure contains the result of HeadWearState and HeadWearType estimations |
Cfsdk::HeadWearStateEstimation | HeadWearState estimator output structure. This structure contains the result of estimation ( |
Cfsdk::HeadWearTypeEstimation | HeadWearType estimator output structure. This structure contains the result of estimation ( |
Cfsdk::Human | |
Cfsdk::HumanAttributeResult | Unified HumanAttribute estimator output structure |
Cfsdk::HumanFaceAssociation | Type for human and face association |
Cfsdk::IArchive | Archive interface |
▶Cfsdk::IDetectionComparer | Interface of BestDetection comparer. Implement it if you want to use own BestDetection strategy |
Cfsdk::Image | Image |
Cfsdk::ImageColorEstimation | Image color type estimator interface |
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::LaunchOptions | LaunchOptions struct configures inference options on per-estimator/detector basis, giving user fine grained control over cpu/gpu utilisation |
Cfsdk::LivenessFlyingFacesEstimation | Liveness Flying Faces estimation output |
Cfsdk::LivenessFPREstimation | Liveness FPR estimation output |
Cfsdk::LivenessOneShotRGBEstimation | Liveness OneShotRGB estimation structure |
Cfsdk::LivenessRGBMEstimation | LivenessRGBM estimation structure |
Cfsdk::HumanAttributeResult::LowerBodyClothingEstimation | HumanAttribute estimator lower body clothing output structure. This structure contains the result of lower body clothing estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
▶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 which 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::MouthEstimationExtended | Extended mouth estimator output structure. Stores flags that indicates which 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::NaturalLightEstimation | NaturalLight estimator output structure. This structure contains the result of estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::NIRLivenessEstimation | NIR Liveness estimation structure. Each score in normalized [0, 1] range, state shows real person or not |
▶Cfsdk::Noncopyable | Helper class to block copy operator&constructor of its descendants |
Cfsdk::OnePPEEstimation | Personal Protection Equipment estimation structure (a.k.a. PPE) This structure contains prediction scores per each personal equipment attribute |
Cfsdk::HumanAttributeResult::OutwearColorEstimation | HumanAttribute estimator outwear color output structure. This structure contains the result of outwear color estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::OverlapEstimation | Face overlap estimation output |
Cfsdk::PortraitStyleEstimation | PortraitStyle estimator output structure. This structure contains the result of estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::PPEEstimation | Personal Protection Equipment output structure. This structure aggregates multiple PPE attributes predictions |
Cfsdk::Quality | Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
Cfsdk::RedEyeEstimation::RedEyeAttributes | Eyes attribute structure |
Cfsdk::RedEyeEstimation | Red eye estimation output |
▶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< R > | |
Cfsdk::Sizer | Helper entity to measure size of dynamic objects in memory |
Cfsdk::HumanAttributeResult::SleeveSizeEstimation | HumanAttribute estimator sleeves size output structure. This structure contains the result of sleeves size estimation and probability scores for each possible estimation result. Probability scores are defined in [0,1] range |
Cfsdk::SmileTypeScores | Scores of smile type. Probability scores are defined in [0,1] range. Scores in this struct sum up to 1.0. We use them to decide if person is smiling with teeth's exposed or not |
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 |