Class LineIterator
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Contrast Limited Adaptive Histogram Equalization
public sealed class LineIterator : DisposableCvObject, IDisposable, ICvPtrHolder, IEnumerable<LineIterator.Pixel>, IEnumerable
- Inheritance
-
LineIterator
- Implements
- Inherited Members
Constructors
LineIterator(Mat, Point, Point, PixelConnectivity, bool)
Constructor
public LineIterator(Mat img, Point pt1, Point pt2, PixelConnectivity connectivity = PixelConnectivity.Connectivity8, bool leftToRight = false)
Parameters
imgMatpt1Pointpt2PointconnectivityPixelConnectivityleftToRightbool
Properties
Count
public int Count { get; }
Property Value
ElemSize
public int ElemSize { get; }
Property Value
Err
public int Err { get; }
Property Value
MinusDelta
public int MinusDelta { get; }
Property Value
MinusStep
public int MinusStep { get; }
Property Value
PlusDelta
public int PlusDelta { get; }
Property Value
PlusStep
public int PlusStep { get; }
Property Value
Ptr
public nint Ptr { get; }
Property Value
Ptr0
public nint Ptr0 { get; }
Property Value
Step
public int Step { get; }
Property Value
Methods
DisposeUnmanaged()
Releases unmanaged resources
protected override void DisposeUnmanaged()
GetEnumerator()
public IEnumerator<LineIterator.Pixel> GetEnumerator()