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
1 | initial version |
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
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
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