- tintedGlasses - Variable in class eu.id3.face.GlassesAttributes
-
Value, from 0 to 100, indicating if the glasses are tinted.
100 means that the glasses are completely transparent.
- toBdt() - Method in class eu.id3.face.FaceTemplate
-
Exports the face template object to a Biometric Data Template (BDT) buffer.
- toBit(int, int) - Method in class eu.id3.face.FaceTemplate
-
Exports the face template as a Biometric Information Template (BIT) for enrolment on a smart card equipped with id3 Match-on-Card technology.
- toBuffer() - Method in class eu.id3.face.DetectedFace
-
Exports the face object to a buffer.
- toBuffer() - Method in class eu.id3.face.FaceTemplate
-
Exports the face template object to a buffer.
- toBuffer(ImageFormat, float) - Method in class eu.id3.face.Image
-
Exports the image to a buffer.
- toBuffer() - Method in class eu.id3.face.Portrait
-
Exports the portrait to a buffer.
- toBuffer() - Method in class eu.id3.face.TrackedFace
-
Exports the face object to a buffer.
- toBufferObject(ImageFormat, float, ImageBuffer) - Method in class eu.id3.face.Image
-
Copies the image to a buffer in the specified format.
- toFile(String) - Method in class eu.id3.face.DetectedFace
-
Saves the face object to a file.
- toFile(String) - Method in class eu.id3.face.FaceIndexer
-
Saves the face indexer object to a file.
- toFile(String) - Method in class eu.id3.face.FaceTemplate
-
Exports the face template object to a file.
- toFile(String, float) - Method in class eu.id3.face.Image
-
Saves the image to the specified file.
- toFile(String) - Method in class eu.id3.face.TrackedFace
-
Saves the face object to a file.
- topLeft - Variable in class eu.id3.face.Rectangle
-
Top-left corner of the rectangle.
- topRight - Variable in class eu.id3.face.Rectangle
-
Top-right corner of the rectangle.
- toRawBuffer(PixelFormat, ImageBuffer) - Method in class eu.id3.face.Image
-
Copies image pixels in the specified format into a buffer.
- TrackedFace - Class in eu.id3.face
-
Represents a tracked face.
- TrackedFace() - Constructor for class eu.id3.face.TrackedFace
-
Creates a new instance of the TrackedFace class.
- TrackedFace(long) - Constructor for class eu.id3.face.TrackedFace
-
Creates a new instance of the TrackedFace class.
- TrackedFaceList - Class in eu.id3.face
-
Represents a list of tracked faces.
- TrackedFaceList() - Constructor for class eu.id3.face.TrackedFaceList
-
Creates a new instance of the TrackedFaceList class.
- TrackedFaceList(long) - Constructor for class eu.id3.face.TrackedFaceList
-
Creates a new instance of the TrackedFaceList class.
- trackFaces(Image, DetectedFaceList) - Method in class eu.id3.face.FaceDetector
-
Tracks faces in an image and update their info in a DetectedFaceList object.
- trackFaces(Image, TrackedFaceList) - Method in class eu.id3.face.FaceTracker
-
Tracks faces in an image and update their info in a TrackedFaceList object.
- TrackingStatus - Enum in eu.id3.face
-
Enumerates the possible face-tracking statuses.
- translate(int, int) - Method in class eu.id3.face.DetectedFace
-
Translates the face object.
- translate(int, int) - Method in class eu.id3.face.TrackedFace
-
Translates the face object.
- transpose() - Method in class eu.id3.face.Image
-
Transposes the image object.