PacktPublishing / Practical-Computer-Vision

Practical Computer Vision, published by Packt
MIT License
38 stars 30 forks source link

In 01_hls.py you try to show gray image instead hls image. #1

Open jmcuadra2 opened 6 years ago

jmcuadra2 commented 6 years ago

line 10: cv2.imshow("Image",gray) should be cv2.imshow("Image",hls)