| Package | Description |
|---|---|
| esa.neliota.detection |
| Class and Description |
|---|
| AlgorithmProperties
Holds the parameter values to the detection algorithm.
|
| ConnCompProperties
Holds the properties (features) of a connected component (hereby defined as CC).
|
| DetectionAlgorithm
An abstract class for detection algorithms.
|
| Detector
A thread that uses a couple of DetectionAlgorithm objects, each processing the sequence of frames for a different filter, combines their detected objects and produces EventRecord objects, which contain the information of detected objects over time.
|
| DetOperHMI
Defines the functions that are required for obtaining input from the DetOper.
|
| DetSysController
The Graphical User Interface (GUI) to the DetOper.
|
| EventRecord
The class that carries the full information of an event, including position, date and time, duration, airmass during that time, the estimated magnitude in both filters and the frames, to name but a few.
|
| FlatFieldCorrector
Loads the technical frames from the storage and creates mean flat and dark images, to be used for flat field correction.
|
| ImageProcessingModule
An abstract class for modules that perform image processing and use methods for thresholding, extracting connected components, binary image processing etc.
|
| RecordingProperties
The object that holds the information of the camera recording properties
|
| ROI
Holds information about a Region Of Interest (ROI)
|