Package io.anyline2.camera
Class FaceDetector
-
- All Implemented Interfaces:
public class FaceDetector
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
FaceDetector.FaceDetectionResultHandler
-
Constructor Summary
Constructors Constructor Description FaceDetector(FaceDetector.FaceDetectionResultHandler faceDetectionResultHandler)
-
Method Summary
Modifier and Type Method Description void
startFaceDetection(@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)
-
-
-
-