Enum opencv_calibrate::PoseMethod
source · pub enum PoseMethod {
Ippe,
Epnp,
}
Variants§
Ippe
Infinitesimal Plane-Based Pose Estimation
Object points must be coplanar.
Epnp
Efficient Perspective-n-Point Camera Pose Estimation
Auto Trait Implementations§
impl Freeze for PoseMethod
impl RefUnwindSafe for PoseMethod
impl Send for PoseMethod
impl Sync for PoseMethod
impl Unpin for PoseMethod
impl UnwindSafe for PoseMethod
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