| Package | Description |
|---|---|
| esa.neliota.detection |
| Modifier and Type | Method and Description |
|---|---|
static AlgorithmProperties |
DetSys.getAlgorithmProperties()
Get access to the properties of the detection algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DetSys.setAlgorithmProperties(AlgorithmProperties props)
Set the properties to be set to the detection algorithm.
|
| 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.
|
AlgorithmSettingsFrame(AlgorithmProperties props)
Create the frame.
|
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
|