0

I'm developing an image-processing program. And i'm stuck here. I have an image like this:

http://postimg.org/image/4kobhtllj/

I drew a closed line (path) by finger. Now, I want to get all points in the closed-region cut out from the image. Is there any algorithm or method?

runDOSrun
  • 10,359
  • 7
  • 47
  • 57

1 Answers1

0

How to create a circular ImageView in Android?

this may help you. it user drawCircle() to crop a circle, maybe drawPath() can crop a region...

Community
  • 1
  • 1
kagami
  • 1
  • 1