Result type returned by the FindLocalMaxima function.
More...
#include <cvb/local_maximum.hpp>
|
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...
|
|
Result type returned by the FindLocalMaxima function.
◆ Position()
Point2D< double > Position |
( |
| ) |
const |
|
inlinenoexcept |
Position of the local maximum (X, Y).
- Returns
- The position.
- Exceptions
-
Does | not throw any exception. |
◆ Value()
Gray value of the local maximum.
- Returns
- The gray value.
- Exceptions
-
Does | not throw any exception. |
◆ X()
X-position of the local maximum.
- Returns
- The X-position.
- Exceptions
-
Does | not throw any exception. |
◆ Y()
Y-position of the local maximum.
- Returns
- The Y-position.
- Exceptions
-
Does | not throw any exception. |