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

FIS.CreateArcFittingMap Method

Precomputes a data object that is required for fast arc fitting on images.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateArcFittingMap
(
	FilNet.ImageFormat inImageFormat,
	FilNet.ArcFittingField inFittingField,
	FilNet.CoordinateSystem2D? inFittingFieldAlignment,
	int inScanCount,
	int inScanWidth,
	FilNet.SamplingParams inSamplingParams,
	FilNet.ArcFittingMap outFittingMap,
	IList<FilNet.Segment2D> diagScanSegments,
	IList<FilNet.Rectangle2D> diagSamplingAreas
)

Parameters

Name Type Range Default Description
inImageFormatFilNet.ImageFormatDimensions, depth and pixel type of the images on which fitting will be performed.
inFittingFieldFilNet.ArcFittingFieldDefines a ring section in which scan segments will be created.
inFittingFieldAlignmentFilNet.CoordinateSystem2D?Adjusts the fitting field to the position of the inspected object. Default value: ftl::NIL.
inScanCountint<3, INF>10The number of points that will be searched to estimate the position of the arc. Default value: 10.
inScanWidthint<1, INF>5The width of each scan field (in pixels). Default value: 5.
inSamplingParamsFilNet.SamplingParams.interpolation BilinearParameters controlling the sampling process. Default value: .interpolation Bilinear.
outFittingMapFilNet.ArcFittingMapOptimized data required for arc fitting.
diagScanSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>Segments along which the scans will be run.
diagSamplingAreasSystem.Collections.Generic.IList<FilNet.Rectangle2D>Scan fields created for point detection.

Function Overrides

See also