Table of Contents

Namespace Emgu.CV.Dnn

Classes

ClassificationModel

This class represents high-level API for classification models.

DetectionModel

This class represents high-level API for object detection networks.

DnnInvoke

Entry points to the Open CV Dnn module

KeypointsModel

This class represents high-level API for keypoints models.

Layer

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

Model

This class is presented high-level API for neural networks.

Net

This class allows to create and manipulate comprehensive artificial neural networks.

SegmentationModel

This class represents high-level API for segmentation models.

TextDetectionModel

Base class for text detection networks.

TextDetectionModel_DB

This class represents high-level API for text detection DL networks compatible with DB model.

TextDetectionModel_EAST

This class represents high-level API for text detection DL networks compatible with EAST model.

TextRecognitionModel

This class represents high-level API for text recognition networks

Structs

BackendTargetPair

DNN Backend and Target pair

Enums

Backend

Dnn backend.

Target

Target devices for computations.