All necessary parameters for laser line extraction. More...
Public Member Functions | |
| None | LineExtractionParameters (self, int peak_type=cvb.foundation.PeakLocalizationMethod.CoG, float threshold_peak_detection=0.0, int filter_type=cvb.foundation.FIRFilter.Nothing, int window_size=0) |
| Constructs a laser line extraction parameter set. | |
All necessary parameters for laser line extraction.
| None LineExtractionParameters | ( | self, | |
| int | peak_type = cvb.foundation.PeakLocalizationMethod.CoG, | ||
| float | threshold_peak_detection = 0.0, | ||
| int | filter_type = cvb.foundation.FIRFilter.Nothing, | ||
| int | window_size = 0 ) |
Constructs a laser line extraction parameter set.
peak_type : int Type of peak detection (see cvb.foundation.PeakLocalizationMethod).
threshold_peak_detection : float Threshold for peak detection.
filter_type : int Filtering method (see cvb.foundation.FIRFilter).
window_size : int Size of window used for filtering and peak detection.