#[repr(C)]pub struct apriltag_quad_thresh_params {
pub min_cluster_pixels: c_int,
pub max_nmaxima: c_int,
pub critical_rad: f32,
pub cos_critical_rad: f32,
pub max_line_fit_mse: f32,
pub min_white_black_diff: c_int,
pub deglitch: c_int,
}
Fields§
§min_cluster_pixels: c_int
§max_nmaxima: c_int
§critical_rad: f32
§cos_critical_rad: f32
§max_line_fit_mse: f32
§min_white_black_diff: c_int
§deglitch: c_int
Trait Implementations§
source§impl Clone for apriltag_quad_thresh_params
impl Clone for apriltag_quad_thresh_params
source§fn clone(&self) -> apriltag_quad_thresh_params
fn clone(&self) -> apriltag_quad_thresh_params
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 apriltag_quad_thresh_params
impl Debug for apriltag_quad_thresh_params
impl Copy for apriltag_quad_thresh_params
Auto Trait Implementations§
impl Freeze for apriltag_quad_thresh_params
impl RefUnwindSafe for apriltag_quad_thresh_params
impl Send for apriltag_quad_thresh_params
impl Sync for apriltag_quad_thresh_params
impl Unpin for apriltag_quad_thresh_params
impl UnwindSafe for apriltag_quad_thresh_params
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