Back to Adaptive Vision Library website
You are here: Start » Function Reference » Point3DGrid Spatial Transforms » CropPoint3DGridToRegion
CropPoint3DGridToRegion
Removes points that are not represented in a given region of the input grid.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::CropPoint3DGridToRegion ( const avl::Point3DGrid& inPoint3DGrid, const avl::Region& inRegion, avl::Point3DGrid& outPoint3DGrid )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
inRegion | const Region& | Input region | |
![]() |
outPoint3DGrid | Point3DGrid& |
Errors
| Error type | Description |
|---|---|
| DomainError | Input region exceeds Point3DGrid dimensions in CropPoint3DGridToRegion. |


