Show / Hide Table of Contents

Class VectorOfVectorKeyPoint

Inheritance
System.Object
DisposableObject
DisposableCvObject
VectorOfVectorKeyPoint
Implements
ICvPtrHolder
IStdVector<OpenCvSharp.KeyPoint[]>
IDisposable
Inherited Members
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.DisposeManaged()
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.Internal.Vectors
Assembly: OpenCvSharp.dll
Syntax
public class VectorOfVectorKeyPoint : DisposableCvObject, ICvPtrHolder, IStdVector<KeyPoint[]>

Constructors

| Improve this Doc View Source

VectorOfVectorKeyPoint()

Constructor

Declaration
public VectorOfVectorKeyPoint()
| Improve this Doc View Source

VectorOfVectorKeyPoint(KeyPoint[][])

Constructor

Declaration
public VectorOfVectorKeyPoint(KeyPoint[][] values)
Parameters
Type Name Description
OpenCvSharp.KeyPoint[][] values

Properties

| Improve this Doc View Source

Size

vector.size()

Declaration
public int Size { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

DisposeUnmanaged()

Releases unmanaged resources

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

GetSize1()

vector.size()

Declaration
public int GetSize1()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetSize2()

vector[i].size()

Declaration
public IReadOnlyList<long> GetSize2()
Returns
Type Description
IReadOnlyList<System.Int64>
| Improve this Doc View Source

ToArray()

Converts std::vector to managed array

Declaration
public KeyPoint[][] ToArray()
Returns
Type Description
OpenCvSharp.KeyPoint[][]

Implements

ICvPtrHolder
IStdVector<T>
IDisposable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX