kornia/kornia-rs

Adding Support for Bicubic Interpolation

Open

#477 aberto em 7 de set. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (1 assignee)Rust (188 forks)auto 404
good first issuehelp wanted

Métricas do repositório

Stars
 (675 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

I wish to extend the InterpolationMode to support bicubic interpolation.

The following computation will be used.

I have to make a new file in src/interpolation/. Will take help from existing functions.

Reference: https://en.wikipedia.org/wiki/Bicubic_interpolation Purpose: Very common algorithm for interpolation apart from bilinear and nearest neighbour, which is already implemented.

Is this good to work?

Guia do colaborador