Struct opencv_calibrate::CorrespondingPoint
source · pub struct CorrespondingPoint {
pub object_point: (f64, f64, f64),
pub image_point: (f64, f64),
}
Expand description
A point with a view in image (2D) and world (3D)
Fields§
§object_point: (f64, f64, f64)
§image_point: (f64, f64)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CorrespondingPoint
impl RefUnwindSafe for CorrespondingPoint
impl Send for CorrespondingPoint
impl Sync for CorrespondingPoint
impl Unpin for CorrespondingPoint
impl UnwindSafe for CorrespondingPoint
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