Table of Contents

Class VectorOfVectorKeyPoint

Namespace
OpenCvSharp.Internal.Vectors
Assembly
OpenCvSharp.dll
public class VectorOfVectorKeyPoint : DisposableCvObject, ICvPtrHolder, IStdVector<KeyPoint[]>, IDisposable
Inheritance
VectorOfVectorKeyPoint
Implements
Inherited Members

Constructors

VectorOfVectorKeyPoint()

Constructor

public VectorOfVectorKeyPoint()

VectorOfVectorKeyPoint(KeyPoint[][])

Constructor

public VectorOfVectorKeyPoint(KeyPoint[][] values)

Parameters

values KeyPoint[][]

Properties

Size

vector.size()

public int Size { get; }

Property Value

int

Methods

DisposeUnmanaged()

Releases unmanaged resources

protected override void DisposeUnmanaged()

GetSize1()

vector.size()

public int GetSize1()

Returns

int

GetSize2()

vector[i].size()

public IReadOnlyList<long> GetSize2()

Returns

IReadOnlyList<long>

ToArray()

Converts std::vector to managed array

public KeyPoint[][] ToArray()

Returns

KeyPoint[][]