Back to Aurora Vision Library website

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

SurfaceMinimalPoint


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the surface point with minimal Z coordinate.

Syntax

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

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inRoi Optional<const Region&> NIL Region of interest
Output value outMinimalPoint Point3D& Point with minimal 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 SurfaceMinimalPoint.