| Package | Description |
|---|---|
| esa.neliota.detection |
| Modifier and Type | Field and Description |
|---|---|
static FlatFieldCorrector |
DetSys.flatCorrI |
static FlatFieldCorrector |
DetSys.flatCorrR |
| Constructor and Description |
|---|
AdaptiveBackgroundSubtraction(java.lang.String cnkName,
RecordingProperties recordingProps,
AlgorithmProperties algorithmProps,
FlatFieldCorrector flatFieldCorrector)
Class constructor, specifying the name of the raw frames chunk to be processed, the size properties of the frames, the parameters of the detection algorithm and a FlatFieldCorrector object.
|
Calibrator(java.lang.String cnkNameR,
java.lang.String cnkNameI,
RecordingProperties recProps,
FlatFieldCorrector flatR,
FlatFieldCorrector flatI)
Class constructor.
|
DetectionAlgorithm(java.lang.String cnkName,
RecordingProperties recProps,
AlgorithmProperties algProps,
FlatFieldCorrector flatFieldCorrector)
Class constructor, specifying the name of the raw frames chunk to be processed, the size properties of the frames, the parameters of the detection algorithm and a FlatFieldCorrector object.
|
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
|