- generate() - Method in class net.idrnd.idliveface.util.Helper.ToStringGenerator
-
- getAttributes() - Method in class net.idrnd.idliveface.DetectedFace
-
Attributes of the detected face.
- getAttributes() - Method in class net.idrnd.idliveface.Image
-
Returns image attributes.
- getAvailablePipelines() - Method in class net.idrnd.idliveface.Blueprint
-
Returns all available pipelines.
- getBackendInvocations() - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
The maximum number of the concurrent Neural Network Backend's invocations.
- getBackendThreads() - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
The number of threads used by the Neural Network Backend.
- getBox() - Method in class net.idrnd.idliveface.FaceAnalysisResult
-
The bounding box around the detected face.
- getBox() - Method in class net.idrnd.idliveface.FaceAttributes
-
The bounding box around the face.
- getDetectableFaceSizeRelative() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns DetectableFaceSizeRelative
if set.
- getDomain() - Method in class net.idrnd.idliveface.FaceAnalysisParameters
-
Returns the analysis domain if set.
- getExpirationDate() - Method in class net.idrnd.idliveface.LicenseFeatureInfo
-
The license expiration date.
- getEyesClosed() - Method in class net.idrnd.idliveface.FaceAttributes
-
The probability that the eyes are closed, from 0
(open) to 1
(closed).
- getFaces() - Method in class net.idrnd.idliveface.FaceDetectionResult
-
The detected faces.
- getFailedValidations() - Method in class net.idrnd.idliveface.DetectedFace
-
Validations that are failed to pass for this particular face.
- getFailedValidations() - Method in class net.idrnd.idliveface.FaceAnalysisResult
-
List of validations that have failed to pass.
- getFailedValidations() - Method in class net.idrnd.idliveface.FaceDetectionResult
-
All failed validations.
- getFeature() - Method in class net.idrnd.idliveface.LicenseFeatureInfo
-
License feature.
- getGenuineProbability() - Method in class net.idrnd.idliveface.FaceAnalysisResult
-
The probability that the face is genuine and belongs to a real person.
- getHeadPose() - Method in class net.idrnd.idliveface.FaceAttributes
-
The roll, pitch and yaw rotation angles of the head.
- getHeight() - Method in class net.idrnd.idliveface.BoundingBox
-
The height of the box.
- getHeight() - Method in class net.idrnd.idliveface.ImageAttributes
-
The height of the image.
- getImageQualityAttributes() - Method in class net.idrnd.idliveface.FaceDetectionResult
-
Quality attributes of the image.
- getLandmarks() - Method in class net.idrnd.idliveface.FaceAttributes
-
The facial landmark points.
- getLicenseInfo() - Method in class net.idrnd.idliveface.ReleaseInfo
-
License info per feature.
- getMaxPitch() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MaxPitch
if set.
- getMaxRoll() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MaxRoll
if set.
- getMaxYaw() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MaxYaw
if set.
- getMinFacePadding() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MinFacePadding
if set.
- getMinFaceSize() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MinFaceSize
if set.
- getMinFaceSizeRelative() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MinFaceSizeRelative
if set.
- getMinPupillaryDistance() - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Returns MinPupillaryDistance
if set.
- getOcclusion() - Method in class net.idrnd.idliveface.FaceAttributes
-
The probability that the face is occluded (for example with medical mask), from 0
(not occluded) to 1
(occluded).
- getOrientation() - Method in class net.idrnd.idliveface.FaceAttributes
-
The orientation of the face, in degrees.
- getParameters() - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
Other runtime parameters.
- getPipeline() - Method in class net.idrnd.idliveface.FaceAnalyzer
-
Returns the pipeline used.
- getPitch() - Method in class net.idrnd.idliveface.HeadPose
-
The pitch angle, ranges from -180
to 180
.
- getPupillaryDistance() - Method in class net.idrnd.idliveface.FaceAttributes
-
The distance between the centers of pupils, in pixels.
- getReleaseInfo() - Static method in class net.idrnd.idliveface.ReleaseInfo
-
Returns information about the IDLive Face release.
- getRoll() - Method in class net.idrnd.idliveface.HeadPose
-
The roll angle, ranges from -180
to 180
.
- getSourceFormat() - Method in class net.idrnd.idliveface.ImageAttributes
-
The compression format of the source image.
- getStatus() - Method in class net.idrnd.idliveface.FaceAnalysisResult
-
The status of the analyzed face.
- getTolerance() - Method in class net.idrnd.idliveface.FaceAnalysisParameters
-
Returns the analysis tolerance if set.
- getUnderexposure() - Method in class net.idrnd.idliveface.ImageQualityAttributes
-
How dark the image is, from 0
(normal) to 1
(too dark).
- getVersion() - Method in class net.idrnd.idliveface.ReleaseInfo
-
The IDLive Face version.
- getWidth() - Method in class net.idrnd.idliveface.BoundingBox
-
The width of the box.
- getWidth() - Method in class net.idrnd.idliveface.ImageAttributes
-
The width of the image.
- getWorkerThreads() - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
The number of threads used by IDLive Face for internal tasks.
- getX() - Method in class net.idrnd.idliveface.BoundingBox
-
The x coordinate of the top-left point.
- getX() - Method in class net.idrnd.idliveface.Point
-
The x coordinate of the point.
- getY() - Method in class net.idrnd.idliveface.BoundingBox
-
The y coordinate of the top-left point.
- getY() - Method in class net.idrnd.idliveface.Point
-
The y coordinate of the point.
- getYaw() - Method in class net.idrnd.idliveface.HeadPose
-
The yaw angle, ranges from -180
to 180
.
- setBackendInvocations(int) - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
Sets the maximum number of the concurrent Neural Network Backend's invocations.
- setBackendThreads(int) - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
Sets the number of threads used by the Neural Network Backend.
- setDetectableFaceSizeRelative(float) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the minimal relative face's width and height for the face to be detected.
- setDomain(Domain) - Method in class net.idrnd.idliveface.Blueprint
-
Sets the analysis domain.
- setDomain(Domain) - Method in class net.idrnd.idliveface.FaceAnalysisParameters
-
Sets the analysis domain.
- setLicense(String) - Static method in class net.idrnd.idliveface.License
-
Sets the license.
- setMaxPitch(float) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the max pitch angle of the head.
- setMaxRoll(float) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the max roll angle of the head.
- setMaxYaw(float) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the max yaw angle of the head.
- setMinFacePadding(int) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the minimal distance from the image's border to the face box, in pixels.
- setMinFaceSize(int) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the minimal width and height of the face box, in pixels.
- setMinFaceSizeRelative(float) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the minimal relative face's width and height.
- setMinPupillaryDistance(int) - Method in class net.idrnd.idliveface.CustomValidationParameters
-
Sets the minimal distance between the pupils on the face, in pixels.
- setParameter(String, String) - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
Sets runtime parameter.
- setTolerance(Tolerance) - Method in class net.idrnd.idliveface.Blueprint
-
Sets the analysis tolerance.
- setTolerance(Tolerance) - Method in class net.idrnd.idliveface.FaceAnalysisParameters
-
Sets the analysis tolerance.
- setWorkerThreads(int) - Method in class net.idrnd.idliveface.RuntimeConfiguration
-
Sets the number of threads used by IDLive Face for internal tasks.
- suppressValidation(Validation) - Method in class net.idrnd.idliveface.Blueprint
-
Suppresses the validation.
- suppressValidation(Validation, boolean) - Method in class net.idrnd.idliveface.Blueprint
-
Suppresses (or unsuppresses) the validation.
- Validation - Enum in net.idrnd.idliveface
-
All possible criteria the image is being validated on.
- valueOf(String) - Static method in enum net.idrnd.idliveface.Domain
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.idrnd.idliveface.FaceStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.idrnd.idliveface.LicenseFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.idrnd.idliveface.PixelFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.idrnd.idliveface.Tolerance
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.idrnd.idliveface.Validation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.idrnd.idliveface.Domain
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.idrnd.idliveface.FaceStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.idrnd.idliveface.LicenseFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.idrnd.idliveface.PixelFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.idrnd.idliveface.Tolerance
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.idrnd.idliveface.Validation
-
Returns an array containing the constants of this enum type, in
the order they are declared.