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

CropPoint3DGridToRegion
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Removes points that are not represented in a given region of the input grid.
Syntax
C++
C#
void fil::CropPoint3DGridToRegion ( const fil::Point3DGrid& inPoint3DGrid, const fil::Region& inRegion, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
inRegion | const Region& | Input region | |
![]() |
outPoint3DGrid | Point3DGrid& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input region exceeds Point3DGrid dimensions in CropPoint3DGridToRegion. |