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

FIL.SegmentSurface_PlanarCells

Computes a list of planar cells of a surface

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceFilNet.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<FilNet.Region>

Function Overrides

See also