0

What is the best library (in C, Java, ...) to find a white line on the floor?

By "find a white line" I mean to analyse some images in real-time from a webcam (from a smartphone, extern webcam), do some image processing and get a direction for a robot (through a microcontroler).

Is it possible to program on a smartphone (Android, ios) or a micro controller? (if not, on a computer through a WiFi connection)

Bart
  • 19,692
  • 7
  • 68
  • 77
KeyMaker00
  • 6,194
  • 2
  • 50
  • 49

1 Answers1

2

With Android you can use OpenCV (Open Source Computer Vision Library), there is a lot of examples and howto's in this website :

http://opencv.willowgarage.com/wiki/Android

It is really step by step.

mthpvg
  • 3,789
  • 3
  • 26
  • 34