pub fn pyr_up<T: PixelComponent, const CHANNELS: usize>(
input: ImageView<'_, T, CHANNELS>,
border: BorderMode<T, CHANNELS>,
) -> VisionResult<Image<T, CHANNELS>>Expand description
Doubles each dimension using zero insertion and the canonical 5×5 kernel.