Struct image2aa::filter::shrink::ShrinkFilter
[−]
[src]
pub struct ShrinkFilter {
pub thresh: f32,
pub filter: Array2<f32>,
}Fields
thresh: f32
filter: Array2<f32>