Skip navigation links
A B C D F G H I L N O P R S T V W 

A

analyze(Image) - Method in class net.idrnd.idliveface.FaceAnalyzer
Runs the face analysis.
analyze(Image, FaceAnalysisParameters) - Method in class net.idrnd.idliveface.FaceAnalyzer
Runs the face analysis with the provided parameters.
AndroidSupport - Class in net.idrnd.idliveface.android
Utilities for Android.

B

Blueprint - Class in net.idrnd.idliveface
Factory for the IDLive Face's objects.
Blueprint(String) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data.
Blueprint(File) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data.
Blueprint(Path) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data.
Blueprint(String, RuntimeConfiguration) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data and runtime configuration.
Blueprint(File, RuntimeConfiguration) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data and runtime configuration.
Blueprint(Path, RuntimeConfiguration) - Constructor for class net.idrnd.idliveface.Blueprint
Creates a new blueprint using the provided init data and runtime configuration.
BoundingBox - Class in net.idrnd.idliveface
The bounding box around the face.
BoundingBox(int, int, int, int) - Constructor for class net.idrnd.idliveface.BoundingBox
Creates new bounding box.

C

close() - Method in class net.idrnd.idliveface.NativeObject
Closes this objects and releases the native memory.
createBlueprint(Context) - Static method in class net.idrnd.idliveface.android.AndroidSupport
Creates new Blueprint.
createBlueprint(Context, RuntimeConfiguration) - Static method in class net.idrnd.idliveface.android.AndroidSupport
Creates new Blueprint with custom runtime parameters.
createFaceAnalyzer() - Method in class net.idrnd.idliveface.Blueprint
Creates new FaceAnalyzer.
createFaceAnalyzer(String) - Method in class net.idrnd.idliveface.Blueprint
Creates new FaceAnalyzer that uses the specified pipeline.
createFaceDetector() - Method in class net.idrnd.idliveface.Blueprint
Creates new FaceDetector.
createImageDecoder() - Method in class net.idrnd.idliveface.Blueprint
Creates new ImageDecoder.
createValidationSet(int[]) - Static method in class net.idrnd.idliveface.util.Helper
 
CustomValidationParameters - Class in net.idrnd.idliveface
Overrides for the validation parameters.
CustomValidationParameters() - Constructor for class net.idrnd.idliveface.CustomValidationParameters
 

D

decode(byte[]) - Method in class net.idrnd.idliveface.ImageDecoder
Loads and decodes the image from the byte array.
decode(ByteBuffer) - Method in class net.idrnd.idliveface.ImageDecoder
Loads and decodes the image from the ByteBuffer.
decodeFile(File) - Method in class net.idrnd.idliveface.ImageDecoder
Loads and decodes the image from the file.
decodeFile(Path) - Method in class net.idrnd.idliveface.ImageDecoder
Loads and decodes the image from the file.
decodeFile(String) - Method in class net.idrnd.idliveface.ImageDecoder
Loads and decodes the image from the file.
DetectedFace - Class in net.idrnd.idliveface
The information about the detected face.
detectFaces(Image) - Method in class net.idrnd.idliveface.FaceDetector
Runs the face detection.
Domain - Enum in net.idrnd.idliveface
Defines a subset of characteristics that the face analysis should be sensitive to.

F

FaceAnalysisParameters - Class in net.idrnd.idliveface
Optional parameters for the face analysis.
FaceAnalysisParameters() - Constructor for class net.idrnd.idliveface.FaceAnalysisParameters
 
FaceAnalysisResult - Class in net.idrnd.idliveface
The result of the face analysis.
FaceAnalyzer - Class in net.idrnd.idliveface
Detects face on the image and analyzes if it belongs to a real person or not.
FaceAttributes - Class in net.idrnd.idliveface
Attributes of the detected face.
FaceDetectionResult - Class in net.idrnd.idliveface
The result of the face detection.
FaceDetector - Class in net.idrnd.idliveface
Detects and validates faces and their attributes.
FaceStatus - Enum in net.idrnd.idliveface
The status of the analyzed face.
field(String, Object) - Method in class net.idrnd.idliveface.util.Helper.ToStringGenerator
 
field(String, float) - Method in class net.idrnd.idliveface.util.Helper.ToStringGenerator
 
field(String, int) - Method in class net.idrnd.idliveface.util.Helper.ToStringGenerator
 
flattenStringMap(Map<String, String>) - Static method in class net.idrnd.idliveface.util.Helper
 
fromCode(int) - Static method in enum net.idrnd.idliveface.LicenseFeature
 

G

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.

H

HeadPose - Class in net.idrnd.idliveface
The roll, pitch and yaw angles of the head, in degrees.
HeadPose(float, float, float) - Constructor for class net.idrnd.idliveface.HeadPose
Creates new head pose.
Helper - Class in net.idrnd.idliveface.util
 
Helper.NativeLibrary - Class in net.idrnd.idliveface.util
Bootstrapper for the IDLiveFace's native library.
Helper.ToStringGenerator - Class in net.idrnd.idliveface.util
 

I

IDLiveFaceException - Exception in net.idrnd.idliveface
General IDLive Face exception.
IDLiveFaceException(String) - Constructor for exception net.idrnd.idliveface.IDLiveFaceException
Creates new exception with the given message.
IDLiveFaceException(String, Throwable) - Constructor for exception net.idrnd.idliveface.IDLiveFaceException
Creates new exception with the given message and the cause.
Image - Class in net.idrnd.idliveface
Contains the content of the decoded image.
Image(byte[], int, int, PixelFormat) - Constructor for class net.idrnd.idliveface.Image
Constructs the image from the raw pixels.
Image(ByteBuffer, int, int, PixelFormat) - Constructor for class net.idrnd.idliveface.Image
Constructs the image from the raw pixels.
ImageAttributes - Class in net.idrnd.idliveface
General attributes of the image.
ImageAttributes(int, int, String) - Constructor for class net.idrnd.idliveface.ImageAttributes
Creates new image attributes.
ImageDecoder - Class in net.idrnd.idliveface
Decodes compressed images.
ImageDecodingException - Exception in net.idrnd.idliveface
Thrown by the ImageDecoder when the image can't be decoded.
ImageDecodingException(String) - Constructor for exception net.idrnd.idliveface.ImageDecodingException
Creates new exception with the given message.
ImageQualityAttributes - Class in net.idrnd.idliveface
Quality attributes of the image.
ImageQualityAttributes(float) - Constructor for class net.idrnd.idliveface.ImageQualityAttributes
Creates new image quality attributes.

L

License - Class in net.idrnd.idliveface
IDLive Face license.
License() - Constructor for class net.idrnd.idliveface.License
 
LicenseException - Exception in net.idrnd.idliveface
Thrown by the FaceAnalyzer and the FaceDetector when the license has expired.
LicenseException(String) - Constructor for exception net.idrnd.idliveface.LicenseException
Creates new exception with the given message.
LicenseFeature - Enum in net.idrnd.idliveface
IDLive Face license features.
LicenseFeatureInfo - Class in net.idrnd.idliveface
IDLive Face license feature info.

N

NATIVE_LIBRARY - Static variable in class net.idrnd.idliveface.util.Helper
 
NativeObject - Class in net.idrnd.idliveface
A wrapper around the native memory.
net.idrnd.idliveface - package net.idrnd.idliveface
 
net.idrnd.idliveface.android - package net.idrnd.idliveface.android
 
net.idrnd.idliveface.util - package net.idrnd.idliveface.util
 

O

overrideValidationParameters(CustomValidationParameters) - Method in class net.idrnd.idliveface.Blueprint
Overrides validation parameters for all analysis domains.
overrideValidationParametersForDomain(Domain, CustomValidationParameters) - Method in class net.idrnd.idliveface.Blueprint
Overrides validation parameters for a specific analysis domains.

P

PixelFormat - Enum in net.idrnd.idliveface
The format of the image pixel.
Point - Class in net.idrnd.idliveface
Two-dimensional point.
Point(int, int) - Constructor for class net.idrnd.idliveface.Point
Creates new point.

R

ReleaseInfo - Class in net.idrnd.idliveface
Information about the IDLive Face release.
RuntimeConfiguration - Class in net.idrnd.idliveface
The resource management and performance configuration.
RuntimeConfiguration() - Constructor for class net.idrnd.idliveface.RuntimeConfiguration
Creates new RuntimeConfiguration with the fields set to optimized defaults.
RuntimeConfiguration(int) - Constructor for class net.idrnd.idliveface.RuntimeConfiguration
Creates new RuntimeConfiguration with the fields set to optimized values for the number of CPU cores requested.

S

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.

T

Tolerance - Enum in net.idrnd.idliveface
Defines how strict the face analysis should be, which in return affects APCER / BPCER balance.
toString() - Method in class net.idrnd.idliveface.BoundingBox
 
toString() - Method in class net.idrnd.idliveface.CustomValidationParameters
 
toString() - Method in class net.idrnd.idliveface.DetectedFace
 
toString() - Method in class net.idrnd.idliveface.FaceAnalysisParameters
 
toString() - Method in class net.idrnd.idliveface.FaceAnalysisResult
 
toString() - Method in class net.idrnd.idliveface.FaceAttributes
 
toString() - Method in class net.idrnd.idliveface.FaceDetectionResult
 
toString() - Method in class net.idrnd.idliveface.HeadPose
 
toString() - Method in class net.idrnd.idliveface.ImageAttributes
 
toString() - Method in class net.idrnd.idliveface.ImageQualityAttributes
 
toString() - Method in class net.idrnd.idliveface.LicenseFeatureInfo
 
toString() - Method in class net.idrnd.idliveface.Point
 
toString() - Method in class net.idrnd.idliveface.ReleaseInfo
 
toString() - Method in class net.idrnd.idliveface.RuntimeConfiguration
 
toStringGenerator(Object) - Static method in class net.idrnd.idliveface.util.Helper
Helps building a string representation.

V

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.

W

wrapArray(T[]) - Static method in class net.idrnd.idliveface.util.Helper
 
A B C D F G H I L N O P R S T V W 
Skip navigation links