[][src]Trait opencv::stitching::Detail_BundleAdjusterAffinePartialTrait

pub trait Detail_BundleAdjusterAffinePartialTrait: Detail_BundleAdjusterBase {
    pub fn as_raw_Detail_BundleAdjusterAffinePartial(&self) -> *const c_void;
pub fn as_raw_mut_Detail_BundleAdjusterAffinePartial(
        &mut self
    ) -> *mut c_void; }

Bundle adjuster that expects affine transformation with 4 DOF represented in homogeneous coordinates in R for each camera param. Implements camera parameters refinement algorithm which minimizes sum of the reprojection error squares

It estimates all transformation parameters. Refinement mask is ignored.

See also

AffineBasedEstimator AffineBestOf2NearestMatcher BundleAdjusterAffine

Required methods

Loading content...

Implementors

Loading content...