Trait opencv::core::GpuDataTraitConst
source · pub trait GpuDataTraitConst {
// Required method
fn as_raw_GpuData(&self) -> *const c_void;
// Provided method
fn size(&self) -> size_t { ... }
}
Expand description
Constant methods for core::GpuData