mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #890 from subramani95/patch-1
Minor change to OpenCV example code
This commit is contained in:
@@ -89,8 +89,7 @@ Example
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from cv2 import *
|
||||
import numpy as np
|
||||
import cv2
|
||||
#Read Image
|
||||
img = cv2.imread('testimg.jpg')
|
||||
#Display Image
|
||||
|
||||
Reference in New Issue
Block a user