Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Segmentation 3D » SegmentPoint3DGrid_Planes

SegmentPoint3DGrid_Planes
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationBasic |
Segments a point cloud into planes.
Syntax
C++
C#
void fil::SegmentPoint3DGrid_Planes ( const fil::Point3DGrid& inPointCloud, const float inCellSize, const double inFlatnessNoiseLevel, int inMaxIterations, const float inMaxAngleDeviation, const float inMaxDistanceDeviation, ftl::Array<ftl::Array<fil::Point3D>>& outPlanePoints, ftl::Array<fil::Plane3D>& outPlanes, ftl::Array<ftl::Array<fil::Point3D>>& diagPlanarCells )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inPointCloud | const Point3DGrid& | |||
![]() |
inCellSize | const float | 2.0 - ![]() |
16.0f | Size of a single cell in the real coordinate system |
![]() |
inFlatnessNoiseLevel | const double | 0.0 - 1.0 | 0.04D | |
![]() |
inMaxIterations | int | 1 - ![]() |
1000 | |
![]() |
inMaxAngleDeviation | const float | 0.0 - 90.0 | 15.0f | |
![]() |
inMaxDistanceDeviation | const float | 0.0 - ![]() |
0.1f | |
![]() |
outPlanePoints | Array<Array<Point3D>>& | |||
![]() |
outPlanes | Array<Plane3D>& | |||
![]() |
diagPlanarCells | Array<Array<Point3D>>& | Computed planar cells |