Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid » Point3DGrid Features » Point3DGridValidPointsRegion

Point3DGridValidPointsRegion
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes region of locations where points are valid in a points 3D grid and where they are invalid.
Syntax
C++
C#
void fil::Point3DGridValidPointsRegion ( const fil::Point3DGrid& inPoint3DGrid, ftl::Optional<const fil::Region&> inRoi, fil::Region& outValidPointsRegion, fil::Region& outInvalidPointsRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
inRoi | Optional<const Region&> | NIL | Range of pixels to be processed |
![]() |
outValidPointsRegion | Region& | Region of locations where points are valid | |
![]() |
outInvalidPointsRegion | Region& | Region of locations where points are invalid |