How to convert BGR array to LCh array efficiently?
I have a NumPy three dimensional array of shape (height, width, 3) with float data type, the values are between 0 and 1, it represents an BGR image of resolution width*height. And now I want to convert it to a LCh(ab) array and back. So I spent days researching, I have read the Wikipedia article, … Read more