mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Minor change to OpenCV example code
Minor change to OpenCV example code in the import statement
This commit is contained in:
committed by
GitHub
parent
c88ed62cf8
commit
43679efe81
@@ -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