Back to Adaptive Vision Library website

You are here: Start » Function Reference » Surface Features » SurfaceToPlaneDistanceImage

SurfaceToPlaneDistanceImage


Header:AVL.h
Namespace:avl

Computes the image of the distances of the input surface points from a given plane.

Syntax

C++
C#
 
void avl::SurfaceToPlaneDistanceImage
(
	const avl::Surface& inSurface,
	atl::Optional<const avl::Region&> inRoi,
	const avl::Plane3D& inPlane,
	float inResolution,
	bool inSignedDistance,
	avl::Image& outDistanceImage
)

Parameters

Name Type Range Default Description
inSurface const Surface& Input surface
inRoi Optional<const Region&> NIL Range of pixels to be processed
inPlane const Plane3D& Input plane
inResolution float 0.0 - 1.0f Number of real-world units per one pixel
inSignedDistance bool False Flag indicating whether to compute signed distance to the plane
outDistanceImage Image&

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite plane on input in SurfaceToPlaneDistanceImage.