Struct opencv::optflow::GPCPatchSample
source · pub struct GPCPatchSample { /* private fields */ }
Trait Implementations§
source§impl Boxed for GPCPatchSample
impl Boxed for GPCPatchSample
source§impl Debug for GPCPatchSample
impl Debug for GPCPatchSample
source§impl Drop for GPCPatchSample
impl Drop for GPCPatchSample
source§impl GPCPatchSampleTrait for GPCPatchSample
impl GPCPatchSampleTrait for GPCPatchSample
fn as_raw_mut_GPCPatchSample(&mut self) -> *mut c_void
fn set_ref(&mut self, val: GPCPatchDescriptor)
fn set_pos(&mut self, val: GPCPatchDescriptor)
fn set_neg(&mut self, val: GPCPatchDescriptor)
source§impl GPCPatchSampleTraitConst for GPCPatchSample
impl GPCPatchSampleTraitConst for GPCPatchSample
fn as_raw_GPCPatchSample(&self) -> *const c_void
fn ref_(&self) -> GPCPatchDescriptor
fn pos(&self) -> GPCPatchDescriptor
fn neg(&self) -> GPCPatchDescriptor
fn get_directions( &self, refdir: &mut bool, posdir: &mut bool, negdir: &mut bool, coef: VecN<f64, 18>, rhs: f64 ) -> Result<()>
impl Send for GPCPatchSample
impl VectorElement for GPCPatchSample
Auto Trait Implementations§
impl RefUnwindSafe for GPCPatchSample
impl !Sync for GPCPatchSample
impl Unpin for GPCPatchSample
impl UnwindSafe for GPCPatchSample
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more