[][src]Struct opencv::calib3d::CirclesGridFinderParameters

#[repr(C)]
pub struct CirclesGridFinderParameters {
    pub density_neighborhood_size: Size2f,
    pub min_density: f32,
    pub kmeans_attempts: i32,
    pub min_distance_to_add_keypoint: i32,
    pub keypoint_scale: i32,
    pub min_graph_confidence: f32,
    pub vertex_gain: f32,
    pub vertex_penalty: f32,
    pub existing_vertex_gain: f32,
    pub edge_gain: f32,
    pub edge_penalty: f32,
    pub convex_hull_factor: f32,
    pub min_rng_edge_switch_dist: f32,
}

Fields

density_neighborhood_size: Size2fmin_density: f32kmeans_attempts: i32min_distance_to_add_keypoint: i32keypoint_scale: i32min_graph_confidence: f32vertex_gain: f32vertex_penalty: f32existing_vertex_gain: f32edge_gain: f32edge_penalty: f32convex_hull_factor: f32min_rng_edge_switch_dist: f32

Methods

impl CirclesGridFinderParameters[src]

Trait Implementations

impl Clone for CirclesGridFinderParameters[src]

impl Copy for CirclesGridFinderParameters[src]

impl PartialEq<CirclesGridFinderParameters> for CirclesGridFinderParameters[src]

impl Debug for CirclesGridFinderParameters[src]

impl StructuralPartialEq for CirclesGridFinderParameters[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]