#[repr(C)]pub struct ICPStereoHandleT {
pub mat_xcl2ul: [[ARdouble; 4]; 3],
pub mat_xcr2ur: [[ARdouble; 4]; 3],
pub mat_c2l: [[ARdouble; 4]; 3],
pub mat_c2r: [[ARdouble; 4]; 3],
pub max_loop: i32,
pub break_loop_error_thresh: ARdouble,
pub break_loop_error_ratio_thresh: ARdouble,
pub break_loop_error_thresh2: ARdouble,
pub inlier_prob: ARdouble,
}Expand description
ICP Stereo Handle
Fields§
§mat_xcl2ul: [[ARdouble; 4]; 3]§mat_xcr2ur: [[ARdouble; 4]; 3]§mat_c2l: [[ARdouble; 4]; 3]§mat_c2r: [[ARdouble; 4]; 3]§max_loop: i32§break_loop_error_thresh: ARdouble§break_loop_error_ratio_thresh: ARdouble§break_loop_error_thresh2: ARdouble§inlier_prob: ARdoubleTrait Implementations§
Source§impl Clone for ICPStereoHandleT
impl Clone for ICPStereoHandleT
Source§fn clone(&self) -> ICPStereoHandleT
fn clone(&self) -> ICPStereoHandleT
Returns a duplicate 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 ICPStereoHandleT
impl Debug for ICPStereoHandleT
Source§impl Default for ICPStereoHandleT
impl Default for ICPStereoHandleT
Source§impl PartialEq for ICPStereoHandleT
impl PartialEq for ICPStereoHandleT
impl StructuralPartialEq for ICPStereoHandleT
Auto Trait Implementations§
impl Freeze for ICPStereoHandleT
impl RefUnwindSafe for ICPStereoHandleT
impl Send for ICPStereoHandleT
impl Sync for ICPStereoHandleT
impl Unpin for ICPStereoHandleT
impl UnsafeUnpin for ICPStereoHandleT
impl UnwindSafe for ICPStereoHandleT
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