iOS how to mask the image background color
问题 I want to do following thing within in my iOS app: user can draw something on white background paper. my app allows user to capture the drawn image. Here the image will capture with background white color. finally from the captured image i need to mask the white background color and just get the image alone into UIImage object. I completed the steps 1 and 2. But i do not have any idea how to do the last step. Is there any openCV library that i can use it with my iOS app?. Any help that might