nisha.113a5
nisha.113a5

Reputation: 2024

How to select touch part of image, make Points Array of touched location of image in android?

IMAGE A

IMAGE B

IMAGE C

IMAGE D

I can successfully remove background from image. Now I need to select image wherever user touch and copy those area along with removed background of image. I have attached images of expected outputs.

Any help would be appreciated.

Upvotes: 0

Views: 147

Answers (1)

Muhammad Asad
Muhammad Asad

Reputation: 668

you can achieve this using canvas. here is a repos link see : https://github.com/dung8910/BackgroundRemover

in this you can remove background undo,redo,sizes etc. almost all background things cover in it.

Upvotes: 1

Related Questions