kornia/kornia-rs

Adding Support for Bicubic Interpolation

Open

#477 opened on Sep 7, 2025

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

Repository metrics

Stars
 (675 stars)
PR merge metrics
 (PR metrics pending)

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?

Contributor guide