From 43679efe817c91347148c344b553d56cc8828aae Mon Sep 17 00:00:00 2001 From: Subramani Ramanathan Date: Sun, 4 Mar 2018 15:23:30 +0530 Subject: [PATCH] Minor change to OpenCV example code Minor change to OpenCV example code in the import statement --- docs/scenarios/imaging.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/scenarios/imaging.rst b/docs/scenarios/imaging.rst index 984d6dbf4..bcd02e6da 100644 --- a/docs/scenarios/imaging.rst +++ b/docs/scenarios/imaging.rst @@ -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