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

    // Provided methods
    fn get_lucid_kernel(&self) -> Result<i32> { ... }
    fn get_blur_kernel(&self) -> Result<i32> { ... }
    fn get_default_name(&self) -> Result<String> { ... }
}
Expand description

Constant methods for crate::xfeatures2d::LUCID

Required Methods§

Provided Methods§

Implementors§