c++图像转置和翻转参数,画给小朋友:
python numpy:
img90=np.rot90(im) #python图像旋转90度 img270=np.rot90(im,3) #python图像旋转270度