Click or drag to resize

LineIterator Class

Contrast Limited Adaptive Histogram Equalization
Inheritance Hierarchy

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public sealed class LineIterator : DisposableCvObject, 
	IEnumerable<LineIteratorPixel>, IEnumerable

The LineIterator type exposes the following members.

Constructors
  NameDescription
Public methodLineIterator
Constructor
Top
Properties
  NameDescription
Public propertyCount
Public propertyCvPtr
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.)
Public propertyElemSize
Public propertyErr
Public propertyIsDisposed
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.)
Public propertyIsEnabledDispose
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.)
Public propertyMinusDelta
Public propertyMinusStep
Public propertyPlusDelta
Public propertyPlusStep
Public propertyPtr
Public propertyPtr0
Public propertyStep
Top
Methods
  NameDescription
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also