1

How to change image from

enter image description here

to

enter image description here

Thanks for any help and answer!

Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277

1 Answers1

2

For image processing I can use:

  1. OpenGL|ES (this is hard way)

  2. OpenCV library (using C/C++)

  3. Core Image CIFilter (only iOS 5.0 supported)

  4. NYXImagesKit

Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277