Table of Contents

Class VectorOfVectorDMatch

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

Constructors

VectorOfVectorDMatch()

Constructor

public VectorOfVectorDMatch()

Properties

Size

vector.size()

public int Size { get; }

Property Value

int

Methods

DisposeUnmanaged()

Releases unmanaged resources

protected override void DisposeUnmanaged()

GetSize1()

vector.size()

public int GetSize1()

Returns

int

GetSize2()

vector[i].size()

public IReadOnlyList<long> GetSize2()

Returns

IReadOnlyList<long>

ToArray()

Converts std::vector to managed array

public DMatch[][] ToArray()

Returns

DMatch[][]