Face Engine SDK
5.23.1
A face detection, recognition and tracking engine.
|
fsdk::BaseRect< Type > | Rectangle |
fsdk::BaseRect< float > | |
fsdk::BaseRect< int > | |
fsdk::ISettingsProvider::Value::Data | Value data |
fsdk::DepthLivenessEstimation | Depth estimator output structure |
fsdk::DepthRGBEstimation | Depth+RBG liveness estimation output structure |
fsdk::ISettingsProvider::Desc | Configuration parameter description |
fsdk::Detection | Detection structure. Stores a detected bounding box within a source image rect |
fsdk::ISettingsProvider::Entry | Configuration parameter entry |
fsdk::ErrorTraits< E > | |
fsdk::ErrorTraits< FSDKError > | Specialized for FSDKError |
fsdk::ErrorTraits< FutureError > | Specialized for Future::Error |
fsdk::ErrorTraits< IDescriptorBatch::Error > | Specialized for DescriptorBatchError |
fsdk::ErrorTraits< Image::Error > | Specialized for Image::Error |
fsdk::ErrorTraits< ISerializableObject::Error > | Specialized for ISerializableObject::SerializationError |
fsdk::ErrorTraits< ISettingsProvider::Error > | Specialized for ISettingsProvider::ParseError |
fsdk::ErrorTraits< MultiError< E0, E1 > > | Specialized for MultiError |
fsdk::ErrorTraits< PromiseError > | Specialized for Promise::Error |
fsdk::IBestShotQualityEstimator::EstimationResult | BestShotQualityEstimator output structure |
fsdk::Exception | |
fsdk::EyesEstimation::EyeAttributes | Eyes attribute structure |
fsdk::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 |
fsdk::EyesEstimation | Eyes estimation output |
fsdk::EyeCropper::EyesRects | |
fsdk::Face | |
fsdk::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 |
fsdk::ISettingsProvider::Value::Data::Float1 | |
fsdk::ISettingsProvider::Value::Data::Float2 | |
fsdk::ISettingsProvider::Value::Data::Float3 | |
fsdk::ISettingsProvider::Value::Data::Float4 | |
fsdk::Format | Image format |
fsdk::HeadPoseEstimation | Head pose estimation output |
fsdk::Human | |
fsdk::IArchive | Archive interface |
fsdk::IDetectionComparer | Interface of BestDetection comparer. Implement it if you want to use own BestDetection strategy |
fsdk::Image | Image |
fsdk::ISettingsProvider::Value::Data::Int1 | |
fsdk::ISettingsProvider::Value::Data::Int2 | |
fsdk::ISettingsProvider::Value::Data::Int3 | |
fsdk::ISettingsProvider::Value::Data::Int4 | |
fsdk::IRefCounted | Base strong reference counted object interface |
fsdk::ISettingsProvider::Key | Configuration parameter key |
fsdk::Landmarks< numOfLandmarks > | Face landmarks template structure |
fsdk::Landmarks5Indexes | Enumerates detected landmarks. Only valid for template with 5 landmarks |
fsdk::Landmarks< eyelidLandmarksCount > | |
fsdk::Landmarks< irisLandmarksCount > | |
fsdk::LaunchOptions | LaunchOptions struct configures inference options on per-estimator/detector basis, giving user fine grained control over cpu/gpu utilisation |
fsdk::LivenessOneShotRGBEstimation | Liveness OneShotRGB estimation structure |
fsdk::MatchingResult | Result of descriptor matching |
fsdk::MedicalMaskEstimation | MedicalMask estimator output structure. This structure contains the result of estimation ( |
fsdk::MedicalMaskEstimationExtended | MedicalMask estimator output structure. This structure contains the result of estimation ( |
fsdk::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 |
fsdk::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 |
fsdk::MultiError< E0, E1 > | An error structure designed for functions which can return errors from different enum classes |
fsdk::NIRLivenessEstimation | NIR Liveness estimation structure. Each score in normalized [0, 1] range, state shows real person or not |
fsdk::Noncopyable | Helper class to block copy operator&constructor of its descendants |
fsdk::Quality | Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
fsdk::RefBase< T > | Generic base class of a pointer for reference counted objects |
fsdk::Result< E > | A structure that encapsulates an action result enumeration |
fsdk::Result< fsdk::Image::Error > | |
fsdk::Result< R > | |
fsdk::Sizer | Helper entity to measure size of dynamic objects in memory |
fsdk::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 |
fsdk::Span< T > | Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objects |
fsdk::ISettingsProvider::Value::Data::String | |
fsdk::SubImage | Sub Image |
fsdk::SubjectiveQuality | Subjective Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
fsdk::Transformation | Transformation data structure, used for warping |
fsdk::ISettingsProvider::Value | Configuration parameter value |
fsdk::Vector2< T > | Generic 2D vector |
fsdk::Vector2< float > | |
fsdk::Vector2< int > | |
fsdk::Version |