CVBpy 15.1
Loading...
Searching...
No Matches
LineExtractionParameters Class Reference

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.
 

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.

Constructor & Destructor Documentation

◆ LineExtractionParameters()

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.

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.