Click or drag to resize

Range Structure

http://www.emgu.com
The range use to setup the histogram

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
[SerializableAttribute]
public struct Range : IEquatable<Range>

The Range type exposes the following members.

Constructors
  NameDescription
Public methodRange
Create a range of the specific min/max value
Top
Properties
  NameDescription
Public propertyStatic memberAll
return the full range.
Public propertyEnd
The end value of this range
Public propertyStart
The start value of this range
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodEquals(Range)
Return true if the two Range equals
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also