You are here: Start » AVL.NET » Invoke.DetectLinePeak_Gauss
Finds line peaks on an image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DetectLinePeak_Gauss ( Avl.Image inImage, float inStdDev, float inKernelRelativeSize, float inThreshold, List<Conditional<Avl.Point2D>> outLinePeakPoints, Diagnostic<Avl.Profile> diagLinePeakProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Input image. | ||
![]()  | inStdDev | float | <0.0f, INF> | 4.0f | Standard deviation of the gaussian kernel. Default value: 4.0f. | 
![]()  | inKernelRelativeSize | float | <0.0f, 3.0f> | 2.0f | A multiple of the standard deviation determining the size of the kernel. Default value: 2.0f. | 
![]()  | inThreshold | float | <0.0f, INF> | 128.0f | Minimal value of a bright pixel. Default value: 128.0f. | 
![]()  | outLinePeakPoints | System.Collections.Generic.List<Atl.Conditional<Avl.Point2D>> | Line peak positions. | ||
![]()  | diagLinePeakProfile | Avl.Diagnostic<Avl.Profile> | Profile of line peak positions. | 



