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