Struct opencv::stitching::Detail_BundleAdjusterRay
source · [−]pub struct Detail_BundleAdjusterRay { /* private fields */ }
Expand description
Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature. :
It can estimate focal length. It ignores the refinement mask for now.
Implementations
sourceimpl Detail_BundleAdjusterRay
impl Detail_BundleAdjusterRay
pub fn default() -> Result<Detail_BundleAdjusterRay>
Trait Implementations
sourceimpl Boxed for Detail_BundleAdjusterRay
impl Boxed for Detail_BundleAdjusterRay
sourceimpl Detail_BundleAdjusterBase for Detail_BundleAdjusterRay
impl Detail_BundleAdjusterBase for Detail_BundleAdjusterRay
fn as_raw_mut_Detail_BundleAdjusterBase(&mut self) -> *mut c_void
fn set_refinement_mask(&mut self, mask: &Mat) -> Result<()>
fn set_conf_thresh(&mut self, conf_thresh: f64) -> Result<()>
fn term_criteria(&mut self) -> Result<TermCriteria>
fn set_term_criteria(&mut self, term_criteria: TermCriteria) -> Result<()>
sourceimpl Detail_BundleAdjusterBaseConst for Detail_BundleAdjusterRay
impl Detail_BundleAdjusterBaseConst for Detail_BundleAdjusterRay
fn as_raw_Detail_BundleAdjusterBase(&self) -> *const c_void
fn refinement_mask(&self) -> Result<Mat>
fn conf_thresh(&self) -> Result<f64>
sourceimpl Detail_BundleAdjusterRayTrait for Detail_BundleAdjusterRay
impl Detail_BundleAdjusterRayTrait for Detail_BundleAdjusterRay
fn as_raw_mut_Detail_BundleAdjusterRay(&mut self) -> *mut c_void
sourceimpl Detail_BundleAdjusterRayTraitConst for Detail_BundleAdjusterRay
impl Detail_BundleAdjusterRayTraitConst for Detail_BundleAdjusterRay
fn as_raw_Detail_BundleAdjusterRay(&self) -> *const c_void
sourceimpl Detail_Estimator for Detail_BundleAdjusterRay
impl Detail_Estimator for Detail_BundleAdjusterRay
fn as_raw_mut_Detail_Estimator(&mut self) -> *mut c_void
sourceimpl Detail_EstimatorConst for Detail_BundleAdjusterRay
impl Detail_EstimatorConst for Detail_BundleAdjusterRay
fn as_raw_Detail_Estimator(&self) -> *const c_void
sourceimpl Drop for Detail_BundleAdjusterRay
impl Drop for Detail_BundleAdjusterRay
impl Send for Detail_BundleAdjusterRay
Auto Trait Implementations
impl RefUnwindSafe for Detail_BundleAdjusterRay
impl !Sync for Detail_BundleAdjusterRay
impl Unpin for Detail_BundleAdjusterRay
impl UnwindSafe for Detail_BundleAdjusterRay
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more