Modifier and Type | Method and Description |
---|---|
List<Rectangle> |
detect(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<Rectangle> detect(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