| Package | Description |
|---|---|
| esa.neliota.detection |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatFieldCorrector.LoadDarkFrames(java.lang.String darkChunkName,
RecordingProperties props)
Loads the dark frames from the storage and then creates the median dark image.
|
void |
FlatFieldCorrector.LoadFlatFrames(java.lang.String flatChunkName,
RecordingProperties props)
Loads the flat frames from the storage and then creates the mean flat image.
|
static int |
DetSys.SetImageDimensions(RecordingProperties propsR,
RecordingProperties propsI)
Creates components on the DetSysController for showing images, according to the camera recording settings.
|
| 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
|