Class VectorOfDMatch
Inherited Members
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfDMatch : DisposableCvObject, ICvPtrHolder, IStdVector<DMatch>
Constructors
| Improve this Doc View SourceVectorOfDMatch()
Constructor
Declaration
public VectorOfDMatch()
VectorOfDMatch(IEnumerable<DMatch>)
Constructor
Declaration
public VectorOfDMatch(IEnumerable<DMatch> data)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<OpenCvSharp.DMatch> | data |
VectorOfDMatch(UIntPtr)
Constructor
Declaration
public VectorOfDMatch(nuint size)
Parameters
Type | Name | Description |
---|---|---|
System.UIntPtr | size |
Properties
| Improve this Doc View SourceElemPtr
&vector[0]
Declaration
public IntPtr ElemPtr { get; }
Property Value
Type | Description |
---|---|
IntPtr |
Size
vector.size()
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceDisposeUnmanaged()
Releases unmanaged resources
Declaration
protected override void DisposeUnmanaged()
Overrides
| Improve this Doc View SourceToArray()
Converts std::vector to managed array
Declaration
public DMatch[] ToArray()
Returns
Type | Description |
---|---|
OpenCvSharp.DMatch[] |
Implements
IDisposable