Back to Aurora Vision Library website
You are here: Start » Function Reference » Conversions » Point3DGridToPoint3DArray
Point3DGridToPoint3DArray
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | Vision3DLite |
Converts a grid of points to an array of points removing nonexistent ones.
Syntax
C++
C#
void avl::Point3DGridToPoint3DArray ( const avl::Point3DGrid& inPoint3DGrid, atl::Array<avl::Point3D>& outPoint3DArray )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
outPoint3DArray | Array<Point3D>& |


