Hello forum people,
Does anyone know of an easy way to perform basic image processing algorithms on a QImage? I figured algorithms for modifying brightness and contrast where already implemented quite a few times in Qt, but I'm unable to find Qt functions or otherwise libraries that aren't a complete overkill for the task (e.g. using openCV and converting image formats back and forth).
So far, I've implemented the basic brightness / contrast / gamma filters myself, but moving on to implementing a simple blur (convolution with a Gaussian window) is too much...
Any suggestions?
Thanks!
Danny
Bookmarks