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
dataIEnumerable<DMatch>
VectorOfDMatch(nuint)
Constructor
public VectorOfDMatch(nuint size)
Parameters
sizenuint
Properties
ElemPtr
&vector[0]
public nint ElemPtr { get; }
Property Value
Size
vector.size()
public int Size { get; }
Property Value
Methods
DisposeUnmanaged()
Releases unmanaged resources
protected override void DisposeUnmanaged()
ToArray()
Converts std::vector to managed array
public DMatch[] ToArray()
Returns
- DMatch[]