Features to be considered in classifying currency images?
1 次查看(过去 30 天)
显示 更早的评论
Presently, I am considering color and dimension of currency images as important features in classifying given huge set of currency images.
Is it necessary to consider few more features in order to increase the efficiency of classification?
What can be the other features?
0 个评论
回答(2 个)
Image Analyst
2014-4-2
I think color and size should be enough. If the notes are very similar to each other, like US notes, then you can look at the colors in smaller areas, like you divide the note up into quadrants or into 10 by 10 tiles.
3 个评论
Image Analyst
2014-4-2
Yes. It's going to have to be robust enough to handle that. If you have a 10 by 10 grid over the note then you could check each one and each tile "votes" as to what kind of note it thinks it is. Then you call the whole note whichever type of note has the most votes. For example, you have 10x10 = 100 regions. 90 think it's a $10 note, 5 think it's a $5 note, and 5 regions think it's a $20 notes. So call it a $10 note because that's what had the most votes.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!