![]() |
Face Engine SDK
5.5.0
A face detection, recognition and tracking engine.
|
| Cfsdk::BaseRect< Type > | Rectangle |
| Cfsdk::BaseRect< float > | |
| Cfsdk::BaseRect< int > | |
| Cfsdk::ISettingsProvider::Value::Data | Value data |
| Cfsdk::ISettingsProvider::Desc | Configuration parameter description |
| Cfsdk::Detection | Detection structure. @detail Stores a detected bounding box within a source image rect |
| 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::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::ISettingsProvider::Value::Data::Float1 | |
| Cfsdk::ISettingsProvider::Value::Data::Float2 | |
| Cfsdk::ISettingsProvider::Value::Data::Float3 | |
| Cfsdk::ISettingsProvider::Value::Data::Float4 | |
| Cfsdk::Format | Image format |
| Cfsdk::HeadPoseEstimation | Head pose estimation output |
| Cfsdk::Human | |
| Cfsdk::HumanLandmark | Human keypoints landmark structure |
| 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::FunctionDetectionComparer | Syntax sugar, allows you to use lambdas to define a BestDetection comparer |
| Cfsdk::Image | Image |
| 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::IAGSEstimator | Approximate Garbage Score estimator interface |
| Cfsdk::IAsyncContext | Interface for running tasks asynchronously |
| Cfsdk::IBestShotQualityEstimator | BestShot and Quality estimator interface |
| Cfsdk::IDescriptorExtractor | Descriptor extractor interface |
| Cfsdk::IDescriptorMatcher | Descriptor matcher interface |
| Cfsdk::IDetector | Face detector interface |
| Cfsdk::IEyeEstimator | Eye estimator interface |
| Cfsdk::IFaceDetectionBatch | Face detection result batch interface |
| Cfsdk::IFaceEngineMobile | Root LUNA SDK object interface |
| Cfsdk::IHeadPoseEstimator | Head pose angles estimator interface |
| Cfsdk::IHumanDetectionBatch | Human detection result batch interface |
| Cfsdk::IHumanDetector | Human body detector interface |
| Cfsdk::IHumanWarper | Human detection area warper interface |
| ▼Cfsdk::IIndex | Base index interface |
| Cfsdk::IDenseIndex | Dense (read only) index interface |
| Cfsdk::IDynamicIndex | Dynamic index interface |
| Cfsdk::IIndexBuilder | Index builder interface |
| Cfsdk::ILicense | License objects interface |
| Cfsdk::IResultBatch< T > | |
| ▼Cfsdk::ISerializableObject | Serializable object interface |
| ▼Cfsdk::IDataStorageObject | Data storage object interface helper |
| Cfsdk::IDescriptor | Descriptor interface |
| Cfsdk::IDescriptorBatch | Descriptor batch interface |
| Cfsdk::ISettingsProvider | SDK settings provider interface |
| Cfsdk::IWarper | Face detection area warper interface |
| ▼Cfsdk::IStaticDescriptorStorage | Static descriptor storage interface |
| Cfsdk::IDenseIndex | Dense (read only) index interface |
| ▼Cfsdk::IDynamicDescriptorStorage | Dynamic descriptor storage interface |
| Cfsdk::IDynamicIndex | Dynamic index interface |
| Cfsdk::IIndexBuilder | Index builder 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::MatchingResult | Result of descriptor matching |
| Cfsdk::SearchResult | Result of index search |
| 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::Future< T > | Future class to support asynchronous data retrieval Look into std::future semantics to understand it |
| Cfsdk::Promise< T > | Promise class to support asynchronous data retrieval Look into std::promise semantics to understand it |
| ▼Cfsdk::RefBase< T > | Generic base class of a pointer for reference counted objects |
| Cfsdk::Ref< T > | Smart pointer for reference counted objects |
| Cfsdk::Result< E > | A structure that encapsulates an action result enumeration |
| ▼Cfsdk::Result< R > | |
| Cfsdk::ResultValue< R, V, Enable > | Addon for Result to output some value aside the result. Specialization for copiable types |
| Cfsdk::ResultValue< R, V, typename std::enable_if< std::is_copy_constructible< V >::value >::type > | |
| Cfsdk::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 |
| Cfsdk::Sizer | Helper entity to measure size of dynamic objects in memory |
| Cfsdk::Span< T > | Span. @detail 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::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 |