0

I need to find contours of objects on images and that borders paint in blue ( like parameter I have Bitmap). Is there any library for this task or can anyone suggest me concrete algorithm for this task ?

Damir
  • 51,611
  • 92
  • 240
  • 358

1 Answers1

1

OpenCV is a widely-used library for image recognition tasks. It is not written in Java itself, but it does have bindings for Java and it can definitely be used on Android.

thkala
  • 80,583
  • 22
  • 150
  • 196