TextDetectionModelDB¶
Constructors¶
initialize(network: Cv::Dnn::Net)
initialize(model: String, config: String)
Methods¶
get_binary_threshold -> Float
get_max_candidates -> Integer
get_polygon_threshold -> Float
get_unclip_ratio -> Float
set_binary_threshold(binary_threshold: Float) -> Cv::Dnn::TextDetectionModelDB
set_max_candidates(max_candidates: Integer) -> Cv::Dnn::TextDetectionModelDB
set_polygon_threshold(polygon_threshold: Float) -> Cv::Dnn::TextDetectionModelDB
set_unclip_ratio(unclip_ratio: Float) -> Cv::Dnn::TextDetectionModelDB