T
- Type of DetectedFace
I
- Type of Image
public interface FaceDetector<T extends DetectedFace,I extends Image<?,I>> extends ReadWriteableBinary
Modifier and Type | Method and Description |
---|---|
List<T> |
detectFaces(I image)
Detect faces in the image and return a list of faces found.
|
binaryHeader, readBinary
binaryHeader, writeBinary
List<T> detectFaces(I image)
image
- Image to search in