《OpenCV图像处理(Python)》网课笔记(从1到4)

1. Intro and loading images( 介绍和加载图像) 代码部分 # coding: utf-8 # In[4]: #lesson 1 # In[5]: import cv2 import numpy as np import matplotlib.pyplot as plt # In[6]: img = cv2.imread('template.png'
相关文章
相关标签/搜索