Table of Contents

Class VectorOfPoint3f

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

Constructors

VectorOfPoint3f()

Constructor

public VectorOfPoint3f()

VectorOfPoint3f(IEnumerable<Point3f>)

Constructor

public VectorOfPoint3f(IEnumerable<Point3f> data)

Parameters

data IEnumerable<Point3f>

VectorOfPoint3f(nuint)

Constructor

public VectorOfPoint3f(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 Point3f[] ToArray()

Returns

Point3f[]