You are here: Start » FIL.NET » FIS.DetectLinePeak Method

FIS.DetectLinePeak Method

Finds line peaks on an image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DetectLinePeak
(
	FilNet.Image inImage,
	FilNet.LinePeakDetectionMethod inDetectionMethod,
	float inThreshold,
	IList<FilNet.Point2D?> outLinePeakPoints
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inDetectionMethodFilNet.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<FilNet.Point2D?>Line peak positions.

Function Overrides

See also