Uses of Enum Class
cz.fidentis.analyst.data.surfacemask.SurfaceMaskVariant
Packages that use SurfaceMaskVariant
Package
Description
-
Uses of SurfaceMaskVariant in cz.fidentis.analyst.data.surfacemask
Methods in cz.fidentis.analyst.data.surfacemask that return SurfaceMaskVariantModifier and TypeMethodDescriptionstatic SurfaceMaskVariant
Returns the enum constant of this class with the specified name.static SurfaceMaskVariant[]
SurfaceMaskVariant.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SurfaceMaskVariant in cz.fidentis.analyst.engines.face
Method parameters in cz.fidentis.analyst.engines.face with type arguments of type SurfaceMaskVariantModifier and TypeMethodDescriptionstatic List
<SurfaceMask> FaceMasksServices.detectFaceMasks
(HumanFace face, Set<SurfaceMaskVariant> variants) Runs automatic detection of face masks for pre-defined parts of the face. -
Uses of SurfaceMaskVariant in cz.fidentis.analyst.engines.face.impl
Method parameters in cz.fidentis.analyst.engines.face.impl with type arguments of type SurfaceMaskVariantModifier and TypeMethodDescriptionFaceMasksServicesImpl.detectFaceMasks
(HumanFace face, Set<SurfaceMaskVariant> variants) Runs automatic detection of face masks for pre-defined parts of the face.