DETECTED_FACE
- type of DetectedFace
public interface DetectedFaceRenderer<DETECTED_FACE extends DetectedFace>
Modifier and Type | Method and Description |
---|---|
void |
drawDetectedFace(MBFImage image,
int thickness,
DETECTED_FACE f) |
void drawDetectedFace(MBFImage image, int thickness, DETECTED_FACE f)
image
- the image to draw ontothickness
- the line thicknessf
- the detected face to draw