Skip to main content

pyr_up

Function pyr_up 

Source
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.