Class VectorOfVectorDMatch
- Namespace
- OpenCvSharp.Internal.Vectors
- Assembly
- OpenCvSharp.dll
public class VectorOfVectorDMatch : DisposableCvObject, ICvPtrHolder, IStdVector<DMatch[]>, IDisposable
- Inheritance
-
VectorOfVectorDMatch
- Implements
-
IStdVector<DMatch[]>
- Inherited Members
Constructors
VectorOfVectorDMatch()
Constructor
public VectorOfVectorDMatch()
Properties
Size
vector.size()
public int Size { get; }
Property Value
Methods
DisposeUnmanaged()
Releases unmanaged resources
protected override void DisposeUnmanaged()
GetSize1()
vector.size()
public int GetSize1()
Returns
GetSize2()
vector[i].size()
public IReadOnlyList<long> GetSize2()
Returns
ToArray()
Converts std::vector to managed array
public DMatch[][] ToArray()
Returns
- DMatch[][]