Table of Contents

Class ImgFrame

Namespace
Emgu.CV.Dai
Assembly
Emgu.CV.dll

DepthAI ImgFrame

public class ImgFrame : SharedPtrObject, IDisposable
Inheritance
ImgFrame
Implements
Inherited Members

Properties

Category

Image category

public uint Category { get; set; }

Property Value

uint

Height

Image height

public uint Height { get; set; }

Property Value

uint

InstanceNum

Instance number

public uint InstanceNum { get; set; }

Property Value

uint

SequenceNum

Image sequence number

public long SequenceNum { get; set; }

Property Value

long

Width

Image width

public uint Width { get; set; }

Property Value

uint

Methods

DisposeObject()

Release all unmanaged memory associated with the ImgFrame.

protected override void DisposeObject()

GetDataPtr()

public nint GetDataPtr()

Returns

nint