Skip to main content

warp_affine

Function warp_affine 

Source
pub fn warp_affine<T: PixelComponent, const CHANNELS: usize>(
    input: ImageView<'_, T, CHANNELS>,
    transform: AffineTransform,
    output_width: usize,
    output_height: usize,
    interpolation: Interpolation,
    border: BorderMode<T, CHANNELS>,
) -> VisionResult<Image<T, CHANNELS>>
Expand description

Warps an image with a source-to-destination affine transform.