Back to Adaptive Vision Library website

You are here: Start » Function Reference » Surface Basics » GetSurfaceElement_Interpolated

GetSurfaceElement_Interpolated


Header:AVL.h
Namespace:avl

Returns an interpolated single point of a surface given its surface grid coordinates.

Syntax

C++
C#
 
void avl::GetSurfaceElement_Interpolated
(
	const avl::Surface& inSurface,
	const avl::Point2D& inPoint,
	int inInterpolationRadius,
	avl::Point3D& outPoint
)

Parameters

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