Struct opencv::calib3d::UsacParams
source · #[repr(C)]pub struct UsacParams {Show 13 fields
pub confidence: f64,
pub is_parallel: bool,
pub lo_iterations: i32,
pub lo_method: LocalOptimMethod,
pub lo_sample_size: i32,
pub max_iterations: i32,
pub neighbors_search: NeighborSearchMethod,
pub random_generator_state: i32,
pub sampler: SamplingMethod,
pub score: ScoreMethod,
pub threshold: f64,
pub final_polisher: PolishingMethod,
pub final_polisher_iterations: i32,
}
Fields§
§confidence: f64
§is_parallel: bool
§lo_iterations: i32
§lo_method: LocalOptimMethod
§lo_sample_size: i32
§max_iterations: i32
§neighbors_search: NeighborSearchMethod
§random_generator_state: i32
§sampler: SamplingMethod
§score: ScoreMethod
§threshold: f64
§final_polisher: PolishingMethod
§final_polisher_iterations: i32
Implementations§
source§impl UsacParams
impl UsacParams
pub fn default() -> Result<UsacParams>
Trait Implementations§
source§impl Clone for UsacParams
impl Clone for UsacParams
source§fn clone(&self) -> UsacParams
fn clone(&self) -> UsacParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UsacParams
impl Debug for UsacParams
source§impl PartialEq for UsacParams
impl PartialEq for UsacParams
source§fn eq(&self, other: &UsacParams) -> bool
fn eq(&self, other: &UsacParams) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UsacParams
impl StructuralPartialEq for UsacParams
Auto Trait Implementations§
impl RefUnwindSafe for UsacParams
impl Send for UsacParams
impl Sync for UsacParams
impl Unpin for UsacParams
impl UnwindSafe for UsacParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more