Trait opencv::core::ArraysTraitConst
source · pub trait ArraysTraitConst {
// Required method
fn as_raw_Arrays(&self) -> *const c_void;
// Provided methods
fn bind(&self) -> Result<()> { ... }
fn size(&self) -> Result<i32> { ... }
fn empty(&self) -> Result<bool> { ... }
}
Expand description
Constant methods for core::Arrays