opencv::prelude

Trait CUDA_HoughCirclesDetectorTraitConst

Source
pub trait CUDA_HoughCirclesDetectorTraitConst: AlgorithmTraitConst {
    // Required method
    fn as_raw_CUDA_HoughCirclesDetector(&self) -> *const c_void;

    // Provided methods
    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

Required Methods§

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§