pub trait RadialVarianceHashTraitConst: ImgHashBaseTraitConst {
// Required method
fn as_raw_RadialVarianceHash(&self) -> *const c_void;
// Provided methods
fn get_num_of_angle_line(&self) -> Result<i32> { ... }
fn get_sigma(&self) -> Result<f64> { ... }
}
Expand description
Constant methods for crate::img_hash::RadialVarianceHash
Required Methods§
fn as_raw_RadialVarianceHash(&self) -> *const c_void
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.