Trait opencv::core::ProgramTrait
source · pub trait ProgramTrait: ProgramTraitConst {
// Required method
fn as_raw_mut_Program(&mut self) -> *mut c_void;
// Provided methods
fn create(
&mut self,
src: &ProgramSource,
buildflags: &str,
errmsg: &mut String
) -> Result<bool> { ... }
fn read(&mut self, buf: &str, buildflags: &str) -> Result<bool> { ... }
}
Expand description
Mutable methods for core::Program