Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

rotation Bicubic resampling

Hey !

I am trying to rotate an image using cv2.getRotationMatrix2D(center, angle, scale) .
dst = cv2.warpAffine(img,M,(cols,rows))

how do I manipulate the interpolation method? I would like to use bicubic method .

Thanks

rotation Bicubic resampling

Hey !

I am trying to rotate an image using cv2.getRotationMatrix2D(center, angle, scale) .
dst = cv2.warpAffine(img,M,(cols,rows))

how do I manipulate the interpolation method? I would like to use bicubic method .

Thanks

rotation Bicubic resamplingrotation-Bicubic resampling -using OpenCV

Hey !

I am trying to rotate an image using cv2.getRotationMatrix2D(center, angle, scale) .
dst = cv2.warpAffine(img,M,(cols,rows))

how do I manipulate the interpolation method? I would like to use bicubic method .

Thanks