Formats supported by individual functions?
Is there a way to tell which formats a function supports? For example for Gaussian blur, can I give it YUV image directly without converting to RGB or Grayscale first?
what a weird question.
why do you think, functions like blurring are restricted to colorspaces (or even - images !) at all ?
This is an excellent follow-up - I don't know and the documentation does not say one way or another. My confusion comes from most examples using grayscale or RGB
as an example, it does not make sense to apply CLAHE to a 3channel image, or does it ?