CVB.Net 15.0
LineExtractionParameters Struct Reference

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

Public Member Functions

 LineExtractionParameters (PeakLocalizationMethod peakType, double peakDetectionThreshold, FIRFilter filterType, int windowSize)
 Constructor. More...
 

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.
 

Detailed Description

All necessary parameters for laser line extraction.

Constructor & Destructor Documentation

◆ LineExtractionParameters()

LineExtractionParameters ( PeakLocalizationMethod  peakType,
double  peakDetectionThreshold,
FIRFilter  filterType,
int  windowSize 
)

Constructor.

Parameters
peakTypeType of peak detection.
peakDetectionThresholdThreshold for peak detection (not considered yet).
filterTypeFiltering method.
windowSizeSize of window used for filtering and peak detection.