Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Normalizations » RemoveInvalidPoints3D
RemoveInvalidPoints3D
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | Vision3DLite |
Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates).
Syntax
C++
C#
void fil::RemoveInvalidPoints3D ( const ftl::Array<fil::Point3D>& inPoints3D, ftl::Array<fil::Point3D>& outPoints3D )


