All Classes
-
Class Summary Class Description AutoFitTextureView ATextureView
that can be adjusted to a specified aspect ratio.DirectoryFaceStorageBackend FaceStorageBackend
to store data in a directory.FaceDataEncoder FaceDetector Detect multiple faces in one largeBitmap
and returnsFaceDetector.Face
objects.FaceDetector.Face An immutable result returned by aFaceDetector
describing what was recognized.FaceDetector.InputImage Wrapper aroundBitmap
to avoid user passing unprocessed dataFaceDetector.InputImageProcessor ProcessesBitmap
s to compatible formatFaceFinder Combination ofFaceDetector
andFaceScanner
for workloads where both face detection and face scanning are required.FaceRecognizer Task-specific API for detecting & recognizing faces in an image.FaceRecognizer.Face Stores a combination ofFaceScanner.Face
andFaceDetector.Face
, for face recognition workloadsFaceScanner 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 dataFaceScanner.InputImageProcessor Processes Bitmaps to compatible format.FaceStorageBackend Store Faces on disk (or in memory, or anywhere else, really).ImageUtils SharedPreferencesFaceStorageBackend FaceStorageBackend
storing data inSharedPreferences
VolatileFaceStorageBackend In-memory FaceStorageBackend, bypassing encoding and storage, relying on cache entirely for performance