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

FIL.SegmentPoint3DGrid_PlanarCells

Computes a list of planar cells of a point cloud

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SegmentPoint3DGrid_PlanarCells
(
	FilNet.Point3DGrid inPointCloud,
	float inCellSize,
	double inFlatnessNoiseLevel,
	IList<List<FilNet.Point3D>> outPlanarCells,
	IList<FilNet.Segment3D> diagPlanarCellNormals,
	IList<FilNet.Box3D> diagPlanarCellBoxes
)

Parameters

Name Type Range Default Description
inPointCloudFilNet.Point3DGrid
inCellSizefloat<2.0f, INF>16.0fSize of a single cell in the real coordinate system. Default value: 16.0f.
inFlatnessNoiseLeveldouble<0.0, 1.0>0.04DDefault value: 0.04D.
outPlanarCellsSystem.Collections.Generic.IList<System.Collections.Generic.List<FilNet.Point3D>>
diagPlanarCellNormalsSystem.Collections.Generic.IList<FilNet.Segment3D>Segments representing the normals of computed cells.
diagPlanarCellBoxesSystem.Collections.Generic.IList<FilNet.Box3D>Bounding boxes of planar cells.

Function Overrides

See also