i have to correct in Python the color blue level like in Photoshop ( CTRL + L ). I found the code in this topic: Color levels in OpenCV , but this is for RGB and I need it for the Blue only.
Please Help. TKS.
i have to correct in Python the color blue level like in Photoshop ( CTRL + L ). I found the code in this topic: Color levels in OpenCV , but this is for RGB and I need it for the Blue only.
Please Help. TKS.
2
Answers
Ok thanks to all. I've solved. This is my code:
Use split function to seperate the channels
or slicing