How to convert a .tif gray image to HSL using Python?
How to convert a .tif gray image to HSL using Python?
add a comment
How to convert a .tif gray image to HSL using Python?
Of course, there is an OpenCV function for conversion: cvtColor. You have to do it in 2 steps: first HSL to RGB (with COLOR_HSL2BGR), then BGR to Gray ( with COLOR_BGR2GRAY).
Asked: 2015-06-08 08:03:48 -0600
Seen: 670 times
Last updated: Jun 08 '15