Table of Contents

Class VectorOfPoint2d

Namespace
OpenCvSharp.Internal.Vectors
Assembly
OpenCvSharp.dll
public class VectorOfPoint2d : DisposableCvObject, ICvPtrHolder, IStdVector<Point2d>, IDisposable
Inheritance
VectorOfPoint2d
Implements
Inherited Members

Constructors

VectorOfPoint2d()

Constructor

public VectorOfPoint2d()

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 Point2d[] ToArray()

Returns

Point2d[]