[][src]Trait opencv::stitching::prelude::Detail_Estimator

pub trait Detail_Estimator {
    pub fn as_raw_Detail_Estimator(&self) -> *const c_void;
pub fn as_raw_mut_Detail_Estimator(&mut self) -> *mut c_void; }

Rotation estimator base class.

It takes features of all images, pairwise matches between all images and estimates rotations of all cameras.

Note: The coordinate system origin is implementation-dependent, but you can always normalize the rotations in respect to the first camera, for instance. :

Required methods

Loading content...

Implementors

impl Detail_Estimator for Detail_AffineBasedEstimator[src]

impl Detail_Estimator for Detail_BundleAdjusterAffine[src]

impl Detail_Estimator for Detail_BundleAdjusterAffinePartial[src]

impl Detail_Estimator for Detail_BundleAdjusterRay[src]

impl Detail_Estimator for Detail_BundleAdjusterReproj[src]

impl Detail_Estimator for Detail_HomographyBasedEstimator[src]

impl Detail_Estimator for Detail_NoBundleAdjuster[src]

impl Detail_Estimator for PtrOfDetail_BundleAdjusterBase[src]

impl Detail_Estimator for PtrOfDetail_Estimator[src]

Loading content...