Trait opencv::core::OpenCLExecutionContextTrait [−][src]
pub trait OpenCLExecutionContextTrait: OpenCLExecutionContextTraitConst {
fn as_raw_mut_OpenCLExecutionContext(&mut self) -> *mut c_void;
fn set_use_opencl(&mut self, flag: bool) -> Result<()> { ... }
fn release(&mut self) -> Result<()> { ... }
}