Result type returned by the FindLocalMaxima function More...
Inherits IPosition, and IQualified.
Public Member Functions | |
override string | ToString () |
Gets the string representation of this LocalMaximum. More... | |
Public Attributes | |
readonly Point2Dd | Position |
Position of the local maximum (X, Y). | |
readonly double | Value |
Grey value of the local maximum. | |
Properties | |
double | X [get] |
X Position of the local maximum. | |
double | Y [get] |
Y Position of the local maximum. | |
double | Quality [get] |
Quality is just an alias for Value that makes this struct an ISeparable object. | |
Properties inherited from IPosition | |
double | X [get] |
X coordinate of the position. | |
double | Y [get] |
Y coordinate of the position. | |
Properties inherited from IQualified | |
double | Quality [get] |
Name of the object. | |
Result type returned by the FindLocalMaxima function
override string ToString | ( | ) |
Gets the string representation of this LocalMaximum.