Table of Contents

Class VectorOfPoint

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

Constructors

VectorOfPoint()

Constructor

public VectorOfPoint()

VectorOfPoint(IEnumerable<Point>)

Constructor

public VectorOfPoint(IEnumerable<Point> data)

Parameters

data IEnumerable<Point>

VectorOfPoint(nuint)

Constructor

public VectorOfPoint(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 Point[] ToArray()

Returns

Point[]