Skip to main content

close_mut

Function close_mut 

Source
pub fn close_mut(image: &mut GrayImage, norm: Norm, k: u8)
Expand description

An in-place version of close().

This function does the same operation as close() but on the &mut image passed rather than cloning an &image. This is faster but you lose the original image.