0

I want to implement an image processing method in order to distinguish scanner images from camera images. How can I collect images from scanners and cameras? The images should be very different in scale and content and capture devices and rgb images or gray-scale images.

thanks a lot.

Jaap
  • 81,064
  • 34
  • 182
  • 193
omid
  • 400
  • 3
  • 19

1 Answers1

1

The most famous database for machine learning is the UCI Machine Learning Repository, where you can find tons of open source datasets organized by learning objective, data type, number of instances and more.

merosss
  • 535
  • 6
  • 19
  • Anyway you should be more precise on the type of distinction you wan to apply, since to recognize between camera and scanner you can simply look at the meta-data of the picture and see if there is any EXIF file (typically camera images have one embedded). – merosss Apr 07 '14 at 13:26