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)
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)