Enum opencv::stitching::Stitcher_Status [−][src]
#[repr(C)]
pub enum Stitcher_Status {
OK,
ERR_NEED_MORE_IMGS,
ERR_HOMOGRAPHY_EST_FAIL,
ERR_CAMERA_PARAMS_ADJUST_FAIL,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stitcher_Status
impl Send for Stitcher_Status
impl Sync for Stitcher_Status
impl Unpin for Stitcher_Status
impl UnwindSafe for Stitcher_Status
Blanket Implementations
Mutably borrows from an owned value. Read more