Table of Contents

Class Layer

Namespace
Emgu.CV.Dnn
Assembly
Emgu.CV.dll

This interface class allows to build new Layers - are building blocks of networks.

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

Properties

Blobs

List of learned parameters must be stored here to allow read them by using Net::getParam().

public VectorOfMat Blobs { get; }

Property Value

VectorOfMat

Name

The name of the layer

public string Name { get; }

Property Value

string

PreferableTarget

The preferable target

public Target PreferableTarget { get; }

Property Value

Target

Type

The layer type

public string Type { get; }

Property Value

string

Methods

DisposeObject()

Release the unmanaged memory associated with this Layer.

protected override void DisposeObject()