This shows you the differences between two versions of the page.
isp:hue_rotation [2019/05/08 17:00] Igor Yefmov created |
isp:hue_rotation [2019/05/09 00:27] (current) Igor Yefmov |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Hue rotation ====== | ====== Hue rotation ====== | ||
- | Really, no magic here, once you process the image in HSL color space. The operation is as trivial as adding or subtracting a specified value from the pixel' | + | Really, no magic here, once you process the image in HSL color space. The operation is as trivial as adding or subtracting a specified value from the pixel' |
<code c++>// pseudo-code | <code c++>// pseudo-code | ||
void hue_rotation(/ | void hue_rotation(/ |