Struct opencv::features2d::SurfAdjuster
[−]
[src]
pub struct SurfAdjuster { pub ptr: *mut c_void, }
Fields
ptr |
Methods
impl SurfAdjuster
fn as_raw_SurfAdjuster(&self) -> *mut c_void
impl SurfAdjuster
fn new(initial_thresh: f64, min_thresh: f64, max_thresh: f64) -> Result<SurfAdjuster, String>
fault value for arguments: - initial_thresh: default 400.f - min_thresh: default 2 - max_thresh: default 1000