Back to Aurora Vision Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » CropPoint3DGridToRegion
CropPoint3DGridToRegion
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Removes points that are not represented in a given region of the input grid.
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
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input region exceeds Point3DGrid dimensions in CropPoint3DGridToRegion. |


