Skip to content

Commit 43679ef

Browse files
authored
Minor change to OpenCV example code
Minor change to OpenCV example code in the import statement
1 parent c88ed62 commit 43679ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/scenarios/imaging.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Example
8989

9090
.. code-block:: python
9191
92-
from cv2 import *
93-
import numpy as np
92+
import cv2
9493
#Read Image
9594
img = cv2.imread('testimg.jpg')
9695
#Display Image

0 commit comments

Comments
 (0)