Table of Contents

Class VectorOfDMatch

Namespace
OpenCvSharp.Internal.Vectors
Assembly
OpenCvSharp.dll
public class VectorOfDMatch : DisposableCvObject, ICvPtrHolder, IStdVector<DMatch>, IDisposable
Inheritance
VectorOfDMatch
Implements
Inherited Members

Constructors

VectorOfDMatch()

Constructor

public VectorOfDMatch()

VectorOfDMatch(IEnumerable<DMatch>)

Constructor

public VectorOfDMatch(IEnumerable<DMatch> data)

Parameters

data IEnumerable<DMatch>

VectorOfDMatch(nuint)

Constructor

public VectorOfDMatch(nuint size)

Parameters

size nuint

Properties

ElemPtr

&vector[0]

public nint ElemPtr { get; }

Property Value

nint

Size

vector.size()

public int Size { get; }

Property Value

int

Methods

DisposeUnmanaged()

Releases unmanaged resources

protected override void DisposeUnmanaged()

ToArray()

Converts std::vector to managed array

public DMatch[] ToArray()

Returns

DMatch[]