[−][src]Struct opencv::stitching::Detail_BundleAdjusterRay
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
impl Detail_BundleAdjusterRay
[src]
pub fn as_raw_Detail_BundleAdjusterRay(&self) -> *const c_void
[src]
pub fn as_raw_mut_Detail_BundleAdjusterRay(&mut self) -> *mut c_void
[src]
impl Detail_BundleAdjusterRay
[src]
pub fn default() -> Result<Detail_BundleAdjusterRay>
[src]
Trait Implementations
impl Boxed for Detail_BundleAdjusterRay
[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self
[src]
fn into_raw(self) -> *mut c_void
[src]
fn as_raw(&self) -> *const c_void
[src]
fn as_raw_mut(&mut self) -> *mut c_void
[src]
impl Detail_BundleAdjusterBase for Detail_BundleAdjusterRay
[src]
fn as_raw_Detail_BundleAdjusterBase(&self) -> *const c_void
[src]
fn as_raw_mut_Detail_BundleAdjusterBase(&mut self) -> *mut c_void
[src]
fn refinement_mask(&self) -> Result<Mat>
[src]
fn set_refinement_mask(&mut self, mask: &Mat) -> Result<()>
[src]
fn conf_thresh(&self) -> Result<f64>
[src]
fn set_conf_thresh(&mut self, conf_thresh: f64) -> Result<()>
[src]
fn term_criteria(&mut self) -> Result<TermCriteria>
[src]
fn set_term_criteria(&mut self, term_criteria: TermCriteria) -> Result<()>
[src]
impl Detail_BundleAdjusterRayTrait for Detail_BundleAdjusterRay
[src]
fn as_raw_Detail_BundleAdjusterRay(&self) -> *const c_void
[src]
fn as_raw_mut_Detail_BundleAdjusterRay(&mut self) -> *mut c_void
[src]
impl Detail_Estimator for Detail_BundleAdjusterRay
[src]
fn as_raw_Detail_Estimator(&self) -> *const c_void
[src]
fn as_raw_mut_Detail_Estimator(&mut self) -> *mut c_void
[src]
impl Drop for Detail_BundleAdjusterRay
[src]
impl Send for Detail_BundleAdjusterRay
[src]
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
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, 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>,