Class TextDetectionModel_EAST


public class TextDetectionModel_EAST
extends TextDetectionModel
This class represents high-level API for text detection DL networks compatible with EAST model. Configurable parameters: - (float) confThreshold - used to filter boxes by confidences, default: 0.5f - (float) nmsThreshold - used in non maximum suppression, default: 0.0f