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?