OpenCV-Python学习01

import tensorflow as tf
1 # -*- coding: utf-8 -*-
2 """
3 Created on Tue Dec 31 19:16:05 2013
4
5 @author: shuai
 """
import numpy as np
import cv2

# Load an color image in grayscale
img = cv2.imread('messi5.jpg',0)

<wiz_tmp_tag id="wiz-table-range-border" contenteditable="false" style="display: none;">





猜你喜欢

转载自www.cnblogs.com/zhaoshuaibit/p/9078077.html