You are here: Start » AVL.NET » Function Reference » Computer Vision » Camera Calibration » AVL.AnnotateGridPoints_DeprecatedDeprecated

AVL.AnnotateGridPoints_DeprecatedDeprecated

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void AnnotateGridPoints_DeprecatedDeprecated
(
	IList<AvlNet.Point2D> inPoints,
	float inScale,
	float? inMinDistance,
	float inMaxDistance,
	float inAngleTolerance,
	IList<AvlNet.Point3D> outPoints3D,
	IList<AvlNet.Point2D> outSelectedPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Points to calculate a grid
inScalefloat<0.001f, INF>1.0fDistance between two rows or two columns of the grid in world units
inMinDistancefloat?<0.0f, INF>Minimum distance between two rows or two columns in pixels
inMaxDistancefloat<0.0f, INF>10.0fMaximum distance between two rows or two columns in pixels
inAngleTolerancefloat<0.0f, 90.0f>10.0fMaximum deviation from right angles in the grid
outPoints3DSystem.Collections.Generic.IList<AvlNet.Point3D>Calculated points in the world units
outSelectedPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Which points were selected to calculate the grid

Function Overrides

See also