opencv库图像基础2-python
摘要:opencv库图像基础2-python 图像的简单变换 先导入库 import cv2 import matplotlib.pyplot as plt import numpy as np 1.图像的放大和缩小 使用函数cv2.resize() 放大图像 resized_img = cv2.resi
阅读全文
posted @ 2024-01-03 14:38
posted @ 2024-01-03 14:38
posted @ 2024-01-05 16:35
posted @ 2024-01-06 17:22