Package com.esprit.utils
Interface FaceDetector.FaceDetectionCallback
- Enclosing class:
- FaceDetector
public static interface FaceDetector.FaceDetectionCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFaceDetected
(org.opencv.core.Mat face) void
onFrameProcessed
(org.opencv.core.Mat frame)
-
Method Details
-
onFaceDetected
void onFaceDetected(org.opencv.core.Mat face) -
onFrameProcessed
void onFrameProcessed(org.opencv.core.Mat frame)
-