Macro image2::filter

source ·
macro_rules! filter {
    ($name:ident, $input:ident, $f:expr) => { ... };
    (.$name:ident, $input:ident, $f:expr) => { ... };
}
Expand description

filter is used to simplify the process of defining compute_at to create new filters