Type Definition image2::transform::Transform

source · []
pub type Transform = Transform2D<f64, f64, f64>;
Expand description

Transform is used to perform pixel-level transformations on an image

Trait Implementations

Determines whether a filter should be executed one pixel at a time, or a whole image at a time

Get filter output size, this is typically the destination image size, however when used as part of a pipeline a single filter might have a different output size Read more

Compute filter at the given point for the provided input Read more

Evaluate a filter on part of an image

Evaluate filter on part of an image using the same image for input and output

Evaluate filter

Evaluate filter using the same image for input and output