Struct opencv::stitching::Detail_GraphCutSeamFinderBase
source · [−]pub struct Detail_GraphCutSeamFinderBase { /* private fields */ }
Expand description
Base class for all minimum graph-cut-based seam estimators.
Trait Implementations
sourceimpl Boxed for Detail_GraphCutSeamFinderBase
impl Boxed for Detail_GraphCutSeamFinderBase
sourceimpl Detail_GraphCutSeamFinderBaseTrait for Detail_GraphCutSeamFinderBase
impl Detail_GraphCutSeamFinderBaseTrait for Detail_GraphCutSeamFinderBase
fn as_raw_mut_Detail_GraphCutSeamFinderBase(&mut self) -> *mut c_void
sourceimpl Detail_GraphCutSeamFinderBaseTraitConst for Detail_GraphCutSeamFinderBase
impl Detail_GraphCutSeamFinderBaseTraitConst for Detail_GraphCutSeamFinderBase
fn as_raw_Detail_GraphCutSeamFinderBase(&self) -> *const c_void
sourceimpl Drop for Detail_GraphCutSeamFinderBase
impl Drop for Detail_GraphCutSeamFinderBase
sourceimpl From<Detail_GraphCutSeamFinder> for Detail_GraphCutSeamFinderBase
impl From<Detail_GraphCutSeamFinder> for Detail_GraphCutSeamFinderBase
sourcefn from(s: Detail_GraphCutSeamFinder) -> Self
fn from(s: Detail_GraphCutSeamFinder) -> Self
Converts to this type from the input type.
sourceimpl From<Detail_GraphCutSeamFinderGpu> for Detail_GraphCutSeamFinderBase
impl From<Detail_GraphCutSeamFinderGpu> for Detail_GraphCutSeamFinderBase
sourcefn from(s: Detail_GraphCutSeamFinderGpu) -> Self
fn from(s: Detail_GraphCutSeamFinderGpu) -> Self
Converts to this type from the input type.
impl Send for Detail_GraphCutSeamFinderBase
Auto Trait Implementations
impl RefUnwindSafe for Detail_GraphCutSeamFinderBase
impl !Sync for Detail_GraphCutSeamFinderBase
impl Unpin for Detail_GraphCutSeamFinderBase
impl UnwindSafe for Detail_GraphCutSeamFinderBase
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