Show / Hide Table of Contents

Class LineIterator

Contrast Limited Adaptive Histogram Equalization

Inheritance
System.Object
DisposableObject
DisposableCvObject
LineIterator
Implements
ICvPtrHolder
System.Collections.IEnumerable<LineIterator.Pixel>
Inherited Members
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public sealed class LineIterator : DisposableCvObject, ICvPtrHolder

Constructors

| Improve this Doc View Source

LineIterator(Mat, Point, Point, PixelConnectivity, Boolean)

Constructor

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
public int Err { get; }
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
Type Description
IntPtr
| Improve this Doc View Source

Ptr0

Declaration
public IntPtr Ptr0 { get; }
Property Value
Type Description
IntPtr
| Improve this Doc View Source

Step

Declaration
public int Step { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

DisposeUnmanaged()

Releases unmanaged resources

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

GetEnumerator()

Declaration
public IEnumerator<LineIterator.Pixel> GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator<LineIterator.Pixel>

Explicit Interface Implementations

| Improve this Doc View Source

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

ICvPtrHolder
System.Collections.IEnumerable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX