faceMeshBoundingRect function
Returns the face bounding box in pixel coordinates.
Implementation
Rect faceMeshBoundingRect(
FaceMeshResult result, {
Size? targetSize,
bool clampToBounds = true,
}) => result.boundingRect(targetSize: targetSize, clampToBounds: clampToBounds);