Trait opencv::optflow::GPCPatchSampleTrait
source · pub trait GPCPatchSampleTrait: GPCPatchSampleTraitConst {
// Required method
fn as_raw_mut_GPCPatchSample(&mut self) -> *mut c_void;
// Provided methods
fn set_ref(&mut self, val: GPCPatchDescriptor) { ... }
fn set_pos(&mut self, val: GPCPatchDescriptor) { ... }
fn set_neg(&mut self, val: GPCPatchDescriptor) { ... }
}
Expand description
Mutable methods for crate::optflow::GPCPatchSample