[][src]Function imageproc::haar::draw_haar_feature_mut

pub fn draw_haar_feature_mut<I>(image: &mut I, feature: HaarFeature) where
    I: GenericImage,
    I::Pixel: HasBlack + HasWhite

Draws the given Haar-like feature on an image in place, drawing pixels with a positive sign white and those with a negative sign black.