mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +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
|
.. code-block:: python
|
||||||
|
|
||||||
from cv2 import *
|
import cv2
|
||||||
import numpy as np
|
|
||||||
#Read Image
|
#Read Image
|
||||||
img = cv2.imread('testimg.jpg')
|
img = cv2.imread('testimg.jpg')
|
||||||
#Display Image
|
#Display Image
|
||||||
|
|||||||
Reference in New Issue
Block a user