2020-12-06 04:45:15 -0600 | received badge | ● Popular Question (source) |
2016-12-22 23:11:19 -0600 | commented question | Best method to recognize currency notes I am sorry for the delayed reply, somehow I did not get a notification on this reply to my mail. :( Using machine learning independently? like using image's other features and trying to build a model? |
2016-12-14 13:49:57 -0600 | commented question | OpenCV Manager Samsung S3 can you share the log with us? |
2016-12-14 00:25:29 -0600 | asked a question | Best method to recognize currency notes Hi, I am quite new to OpenCV therefore excuse me if I ask silly questions. I am working on an android project to recognize currency notes to help blind people. I have been using Cascade Classifiers. It did not give me good results ( maybe something wrong with the negative samples I used ) Then I used ORB algorithm. Here I managed to do a feature matching and recognize the currency note, the issue is there are very high number of false positives. I also read I could use SURF( I did not try it yet). This is a research project, therefore I think I can use SURF but it is also an improved version of SURF and it uses just one image for the matching. That way there could be multiple errors compared to a model trained. If someone has done this successfully before please let me know, I would like to know the best way to do this and pivot my research and implementation to one method. |