pub trait MCC_DetectorParametersTraitConst {
Show 19 methods
// Required method
fn as_raw_MCC_DetectorParameters(&self) -> *const c_void;
// Provided methods
fn adaptive_thresh_win_size_min(&self) -> i32 { ... }
fn adaptive_thresh_win_size_max(&self) -> i32 { ... }
fn adaptive_thresh_win_size_step(&self) -> i32 { ... }
fn adaptive_thresh_constant(&self) -> f64 { ... }
fn min_contours_area_rate(&self) -> f64 { ... }
fn min_contours_area(&self) -> f64 { ... }
fn confidence_threshold(&self) -> f64 { ... }
fn min_contour_solidity(&self) -> f64 { ... }
fn find_candidates_approx_poly_dp_eps_multiplier(&self) -> f64 { ... }
fn border_width(&self) -> i32 { ... }
fn b0factor(&self) -> f32 { ... }
fn max_error(&self) -> f32 { ... }
fn min_contour_points_allowed(&self) -> i32 { ... }
fn min_contour_length_allowed(&self) -> i32 { ... }
fn min_inter_contour_distance(&self) -> i32 { ... }
fn min_inter_checker_distance(&self) -> i32 { ... }
fn min_image_size(&self) -> i32 { ... }
fn min_group_size(&self) -> u32 { ... }
}
Expand description
Constant methods for crate::mcc::MCC_DetectorParameters