Back to Aurora Vision Library website

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

SurfaceMaximalPoint


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the surface point with maximal Z coordinate.

Syntax

C++
C#
 
void avl::SurfaceMaximalPoint
(
	const avl::Surface& inSurface,
	atl::Optional<const avl::Region&> inRoi,
	avl::Point3D& outMaximalPoint
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inRoi Optional<const Region&> NIL Region of interest
Output value outMaximalPoint Point3D& Point with maximal Z coordinate

Errors

List of possible exceptions:

Error type Description
DomainError No valid point in given region while computing Surface extremal point.
DomainError Region of interest exceeds an input surface in SurfaceMaximalPoint.