[−][src]Enum opencv::calib3d::SolvePnPMethod
Variants
EPnP: Efficient Perspective-n-Point Camera Pose Estimation lepetit2009epnp
Complete Solution Classification for the Perspective-Three-Point Problem gao2003complete
A Direct Least-Squares (DLS) Method for PnP hesch2011direct
Exhaustive Linearization for Robust Camera Pose and Focal Length Estimation penate2013exhaustive
An Efficient Algebraic Solution to the Perspective-Three-Point Problem Ke17
Infinitesimal Plane-Based Pose Estimation Collins14
Object points must be coplanar.
Infinitesimal Plane-Based Pose Estimation Collins14
This is a special case suitable for marker pose estimation.
4 coplanar object points must be defined in the following order:
- point 0: [-squareLength / 2, squareLength / 2, 0]
- point 1: [ squareLength / 2, squareLength / 2, 0]
- point 2: [ squareLength / 2, -squareLength / 2, 0]
- point 3: [-squareLength / 2, -squareLength / 2, 0]
Used for count
Trait Implementations
impl Clone for SolvePnPMethod[src]
fn clone(&self) -> SolvePnPMethod[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SolvePnPMethod[src]
impl Debug for SolvePnPMethod[src]
impl PartialEq<SolvePnPMethod> for SolvePnPMethod[src]
fn eq(&self, other: &SolvePnPMethod) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralPartialEq for SolvePnPMethod[src]
Auto Trait Implementations
impl RefUnwindSafe for SolvePnPMethod
impl Send for SolvePnPMethod
impl Sync for SolvePnPMethod
impl Unpin for SolvePnPMethod
impl UnwindSafe for SolvePnPMethod
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,