Trait opencv::hub_prelude::BackendWrapperConst
source · [−]pub trait BackendWrapperConst {
fn as_raw_BackendWrapper(&self) -> *const c_void;
fn backend_id(&self) -> i32 { ... }
fn target_id(&self) -> i32 { ... }
}
Expand description
Derivatives of this class wraps cv::Mat for different backends and targets.
Required Methods
fn as_raw_BackendWrapper(&self) -> *const c_void
Provided Methods
fn backend_id(&self) -> i32
fn backend_id(&self) -> i32
Backend identifier.