• Adaptive Vision
  • Getting Started
  • Relation to AVL/C++
  • Dialogs
  • HMI Controls
  • AVL.NET Performance Tips
  • Code Migration Guide to version 4.11
  • Usage Examples
  • Function Reference
  • Type Reference

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

AVS.FitPlaneToPoint3DGrid Method

Approximates points of the input grid with a plane using the Least Squares method.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitPlaneToPoint3DGrid
(
	AvlNet.Point3DGrid inPointGrid,
	out AvlNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPointGridAvlNet.Point3DGridInput point grid.
outPlaneAvlNet.Plane3DFitted plane.

Function Overrides

  • FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D)
  • FitPlaneToPoint3DGrid(Point3DGrid, Plane3D, NullableRef<List<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableValue<Single>)
  • FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D, IList<Single>, Single, Single, IList<Single>, Single)
  • FitPlaneToPoint3DGrid(Point3DGrid, NullableRef<Region>, Plane3D, NullableRef<List<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableValue<Single>)

See also

  • All Classes List
  • AVS Class Reference

This article is valid for version 4.12.13

©2007-2021 Adaptive Vision