Class VectorOfKeyPoint
- Namespace
- OpenCvSharp.Internal.Vectors
- Assembly
- OpenCvSharp.dll
public class VectorOfKeyPoint : DisposableCvObject, ICvPtrHolder, IStdVector<KeyPoint>, IDisposable
- Inheritance
-
VectorOfKeyPoint
- Implements
- Inherited Members
Constructors
VectorOfKeyPoint()
Constructor
public VectorOfKeyPoint()
VectorOfKeyPoint(IEnumerable<KeyPoint>)
Constructor
public VectorOfKeyPoint(IEnumerable<KeyPoint> data)
Parameters
dataIEnumerable<KeyPoint>
VectorOfKeyPoint(nuint)
Constructor
public VectorOfKeyPoint(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 KeyPoint[] ToArray()
Returns
- KeyPoint[]