CoinCounter

From tehowiki
Jump to navigation Jump to search

The aim is to detect coins in a photo, and to add the nominal values for all coins in the image. This will avoid the manual counting of donotations in churches, for example.

  • Alex Conway has a Hough Transform in Javascript, but that does not find all circless.
  • This coin detector solves exactly the problem, in Python and with quite some dependencies.