📜  python opencv imresize - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:38.482000             🧑  作者: Mango

代码示例2
im = cv2.resize(im, None, fx=1/3, fy=1/3, interpolation=cv2.INTER_AREA)