CVB++ 14.0
LocalMaximum Class Referencefinal

Result type returned by the FindLocalMaxima function. More...

#include <cvb/local_maximum.hpp>

Public Member Functions

double X () const noexcept
 X-position of the local maximum. More...
 
double Y () const noexcept
 Y-position of the local maximum. More...
 
Point2D< double > Position () const noexcept
 Position of the local maximum (X, Y). More...
 
double Value () const noexcept
 Gray value of the local maximum. More...
 

Detailed Description

Result type returned by the FindLocalMaxima function.

Member Function Documentation

◆ Position()

Point2D< double > Position ( ) const
inlinenoexcept

Position of the local maximum (X, Y).

Returns
The position.
Exceptions
Doesnot throw any exception.

◆ Value()

double Value ( ) const
inlinenoexcept

Gray value of the local maximum.

Returns
The gray value.
Exceptions
Doesnot throw any exception.

◆ X()

double X ( ) const
inlinenoexcept

X-position of the local maximum.

Returns
The X-position.
Exceptions
Doesnot throw any exception.

◆ Y()

double Y ( ) const
inlinenoexcept

Y-position of the local maximum.

Returns
The Y-position.
Exceptions
Doesnot throw any exception.