predictedBounds property

Rectangle predictedBounds

Predicted bounds of the tracked face. Those bounds are computed using a Kalman filter which has the effect of making them smooth and robust to false non-detections.

throws FaceException An error has occurred during Face Library execution.

Implementation

Rectangle get predictedBounds => getPredictedBounds();