Table of Contents

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

data IEnumerable<Point2f>

VectorOfPoint2f(nuint)

Constructor

public VectorOfPoint2f(nuint size)

Parameters

size nuint

Properties

ElemPtr

&vector[0]

public nint ElemPtr { get; }

Property Value

nint

Size

vector.size()

public int Size { get; }

Property Value

int

Methods

DisposeUnmanaged()

Releases unmanaged resources

protected override void DisposeUnmanaged()

ToArray()

Converts std::vector to managed array

public Point2f[] ToArray()

Returns

Point2f[]