DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python open cv show image
img
=
cv2
.
imread
(
"yourimage.jpg"
)
cv2
.
imshow
(
"img"
,
img
)
;
cv2
.
waitKey
(
0
)
;
cv2
.
destroyAllWindows
(
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#open
#cv
#show
#image
ADD COMMENT
Topic
COMMENT
Name
4+3 =
Submit