Package io.anyline2.camera
Class FaceDetector
-
- All Implemented Interfaces:
public class FaceDetector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFaceDetector.FaceDetectionResultHandler
-
Constructor Summary
Constructors Constructor Description FaceDetector(FaceDetector.FaceDetectionResultHandler faceDetectionResultHandler)
-
Method Summary
Modifier and Type Method Description voidstartFaceDetection(@NonNull() AnylineImage imageForProcessing)-
-
Constructor Detail
-
FaceDetector
FaceDetector(FaceDetector.FaceDetectionResultHandler faceDetectionResultHandler)
- Parameters:
faceDetectionResultHandler- - Handler for result of face detection
-
-
Method Detail
-
startFaceDetection
void startFaceDetection(@NonNull() AnylineImage imageForProcessing)
-
-
-
-