Trait opencv::hub_prelude::CUDA_HoughCirclesDetectorConst[][src]

pub trait CUDA_HoughCirclesDetectorConst: AlgorithmTraitConst {
    fn as_raw_CUDA_HoughCirclesDetector(&self) -> *const c_void;

    fn get_dp(&self) -> Result<f32> { ... }
fn get_min_dist(&self) -> Result<f32> { ... }
fn get_canny_threshold(&self) -> Result<i32> { ... }
fn get_votes_threshold(&self) -> Result<i32> { ... }
fn get_min_radius(&self) -> Result<i32> { ... }
fn get_max_radius(&self) -> Result<i32> { ... }
fn get_max_circles(&self) -> Result<i32> { ... } }
Expand description

Base class for circles detector algorithm. :

Required methods

Provided methods

Implementors