Damir
Damir

Reputation: 56179

Find contours of objects on photo

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 ?

Upvotes: 0

Views: 576

Answers (1)

thkala
thkala

Reputation: 86333

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.

Upvotes: 1

Related Questions