Table of Contents

Class TextDetectionModel_DB

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

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

public class TextDetectionModel_DB : TextDetectionModel, IDisposable
Inheritance
TextDetectionModel_DB
Implements
Inherited Members

Constructors

TextDetectionModel_DB(Net)

Create text detection algorithm from deep learning network

public TextDetectionModel_DB(Net net)

Parameters

net Net

The DNN network

TextDetectionModel_DB(string, string)

Create text detection model from network represented in one of the supported formats.

public TextDetectionModel_DB(string model, string config = null)

Parameters

model string

Binary file contains trained weights.

config string

Text file contains network configuration.

Properties

BinaryThreshold

Binary threshold

public float BinaryThreshold { get; set; }

Property Value

float

MaxCandidates

Max candidates

public int MaxCandidates { get; set; }

Property Value

int

PolygonThreshold

Polygon threshold

public float PolygonThreshold { get; set; }

Property Value

float

UnclipRatio

Unclip ratio

public double UnclipRatio { get; set; }

Property Value

double

Methods

DisposeObject()

Release the memory associated with this text detection model.

protected override void DisposeObject()