7- OpenCV+TensorFlow 入門人工智能圖像處理-彩色反轉&邊緣檢測

彩色圖像的顏色反轉 # RGB 255-R=newR # 0-255 255-當前 import cv2 import numpy as np img = cv2.imread('image0.jpg',1) imgInfo = img.shape height = imgInfo[0] width = imgInfo[1] # 目標圖片的深度爲3,彩色圖片 dst = np.zeros((he
相關文章
相關標籤/搜索