I am trying to apply image filtering to images, like lomo, retro, vignette.
Can anyone show me some sample codes in C / C++? Or is there any ready-to-use libraries implementing image filtering?
Thanks
I am trying to apply image filtering to images, like lomo, retro, vignette.
Can anyone show me some sample codes in C / C++? Or is there any ready-to-use libraries implementing image filtering?
Thanks
Opencv is probably the easiest library to get started with, there are some tutorials on image filtering