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 name | Description |
|---|---|
| BrightMassCenter | The mass center of all bright pixels is a result. |
| BrightRegionCenter | The center of all bright pixels region is a result. |
| FirstBrightPixel | Bright pixel with smallest y coordinate is a result. |
| LastBrightPixel | Bright pixel with biggest y coordinate is a result. |
| MaximalPixel | Brightest pixel is a result. |
