Show / Hide Table of Contents

Class VectorOfRect2d

Inheritance
System.Object
DisposableObject
DisposableCvObject
VectorOfRect2d
Implements
ICvPtrHolder
IStdVector<OpenCvSharp.Rect2d>
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 VectorOfRect2d : DisposableCvObject, ICvPtrHolder, IStdVector<Rect2d>

Constructors

| Improve this Doc View Source

VectorOfRect2d()

Constructor

Declaration
public VectorOfRect2d()
| Improve this Doc View Source

VectorOfRect2d(IEnumerable<Rect2d>)

Constructor

Declaration
public VectorOfRect2d(IEnumerable<Rect2d> data)
Parameters
Type Name Description
IEnumerable<OpenCvSharp.Rect2d> data
| Improve this Doc View Source

VectorOfRect2d(UIntPtr)

Constructor

Declaration
public VectorOfRect2d(nuint size)
Parameters
Type Name Description
System.UIntPtr size

Properties

| Improve this Doc View Source

ElemPtr

&vector[0]

Declaration
public IntPtr ElemPtr { get; }
Property Value
Type Description
IntPtr
| 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

ToArray()

Converts std::vector to managed array

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

Implements

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