魚眼鏡頭圖像畸變矯正(fish eye distortion)

from PIL import Image import math def fish_eye_dis(img): "fish eye distortion" width_in, height_in = img.size; im_out = Image.new("RGB",(width_in,height_in)); radius = max(width_in, h
相關文章
相關標籤/搜索