Interface FaceDetector.FaceDetectionCallback

Enclosing class:
FaceDetector

public static interface FaceDetector.FaceDetectionCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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)