All necessary parameters for laser line extraction. More...
Public Member Functions | |
| LineExtractionParameters (PeakLocalizationMethod peakType, double peakDetectionThreshold, FIRFilter filterType, int windowSize) | |
| Constructor. | |
Properties | |
| PeakLocalizationMethod | PeakType [get] |
| Type of peak detection. | |
| double | PeakDetectionThreshold [get] |
| Threshold for peak detection (not considered yet). | |
| FIRFilter | FilterType [get] |
| Filtering method. | |
| int | WindowSize [get] |
| Size of window used for filtering and peak detection. | |
All necessary parameters for laser line extraction.
| LineExtractionParameters | ( | PeakLocalizationMethod | peakType, |
| double | peakDetectionThreshold, | ||
| FIRFilter | filterType, | ||
| int | windowSize ) |
Constructor.
| peakType | Type of peak detection. |
| peakDetectionThreshold | Threshold for peak detection (not considered yet). |
| filterType | Filtering method. |
| windowSize | Size of window used for filtering and peak detection. |