Show / Hide Table of Contents

Class VectorOfVec4i

Inheritance
System.Object
DisposableObject
DisposableCvObject
VectorOfVec4i
Implements
ICvPtrHolder
IStdVector<Vec4i>
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 VectorOfVec4i : DisposableCvObject, ICvPtrHolder, IStdVector<Vec4i>

Constructors

| Improve this Doc View Source

VectorOfVec4i()

Constructor

Declaration
public VectorOfVec4i()
| Improve this Doc View Source

VectorOfVec4i(IEnumerable<Vec4i>)

Constructor

Declaration
public VectorOfVec4i(IEnumerable<Vec4i> data)
Parameters
Type Name Description
IEnumerable<Vec4i> data

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 Vec4i[] ToArray()
Returns
Type Description
Vec4i[]
| Improve this Doc View Source

ToArray<T>()

Converts std::vector to managed array

Declaration
public T[] ToArray<T>()
    where T : struct
Returns
Type Description
T[]
Type Parameters
Name Description
T

structure that has four int members (ex. CvLineSegmentPoint, CvRect)

Implements

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