Minor change to OpenCV example code

Minor change to OpenCV example code in the import statement
This commit is contained in:
Subramani Ramanathan
2018-03-04 15:23:30 +05:30
committed by GitHub
parent c88ed62cf8
commit 43679efe81
+1 -2
View File
@@ -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