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

Provided methods

Backend identifier.

Target identifier.

Implementors