Struct opencv::optflow::GPCPatchSample
source · [−]pub struct GPCPatchSample { /* private fields */ }
Trait Implementations
sourceimpl Boxed for GPCPatchSample
impl Boxed for GPCPatchSample
sourceimpl Drop for GPCPatchSample
impl Drop for GPCPatchSample
sourceimpl 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)
sourceimpl 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
Auto Trait Implementations
impl RefUnwindSafe for GPCPatchSample
impl !Sync for GPCPatchSample
impl Unpin for GPCPatchSample
impl UnwindSafe for GPCPatchSample
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more