You are here: Start » AVL.NET » AVS.DetectLinePeak Method

AVS.DetectLinePeak Method

Finds line peaks on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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
inImageAvlNet.ImageInput image.
inDetectionMethodAvlNet.LinePeakDetectionMethodMaximalPixelMethod used to determine exact line peak position. Default value: MaximalPixel.
inThresholdfloat<0.0f, INF>128.0fMinimal value of a bright pixel. Default value: 128.0f.
outLinePeakPointsSystem.Collections.Generic.IList<AvlNet.Point2D?>Line peak positions.
diagLinePeakProfileAvlNet.ProfileProfile of line peak positions.

Function Overrides

See also