Merge pull request #890 from subramani95/patch-1

Minor change to OpenCV example code
This commit is contained in:
2018-03-04 07:26:00 -05:00
committed by GitHub
+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