T - Type of DetectedFaceI - Type of Imagepublic 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, readBinarybinaryHeader, writeBinaryList<T> detectFaces(I image)
image - Image to search in