public class SimpleDetectedFaceRenderer extends Object implements DetectedFaceRenderer<DetectedFace>
Constructor and Description |
---|
SimpleDetectedFaceRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
drawDetectedFace(MBFImage image,
int thickness,
DetectedFace f) |
public SimpleDetectedFaceRenderer()
public void drawDetectedFace(MBFImage image, int thickness, DetectedFace f)
drawDetectedFace
in interface DetectedFaceRenderer<DetectedFace>
image
- the image to draw ontothickness
- the line thicknessf
- the detected face to draw