Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » GetSurfaceElement_Interpolated

GetSurfaceElement_Interpolated
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Returns an interpolated single point of a surface given its surface grid coordinates.
Syntax
C++
C#
void fil::GetSurfaceElement_Interpolated ( const fil::Surface& inSurface, const fil::Point2D& inPoint, int inInterpolationRadius, fil::Point3D& outPoint )