LocalMaximum Structure

CVB.Net Documentation
Result type returned by the FindLocalMaxima function

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public struct LocalMaximum : IPosition, 
	IQualified

The LocalMaximum type exposes the following members.

Properties

  NameDescription
Public propertyQuality
Quality is just an alias for Value that makes this struct an ISeparable object.
Public propertyX
X Position of the local maximum.
Public propertyY
Y Position of the local maximum.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets the string representation of this LocalMaximum.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fieldPosition
Position of the local maximum (X, Y).
Public fieldValue
Grey value of the local maximum.
Top
See Also

Reference