Trait opencv::dnn::BackendWrapperConst [−][src]
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.