Class LineIterator
Contrast Limited Adaptive Histogram Equalization
Inheritance
System.Object
LineIterator
Assembly: OpenCvSharp.dll
Syntax
public sealed class LineIterator : DisposableCvObject, ICvPtrHolder
Constructors
|
Improve this Doc
View Source
LineIterator(Mat, Point, Point, PixelConnectivity, Boolean)
Declaration
public LineIterator(Mat img, Point pt1, Point pt2, PixelConnectivity connectivity = PixelConnectivity.Connectivity8, bool leftToRight = false)
Parameters
Type |
Name |
Description |
Mat |
img |
|
OpenCvSharp.Point |
pt1 |
|
OpenCvSharp.Point |
pt2 |
|
PixelConnectivity |
connectivity |
|
System.Boolean |
leftToRight |
|
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ElemSize
Declaration
public int ElemSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Err
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinusDelta
Declaration
public int MinusDelta { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MinusStep
Declaration
public int MinusStep { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlusDelta
Declaration
public int PlusDelta { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlusStep
Declaration
public int PlusStep { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Ptr
Declaration
public IntPtr Ptr { get; }
Property Value
|
Improve this Doc
View Source
Ptr0
Declaration
public IntPtr Ptr0 { get; }
Property Value
|
Improve this Doc
View Source
Step
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
DisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
|
Improve this Doc
View Source
GetEnumerator()
Declaration
public IEnumerator<LineIterator.Pixel> GetEnumerator()
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|
Implements
System.Collections.IEnumerable<>