Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

rotation-Bicubic resampling -using OpenCV python

$
0
0
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

Viewing all articles
Browse latest Browse all 2088

Trending Articles