Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » CropPoint3DGridByPlaneProximity

CropPoint3DGridByPlaneProximity
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Removes from the grid points that are too distant from a given plane.
Syntax
C++
C#
void fil::CropPoint3DGridByPlaneProximity ( const fil::Point3DGrid& inPoint3DGrid, const fil::Plane3D& inPlane, const float inMaxDistance, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
inPlane | const Plane3D& | ||
![]() |
inMaxDistance | const float | Maximal distance from a given plane | |
![]() |
outPoint3DGrid | Point3DGrid& |