![]() |
Face Engine SDK
5.8.0
A face detection, recognition and tracking engine.
|
▼Nfsdk | SDK namespace |
CBaseRect | Rectangle |
CDetection | Detection structure. @detail Stores a detected bounding box within a source image rect |
CErrorTraits | |
CErrorTraits< FSDKError > | Specialized for FSDKError |
CErrorTraits< FutureError > | Specialized for Future::Error |
CErrorTraits< IDescriptorBatch::Error > | Specialized for DescriptorBatchError |
CErrorTraits< Image::Error > | Specialized for Image::Error |
CErrorTraits< ISerializableObject::Error > | Specialized for ISerializableObject::SerializationError |
CErrorTraits< ISettingsProvider::Error > | Specialized for ISettingsProvider::ParseError |
CErrorTraits< MultiError< E0, E1 > > | Specialized for MultiError |
CErrorTraits< PromiseError > | Specialized for Promise::Error |
CException | |
▼CEyeCropper | EyeCropper is a helper structure for IEyeEstimator interface Methods of this structure crop an input warped image and returns rectangle coordinates of each eye |
CEyesRects | |
▼CEyesEstimation | Eyes estimation output |
CEyeAttributes | Eyes attribute structure |
CFace | |
CFormat | Image format |
CFunctionDetectionComparer | Syntax sugar, allows you to use lambdas to define a BestDetection comparer |
CFuture | Future class to support asynchronous data retrieval Look into std::future semantics to understand it |
CHeadPoseEstimation | Head pose estimation output |
CHuman | |
CHumanLandmark | Human keypoints landmark structure |
CHumanLandmarks | Human keypoints landmarks template structure |
CIAGSEstimator | Approximate Garbage Score estimator interface |
CIArchive | Archive interface |
CIAsyncContext | Interface for running tasks asynchronously |
▼CIBestShotQualityEstimator | BestShotQuality estimator interface |
CEstimationResult | BestShotQualityEstimator output structure |
CIDataStorageObject | Data storage object interface helper |
CIDenseIndex | Dense (read only) index interface |
CIDescriptor | Descriptor interface |
CIDescriptorBatch | Descriptor batch interface |
CIDescriptorExtractor | Descriptor extractor interface |
CIDescriptorMatcher | Descriptor matcher interface |
CIDetectionComparer | Interface of BestDetection comparer. Implement it if you want to use own BestDetection strategy |
CIDetector | Face detector interface |
CIDynamicDescriptorStorage | Dynamic descriptor storage interface |
CIDynamicIndex | Dynamic index interface |
CIEyeEstimator | Eye estimator interface |
CIFaceDetectionBatch | Face detection result batch interface |
CIFaceEngineMobile | Root LUNA SDK object interface |
CIGlassesEstimator | Glasses estimator interface |
CIHeadPoseEstimator | Head pose angles estimator interface |
CIHumanDetectionBatch | Human detection result batch interface |
CIHumanDetector | Human body detector interface |
CIHumanWarper | Human detection area warper interface |
CIIndex | Base index interface |
CIIndexBuilder | Index builder interface |
CILicense | License objects interface |
CILivenessOneShotRGBEstimator | OneShot RGB Liveness estimator interface |
CImage | Image |
CIMedicalMaskEstimator | MedicalMask estimator interface |
CIProgressTracker | Progress tracker interface |
CIQualityEstimator | Image quality estimator interface |
CIRefCounted | Base strong reference counted object interface |
CIResultBatch | |
CISerializableObject | Serializable object interface |
▼CISettingsProvider | SDK settings provider interface |
CDesc | Configuration parameter description |
CEntry | Configuration parameter entry |
CKey | Configuration parameter key |
▼CValue | Configuration parameter value |
►CData | Value data |
CIStaticDescriptorStorage | Static descriptor storage interface |
CIWarper | Face detection area warper interface |
CLandmarks | Face landmarks template structure |
CLandmarks5Indexes | Enumerates detected landmarks. Only valid for template with 5 landmarks |
CLaunchOptions | LaunchOptions struct configures inference options on per-estimator/detector basis, giving user fine grained control over cpu/gpu utilisation |
CLivenessOneShotRGBEstimation | Liveness OneShotRGB estimation structure |
CMatchingResult | Result of descriptor matching |
CMedicalMaskEstimation | MedicalMask estimator output structure. This structure contains the result of estimation ( |
CMedicalMaskEstimationExtended | MedicalMask estimator output structure. This structure contains the result of estimation ( |
CMultiError | An error structure designed for functions which can return errors from different enum classes |
CNoncopyable | Helper class to block copy operator&constructor of its descendants |
CPromise | Promise class to support asynchronous data retrieval Look into std::promise semantics to understand it |
CQuality | Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
CRef | Smart pointer for reference counted objects |
CRefBase | Generic base class of a pointer for reference counted objects |
CResult | A structure that encapsulates an action result enumeration |
CResultValue | Addon for Result to output some value aside the result. Specialization for copiable types |
CResultValue< R, V, typename std::enable_if< std::is_copy_constructible< V >::value >::type > | |
CResultValue< 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 |
CSearchResult | Result of index search |
CSizer | Helper entity to measure size of dynamic objects in memory |
CSpan | Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more T objects |
CSubImage | Sub Image |
CSubjectiveQuality | Subjective Quality estimation structure Each estimation is given in normalized [0, 1] range. Parameter meanings: |
CTransformation | Transformation data structure, used for warping |
CVector2 | Generic 2D vector |
CVersion |