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?