2

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

bitbybit
  • 579
  • 1
  • 6
  • 16
  • 1
    Possible duplicate? -- http://stackoverflow.com/questions/796364/fast-cross-platform-c-c-image-processing-libraries – hari Aug 04 '11 at 15:47
  • thanks for the libraries. Care to share the algorithm for lomo, retro, vignette in C or C++? – bitbybit Aug 04 '11 at 16:03
  • 1
    look for some step-by-step photoshop tutorials, then duplicate. –  Aug 04 '11 at 16:22
  • I am very new in image filtering and having hard time to translate the steps from Photoshop to codes like C or C++. – bitbybit Aug 04 '11 at 16:27

1 Answers1

0

Opencv is probably the easiest library to get started with, there are some tutorials on image filtering

Martin Beckett
  • 94,801
  • 28
  • 188
  • 263