You are here: Start » AVL.NET » Function Reference » Computer Vision » Segmentation 3D » AVL.SegmentSurface_PlanarCells

AVL.SegmentSurface_PlanarCells

Computes a list of planar cells of a surface

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SegmentSurface_PlanarCells
(
	AvlNet.Surface inSurface,
	int inCellWidth,
	double inFlatnessNoiseLevel,
	float inMinCellCoverage,
	IList<AvlNet.Region> outPlanarCells
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
inCellWidthint<2, INF>16Width of a single cell in the girds coordinate system. Default value: 16.
inFlatnessNoiseLeveldouble<0.0, 1.0>0.04DDefault value: 0.04D.
inMinCellCoveragefloat<0.0f, 1.0f>0.3fMinimum percentage of valid points that a planar cell has to have. Default value: 0.3f.
outPlanarCellsSystem.Collections.Generic.IList<AvlNet.Region>

Function Overrides

See also