public class Detector
extends java.lang.Object
implements java.lang.Runnable
| Constructor and Description |
|---|
Detector(java.lang.String camR,
java.lang.String camI,
java.io.File outputDirectory,
RecordingProperties recordingPropsR,
RecordingProperties recordingPropsI,
AlgorithmProperties algorithmProps,
FlatFieldCorrector flatFieldCorrectorR,
FlatFieldCorrector flatFieldCorrectorI)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
void |
run()
the function that is executed by the detector thread
|
public Detector(java.lang.String camR,
java.lang.String camI,
java.io.File outputDirectory,
RecordingProperties recordingPropsR,
RecordingProperties recordingPropsI,
AlgorithmProperties algorithmProps,
FlatFieldCorrector flatFieldCorrectorR,
FlatFieldCorrector flatFieldCorrectorI)
camR - the name of the raw frames chunk (in red filter)camI - the name of the raw frames chunk (in near infrared filter)outputDirectory - the directory where therecordingPropsR - the properties of the camera recording the frames in redrecordingPropsI - the properties of the camera recording the frames in near infraredalgorithmProps - the parameters to the algorithms usedflatFieldCorrectorR - a FlatFieldCorrector object for the frames in redflatFieldCorrectorI - a FlatFieldCorrector object for the frames in near infrared