pub trait LATCHTraitConst: Feature2DTraitConst {
    // Required method
    fn as_raw_LATCH(&self) -> *const c_void;

    // Provided methods
    fn get_bytes(&self) -> Result<i32> { ... }
    fn get_rotation_invariance(&self) -> Result<bool> { ... }
    fn get_half_ss_dsize(&self) -> Result<i32> { ... }
    fn get_sigma(&self) -> Result<f64> { ... }
    fn get_default_name(&self) -> Result<String> { ... }
}
Expand description

Constant methods for crate::xfeatures2d::LATCH

Required Methods§

Provided Methods§

Implementors§