You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a usecase where I want to perform hue rotation on images. This requires that the image is converted into HSV colorspace, which I couldn't find in opticl yet.
The text was updated successfully, but these errors were encountered:
@phoe It's a little complicated to use as you need the hsv-image branch of opticl and opticl-core, and the example code is opticl-more-test (on the hsv-image branch) but I was able to rotate the hue in the example and convert to/from 8-bit-rgb-image.
I have a usecase where I want to perform hue rotation on images. This requires that the image is converted into HSV colorspace, which I couldn't find in opticl yet.
The text was updated successfully, but these errors were encountered: