public class FaceExtractorToolOptions extends Object
Modifier and Type | Field and Description |
---|---|
int |
faceSize
The minimum face size for the face detector
|
String |
outputFile
The directory to which all faces will be extracted
|
int |
seconds
How often to take a face test
|
double |
threshold
The shot differential threshold to use for the shot boundary detector
|
boolean |
useCentre
Whether to use the centre frame (as opposed to doing face tests)
|
boolean |
verbose
Whether to output verbose progress to the stdout
|
String |
videoFile
The video file to process
|
boolean |
writeFaceImage
Whether to write the face image or not
|
boolean |
writeFrameImage
Whether to write the frames in which the faces are found
|
boolean |
writeXML
Whether to write XML information about the found faces
|
Constructor and Description |
---|
FaceExtractorToolOptions() |
public String outputFile
public boolean verbose
public int seconds
public boolean useCentre
public boolean writeFaceImage
public boolean writeFrameImage
public boolean writeXML
public double threshold
public int faceSize
public FaceExtractorToolOptions()