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 | |
|---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
inRoi | Optional<const Region&> | NIL | Region of interest |
![]() |
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. |


