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

AVS.DetectCalibrationGrid_Circles Method

Detects an arbitrary size symmetric circle pattern on the image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DetectCalibrationGrid_Circles
(
	AvlNet.Image inImage,
	float inCircleRadius,
	float inCircleDetectionThreshold,
	AvlNet.Polarity inCirclePolarity,
	IList<AvlNet.AnnotatedPoint2D> outImageGrid
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCircleRadiusfloat<1.0f, INF>Circle radius measured in input image pixels.
inCircleDetectionThresholdfloat<0.0f, INF>20.0fDetection threshold (relative to local image patch). Default value: 20.0f.
inCirclePolarityAvlNet.PolarityAnyCircle intensity with respect to background. Default value: Any.
outImageGridSystem.Collections.Generic.IList<AvlNet.AnnotatedPoint2D>Detected grid.

Function Overrides

See also