Show / Hide Table of Contents

Class VectorOfVectorDMatch

Inheritance
System.Object
DisposableObject
DisposableCvObject
VectorOfVectorDMatch
Implements
ICvPtrHolder
IStdVector<OpenCvSharp.DMatch[]>
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 VectorOfVectorDMatch : DisposableCvObject, ICvPtrHolder, IStdVector<DMatch[]>

Constructors

| Improve this Doc View Source

VectorOfVectorDMatch()

Constructor

Declaration
public VectorOfVectorDMatch()

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 DMatch[][] ToArray()
Returns
Type Description
OpenCvSharp.DMatch[][]

Implements

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