fsdk::BaseDetection< Type > | Face detection. Stores a detected face bounding box within a source image frame as well as detection confidence score |
fsdk::BaseDetection< ElementType > | |
fsdk::BaseRect< Type > | Rectangle |
fsdk::BaseRect< ElementType > | |
fsdk::BaseRect< int > | |
fsdk::ISettingsProvider::Value::Data | Value data |
fsdk::ISettingsProvider::Desc | Configuration parameter description |
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::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::HumanLandmark | |
fsdk::HumanLandmarks< numOfLandmarks > | Human keypoints landmarks template structure |
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::In_place_t | |
fsdk::ISettingsProvider::Value::Data::Int1 | |
fsdk::ISettingsProvider::Value::Data::Int2 | |
fsdk::ISettingsProvider::Value::Data::Int3 | |
fsdk::ISettingsProvider::Value::Data::Int4 | |
fsdk::IProgressTracker | Progress tracker interface |
fsdk::IRefCounted | Base strong reference counted object interface |
fsdk::IAGSEstimator | Approximate Garbage Score estimator interface |
fsdk::IAsyncContext | Interface for running tasks asynchronously |
fsdk::IBestShotQualityEstimator | BestShot and Quality estimator interface |
fsdk::IDescriptorExtractor | Descriptor extractor interface |
fsdk::IDescriptorMatcher | Descriptor matcher interface |
fsdk::IDetector | Face detector interface |
fsdk::IEyeEstimator | Eye estimator interface |
fsdk::IFaceEngineMobile | Root LUNA SDK object interface |
fsdk::IHeadPoseEstimator | Head pose angles estimator interface |
fsdk::IHumanDetector | Human body detector interface |
fsdk::IHumanWarper | Human detection area warper interface |
fsdk::IIndex | Base index interface |
fsdk::IDenseIndex | Dense (read only) index interface |
fsdk::IDynamicIndex | Dynamic index interface |
fsdk::IIndexBuilder | Index builder interface |
fsdk::ILicense | License objects interface |
fsdk::IResultBatch< T > | |
fsdk::ISerializableObject | Serializable object interface |
fsdk::IDataStorageObject | Data storage object interface helper |
fsdk::IDescriptor | Descriptor interface |
fsdk::IDescriptorBatch | Descriptor batch interface |
fsdk::ISettingsProvider | SDK settings provider interface |
fsdk::IWarper | Face detection area warper interface |
fsdk::IStaticDescriptorStorage | Static descriptor storage interface |
fsdk::IDenseIndex | Dense (read only) index interface |
fsdk::IDynamicDescriptorStorage | Dynamic descriptor storage interface |
fsdk::IDynamicIndex | Dynamic index interface |
fsdk::IIndexBuilder | Index builder 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::MatchingResult | Result of descriptor matching |
fsdk::SearchResult | Result of index search |
fsdk::MultiError< E0, E1 > | An error structure designed for functions which can return errors from different enum classes |
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::Optional< BaseType > | |
fsdk::Optional< float > | |
fsdk::Optional< fsdk::fsdk::HumanLandmarks > | |
fsdk::Optional< fsdk::fsdk::Landmarks > | |
fsdk::Optional< fsdk::HeadPoseEstimation > | |
fsdk::Optional< fsdk::OrientationType > | |
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< FSDKError > | |
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::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 | |