opencv::hub_prelude

Trait StarDetectorTraitConst

source
pub trait StarDetectorTraitConst: Feature2DTraitConst {
    // Required method
    fn as_raw_StarDetector(&self) -> *const c_void;

    // Provided methods
    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

Constant methods for crate::xfeatures2d::StarDetector

Required Methods§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§