
I have an image in a UIImageView. These images typically contain clothing or accessories taken from the camera on a plain background. Now I have to provide users with functionality so that they can remove the background from the actual image that is being displayed. Something like the one shown in the picture here. As you move the slider, the background will begin to move more and more. Something like an โinstant alphaโ brush in the Preview app available on Mac OS X. I want to do this in my own iPhone app.
I know that this will require some kind of image processing algorithm. Does anyone have something useful that I can reference or use to do this? Thank you so much in advance.
source share