Template matching
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
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.
*Thank you for the information * can u suggest what are the Machine learning tools or resources, to get perfection, or to update my project
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