[][src]Trait opencv::stitching::Detail_BundleAdjusterReprojTrait

pub trait Detail_BundleAdjusterReprojTrait: Detail_BundleAdjusterBase {
    pub fn as_raw_Detail_BundleAdjusterReproj(&self) -> *const c_void;
pub fn as_raw_mut_Detail_BundleAdjusterReproj(&mut self) -> *mut c_void; }

Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares

It can estimate focal length, aspect ratio, principal point. You can affect only on them via the refinement mask.

Required methods

Loading content...

Implementors

Loading content...