Trait opencv::dnn::TextDetectionModel_DBTraitConst
source · pub trait TextDetectionModel_DBTraitConst: TextDetectionModelTraitConst {
// Required method
fn as_raw_TextDetectionModel_DB(&self) -> *const c_void;
// Provided methods
fn get_binary_threshold(&self) -> Result<f32> { ... }
fn get_polygon_threshold(&self) -> Result<f32> { ... }
fn get_unclip_ratio(&self) -> Result<f64> { ... }
fn get_max_candidates(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::dnn::TextDetectionModel_DB