CVB.Net 14.0
LocalMaximum Struct Reference

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.
 

Detailed Description

Result type returned by the FindLocalMaxima function

Member Function Documentation

◆ ToString()

override string ToString ( )

Gets the string representation of this LocalMaximum.

Returns
Gray value and its position.