Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Features » SurfaceMinimalPoint

SurfaceMinimalPoint
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Finds the surface point with minimal Z coordinate.
Syntax
C++
C#
void fil::SurfaceMinimalPoint ( const fil::Surface& inSurface, ftl::Optional<const fil::Region&> inRoi, fil::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. |