Rotate an image with bicubic interpolation without imrotate
问题 I have implemented a code for image warping using bilinear interpolation: Matlab image rotation I would like to improve the code by using bicubic interpolation to rotate the image WITHOUT using the built-in functions like imrotate or imwarp and interp functions in MATLAB. 回答1: I successfully managed to implement a full working example. Code is based on Anna1994's code: Matlab image rotation Biqubic code is also based on Java (and C++) implementation posted here: http://www.paulinternet.nl/