[−][src]Struct opencv::calib3d::CirclesGridFinderParameters
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: f32grid_type: CirclesGridFinderParameters_GridTypesquare_size: f32Distance between two adjacent points. Used by CALIB_CB_CLUSTERING.
max_rectified_distance: f32Max deviation from prediction. Used by CALIB_CB_CLUSTERING.
Implementations
impl CirclesGridFinderParameters[src]
pub fn default() -> Result<CirclesGridFinderParameters>[src]
Trait Implementations
impl Clone for CirclesGridFinderParameters[src]
fn clone(&self) -> CirclesGridFinderParameters[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for CirclesGridFinderParameters[src]
impl Debug for CirclesGridFinderParameters[src]
impl PartialEq<CirclesGridFinderParameters> for CirclesGridFinderParameters[src]
fn eq(&self, other: &CirclesGridFinderParameters) -> bool[src]
fn ne(&self, other: &CirclesGridFinderParameters) -> bool[src]
impl StructuralPartialEq for CirclesGridFinderParameters[src]
Auto Trait Implementations
impl RefUnwindSafe for CirclesGridFinderParameters
impl Send for CirclesGridFinderParameters
impl Sync for CirclesGridFinderParameters
impl Unpin for CirclesGridFinderParameters
impl UnwindSafe for CirclesGridFinderParameters
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,