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
  • 54,277
  • 94
  • 246
  • 365

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
  • 84,049
  • 23
  • 157
  • 201