pub struct HistogramEqKernel;Expand description
Histogram equalization kernel helper
Implementations§
Source§impl HistogramEqKernel
impl HistogramEqKernel
Sourcepub fn compute_histogram_params(width: u32, height: u32) -> KernelParams
pub fn compute_histogram_params(width: u32, height: u32) -> KernelParams
Create parameters for histogram computation
Sourcepub fn equalize_params(width: u32, height: u32) -> KernelParams
pub fn equalize_params(width: u32, height: u32) -> KernelParams
Create parameters for equalization
Auto Trait Implementations§
impl Freeze for HistogramEqKernel
impl RefUnwindSafe for HistogramEqKernel
impl Send for HistogramEqKernel
impl Sync for HistogramEqKernel
impl Unpin for HistogramEqKernel
impl UnsafeUnpin for HistogramEqKernel
impl UnwindSafe for HistogramEqKernel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more