Trait opencv::prelude::BinaryDescriptor_ParamsTrait
source · pub trait BinaryDescriptor_ParamsTrait: BinaryDescriptor_ParamsTraitConst {
// Required method
fn as_raw_mut_BinaryDescriptor_Params(&mut self) -> *mut c_void;
// Provided methods
fn set_num_of_octave_(&mut self, val: i32) { ... }
fn set_width_of_band_(&mut self, val: i32) { ... }
fn set_reduction_ratio(&mut self, val: i32) { ... }
fn set_ksize_(&mut self, val: i32) { ... }
fn read(&mut self, fn_: &FileNode) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::line_descriptor::BinaryDescriptor_Params
Required Methods§
fn as_raw_mut_BinaryDescriptor_Params(&mut self) -> *mut c_void
Provided Methods§
sourcefn set_num_of_octave_(&mut self, val: i32)
fn set_num_of_octave_(&mut self, val: i32)
the number of image octaves (default = 1)
sourcefn set_width_of_band_(&mut self, val: i32)
fn set_width_of_band_(&mut self, val: i32)
the width of band; (default: 7)
sourcefn set_reduction_ratio(&mut self, val: i32)
fn set_reduction_ratio(&mut self, val: i32)
image’s reduction ratio in construction of Gaussian pyramids