Struct opencv::line_descriptor::BinaryDescriptor_Params
source · pub struct BinaryDescriptor_Params { /* private fields */ }
Expand description
List of BinaryDescriptor parameters:
Implementations§
source§impl BinaryDescriptor_Params
impl BinaryDescriptor_Params
pub fn default() -> Result<BinaryDescriptor_Params>
Trait Implementations§
source§impl BinaryDescriptor_ParamsTrait for BinaryDescriptor_Params
impl BinaryDescriptor_ParamsTrait for BinaryDescriptor_Params
fn as_raw_mut_BinaryDescriptor_Params(&mut self) -> *mut c_void
source§fn set_num_of_octave_(&mut self, val: i32)
fn set_num_of_octave_(&mut self, val: i32)
the number of image octaves (default = 1)
source§fn set_width_of_band_(&mut self, val: i32)
fn set_width_of_band_(&mut self, val: i32)
the width of band; (default: 7)
source§fn set_reduction_ratio(&mut self, val: i32)
fn set_reduction_ratio(&mut self, val: i32)
image’s reduction ratio in construction of Gaussian pyramids
fn set_ksize_(&mut self, val: i32)
source§impl BinaryDescriptor_ParamsTraitConst for BinaryDescriptor_Params
impl BinaryDescriptor_ParamsTraitConst for BinaryDescriptor_Params
fn as_raw_BinaryDescriptor_Params(&self) -> *const c_void
source§fn num_of_octave_(&self) -> i32
fn num_of_octave_(&self) -> i32
the number of image octaves (default = 1)
source§fn width_of_band_(&self) -> i32
fn width_of_band_(&self) -> i32
the width of band; (default: 7)
source§fn reduction_ratio(&self) -> i32
fn reduction_ratio(&self) -> i32
image’s reduction ratio in construction of Gaussian pyramids
fn ksize_(&self) -> i32
source§impl Boxed for BinaryDescriptor_Params
impl Boxed for BinaryDescriptor_Params
source§impl Debug for BinaryDescriptor_Params
impl Debug for BinaryDescriptor_Params
source§impl Drop for BinaryDescriptor_Params
impl Drop for BinaryDescriptor_Params
impl Send for BinaryDescriptor_Params
Auto Trait Implementations§
impl RefUnwindSafe for BinaryDescriptor_Params
impl !Sync for BinaryDescriptor_Params
impl Unpin for BinaryDescriptor_Params
impl UnwindSafe for BinaryDescriptor_Params
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