CVB.Net 15.0

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.
 

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.
 

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.