You are here: Start » AVL.NET » LinePeakDetectionMethod Enumeration

LinePeakDetectionMethod Enumeration

Determines exact line peak position extraction method.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
BrightMassCenterThe mass center of all bright pixels is a result.
BrightRegionCenterThe center of all bright pixels region is a result.
FirstBrightPixelBright pixel with smallest y coordinate is a result.
LastBrightPixelBright pixel with biggest y coordinate is a result.
MaximalPixelBrightest pixel is a result.

Remarks

See also