pub trait GeneralizedHoughBallardTraitConst: GeneralizedHoughTraitConst {
// Required method
fn as_raw_GeneralizedHoughBallard(&self) -> *const c_void;
// Provided methods
fn get_levels(&self) -> Result<i32> { ... }
fn get_votes_threshold(&self) -> Result<i32> { ... }
}Expand description
Constant methods for crate::imgproc::GeneralizedHoughBallard