Template matching

asked 2017-03-29 08:44:49 -0600

kanth gravatar image

updated 2020-11-02 17:45:25 -0600

we are working on raspbeery pi opencv detecting Currency notes, i'm facing problem on recognizing different denominations im working with Template matching but it is not giving the accurate result

i need a algorithm which detect all Indian currency in any way

can any one tell me howto work out with the opencv

i tried all examples provided in opencv but unable to get the exact accuracy

edit retag flag offensive close merge delete

Comments

template matching only works in absence of rotation or perspective scaling.

also, if you have a multi class problem ("all indian currency"), this might be a poor tool.

you simply have to try more things, align your notes to principal axes, crop properly, maybe use machine-learning for the classification.

again, results will be proportional to your effort.

berak gravatar imageberak ( 2017-03-29 09:01:26 -0600 )edit

*Thank you for the information * can u suggest what are the Machine learning tools or resources, to get perfection, or to update my project

kanth gravatar imagekanth ( 2017-04-03 02:58:47 -0600 )edit

My aim of the project is detect and identify the Indian currency value with the help of Raspberry Pi + openCV , im using contours tools for detection of edges and principal axes, but im not getting the child edges of a any currency it is calculating outer edges only that to contours are displaying above 100 im unable to find the exact lines

can any one suggest is any best tools for the detection of Multi color Currency

kanth gravatar imagekanth ( 2017-04-03 03:03:44 -0600 )edit