Face Engine SDK
5.21.0
A face detection, recognition and tracking engine.
|
fsdk::BaseRect< Type > | Rectangle |
fsdk::BaseRect< float > | |
fsdk::BaseRect< int > | |
fsdk::ISettingsProvider::Value::Data | Value data |
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::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::FunctionDetectionComparer | Syntax sugar, allows you to use lambdas to define a BestDetection comparer |
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::IAGSEstimator | Approximate Garbage Score estimator interface |
fsdk::IAsyncContext | Interface for running tasks asynchronously |
fsdk::IBestShotQualityEstimator | BestShotQuality estimator interface |
fsdk::IDescriptorExtractor | Descriptor extractor interface |
fsdk::IDescriptorMatcher | Descriptor matcher interface |
fsdk::IDetectionBatch | Detection result batch interface |
fsdk::IDetector | Face detector interface |
fsdk::IEyeEstimator | Eye estimator interface |
fsdk::IFaceDetectionBatch | Face detection result batch interface |
fsdk::IFaceEngineMobile | Root LUNA SDK object interface |
fsdk::IFaceLandmarksBatch | Landmarks result batch interface |
fsdk::IFaceLandmarksDetector | |
fsdk::IGlassesEstimator | Glasses estimator interface |
fsdk::IHeadPoseEstimator | Head pose angles estimator interface |
fsdk::ILicense | License objects interface |
fsdk::ILivenessDepthRGBEstimator | Depth+RGB estimator interface |
fsdk::ILivenessOneShotRGBEstimator | OneShot RGB Liveness estimator interface |
fsdk::IMedicalMaskEstimator | MedicalMask estimator interface |
fsdk::INIRLivenessEstimator | Infra red liveness estimator interface |
fsdk::IPointBatch | Points result batch interface |
fsdk::IQualityEstimator | Image quality estimator interface |
fsdk::IResultBatch< T > | |
fsdk::ISerializableObject | Serializable object interface |
fsdk::ISettingsProvider | SDK settings provider interface |
fsdk::IWarper | Face detection area warper 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::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::Future< T > | Future class to support asynchronous data retrieval Look into std::future semantics to understand it |
fsdk::Promise< T > | Promise class to support asynchronous data retrieval Look into std::promise semantics to understand it |
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::Ref< T > | Smart 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::ResultValue< R, V, Enable > | Addon for Result to output some value aside the result. Specialization for copiable types |
fsdk::ResultValue< R, V, typename std::enable_if< std::is_copy_constructible< V >::value >::type > | |
fsdk::ResultValue< R, V, typename std::enable_if< std::is_copy_constructible< V >::value==false >::type > | Addon for Result to output some value aside the result. Specialization for non copiable types |
fsdk::Sizer | Helper entity to measure size of dynamic objects in memory |
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 |