Class TextDetectionModel_EAST
This class represents high-level API for text detection DL networks compatible with EAST model.
public class TextDetectionModel_EAST : TextDetectionModel, IDisposable
- Inheritance
-
TextDetectionModel_EAST
- Implements
- Inherited Members
Constructors
TextDetectionModel_EAST(Net)
Create text detection algorithm from deep learning network.
public TextDetectionModel_EAST(Net net)
Parameters
net
NetDnn network
TextDetectionModel_EAST(string, string)
Create text detection model from network represented in one of the supported formats.
public TextDetectionModel_EAST(string model, string config = null)
Parameters
model
stringBinary file contains trained weights.
config
stringText file contains network configuration.
Properties
ConfidenceThreshold
Confidence threshold
public float ConfidenceThreshold { get; set; }
Property Value
NMSThreshold
Non-maximum suppression threshold
public float NMSThreshold { get; set; }
Property Value
Methods
DisposeObject()
Release the memory associated with this text detection model.
protected override void DisposeObject()