You are here: Start » AVL.NET » AVL.DetectLinePeak
Finds line peaks on an image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void DetectLinePeak ( AvlNet.Image inImage, AvlNet.LinePeakDetectionMethod inDetectionMethod, float inThreshold, IList<AvlNet.Point2D?> outLinePeakPoints, AvlNet.Profile diagLinePeakProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | inDetectionMethod | AvlNet.LinePeakDetectionMethod | MaximalPixel | Method used to determine exact line peak position. Default value: MaximalPixel. | |
![]() | inThreshold | float | <0.0f, INF> | 128.0f | Minimal value of a bright pixel. Default value: 128.0f. |
![]() | outLinePeakPoints | System.Collections.Generic.IList<AvlNet.Point2D?> | Line peak positions. | ||
![]() | diagLinePeakProfile | AvlNet.Profile | Profile of line peak positions. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Unknown input detection method in DetectLinePeak. |



