You are here: Start » AVL.NET » AVL.CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)

AVL.CreateCircleFittingMap(AvlNet.ImageFormat, AvlNet.CircleFittingField, int, int, AvlNet.InterpolationMethod, AvlNet.CircleFittingMap)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateCircleFittingMap(
	AvlNet.ImageFormat inImageFormat,
	AvlNet.CircleFittingField inFittingField,
	int inScanCount,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	out AvlNet.CircleFittingMap outFittingMap
)

Parameters

inImageFormat
Type: AvlNet.ImageFormat
Dimensions, depth and pixel type of the images on which fitting will be performed
inFittingField
Type: AvlNet.CircleFittingField
Defines a ring in which scan segments will be created
inScanCount
Type: System.Int32
The number of points that will be searched to estimate the position of the circle
inScanWidth
Type: System.Int32
The width of each scan field (in pixels)
inImageInterpolation
Type: AvlNet.InterpolationMethod
Interpolation method used for extraction of image pixel values
outFittingMap
Type: AvlNet.CircleFittingMap
Optimized data required for circle fitting

See also