Table of Contents

Class VectorOfRotatedRect

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

Constructors

VectorOfRotatedRect()

Constructor

public VectorOfRotatedRect()

VectorOfRotatedRect(IEnumerable<RotatedRect>)

Constructor

public VectorOfRotatedRect(IEnumerable<RotatedRect> data)

Parameters

data IEnumerable<RotatedRect>

VectorOfRotatedRect(nuint)

Constructor

public VectorOfRotatedRect(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 RotatedRect[] ToArray()

Returns

RotatedRect[]