Trait opencv::prelude::StarDetectorConst
source · pub trait StarDetectorConst: Feature2DTraitConst {
fn as_raw_StarDetector(&self) -> *const c_void;
fn get_max_size(&self) -> Result<i32> { ... }
fn get_response_threshold(&self) -> Result<i32> { ... }
fn get_line_threshold_projected(&self) -> Result<i32> { ... }
fn get_line_threshold_binarized(&self) -> Result<i32> { ... }
fn get_suppress_nonmax_size(&self) -> Result<i32> { ... }
fn get_default_name(&self) -> Result<String> { ... }
}Expand description
The class implements the keypoint detector introduced by Agrawal08, synonym of StarDetector. :