Table of Contents

Class NeuralNetwork

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

DepthAI NeuralNetwork

public class NeuralNetwork : SharedPtrObject, IDisposable, INode
Inheritance
NeuralNetwork
Implements
Inherited Members

Properties

NodePtr

public nint NodePtr { get; }

Property Value

nint

NumInferenceThreads

How many inference threads will be used to run the network, Zero means AUTO

public int NumInferenceThreads { get; set; }

Property Value

int

Methods

DisposeObject()

Release all unmanaged memory associated with the NeuralNetwork.

protected override void DisposeObject()

GetInput()

public NodeInput GetInput()

Returns

NodeInput

SetBlobPath(string)

public void SetBlobPath(string path)

Parameters

path string