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
)

Parameters

Name Type Range Default Description
Input value inSurface const Surface& Input surface
Input value inPoint const Point2D& Surface grid coordinates of the input point
Input value inInterpolationRadius int 0 - 65535 0 Radius of vicinity being taken into account to interpolate not existing point
Output value outPoint Point3D& Output point