| Modifier and Type | Method and Description |
|---|---|
List<org.openimaj.math.geometry.shape.Rectangle> |
detect(org.openimaj.image.FImage im)
Detect faces in an image
|
int |
get_min_size() |
static FDet |
read(Scanner s,
boolean readType)
Read the Face detector.
|
void |
set_min_size(int _min_size) |
public List<org.openimaj.math.geometry.shape.Rectangle> detect(org.openimaj.image.FImage im)
im - the imagepublic static FDet read(Scanner s, boolean readType)
s - readType - public int get_min_size()
public void set_min_size(int _min_size)
_min_size - the _min_size to set