Class TextDetectionModelEAST
- Namespace
- OpenCvSharp.Dnn
- Assembly
- OpenCvSharp.dll
This class represents high-level API for text detection DL networks compatible with EAST model.
public class TextDetectionModelEAST : TextDetectionModel, IDisposable
- Inheritance
-
TextDetectionModelEAST
- Implements
- Inherited Members
Constructors
- TextDetectionModelEAST(Net)
Create model from deep learning network.
- TextDetectionModelEAST(string, string?)
Create text detection model from network represented in one of the supported formats. An order of @p model and @p config arguments does not matter.
Methods
- GetConfidenceThreshold()
Get the detection confidence threshold.
- GetNMSThreshold()
Get the detection NMS filter threshold.
- SetConfidenceThreshold(float)
Set the detection confidence threshold.
- SetNMSThreshold(float)
Set the detection NMS filter threshold.