I intend to create a programme which will find the coins in the image, determine their value and return the sum of it. Based on the size of every coin, I am going to assign values to them. Considering that my dataset needs to contain photos, taken at different angles, which will make the coins with the same value seem different sizewise, my questions are:
What is the best way to implement such a program?
What is the best method to find circular objects and measure their size?
How to achieve readability of all photos, even the ones taken at different angles?
Thank you
0 Comments
Sign in to comment.