CVBpy 15.0
LineExtractionParameters Class Reference

All necessary parameters for laser line extraction. More...

Inherits object.

Properties

 filter_type = property
 int: Filtering method.
 
 peak_type = property
 int: Type of peak detection.
 
 threshold_peak_detection = property
 float: Threshold for peak detection.
 
 window_size = property
 int: Size of window used for filtering and peak detection.
 

Detailed Description

All necessary parameters for laser line extraction.

Constructs a laser line extraction parameter set.

Parameters

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.