| AutoFitTextureView |
A TextureView that can be adjusted to a specified aspect ratio.
|
| DirectoryFaceStorageBackend |
|
| FaceDataEncoder |
|
| FaceDetector |
|
| FaceDetector.Face |
An immutable result returned by a FaceDetector describing what was recognized.
|
| FaceDetector.InputImage |
Wrapper around Bitmap to avoid user passing unprocessed data
|
| FaceDetector.InputImageProcessor |
Processes Bitmaps to compatible format
|
| FaceFinder |
Combination of FaceDetector and FaceScanner for workloads where both face
detection and face scanning are required.
|
| FaceRecognizer |
Task-specific API for detecting & recognizing faces in an image.
|
| FaceRecognizer.Face |
|
| FaceScanner |
Raw wrapper around AI model that scans ONE Face inside a perfectly cropped Bitmap and returns
facial features.
|
| FaceScanner.Face |
An immutable result returned by a FaceDetector describing what was recognized.
|
| FaceScanner.InputImage |
Wrapper around Bitmap to avoid user passing unprocessed data
|
| FaceScanner.InputImageProcessor |
Processes Bitmaps to compatible format.
|
| FaceStorageBackend |
Store Faces on disk (or in memory, or anywhere else, really).
|
| ImageUtils |
|
| SharedPreferencesFaceStorageBackend |
|
| VolatileFaceStorageBackend |
In-memory FaceStorageBackend, bypassing encoding and storage, relying on cache entirely for
performance
|