Haar Cascade for fingers [closed]
Hello everyone, I'm trying to detect fingers in pictures (the final goal is to put a ring on the finger), i was thinking about Haar algorithm, but the folder in opencv respoitory (github) doesn't containt classifier for fingers, so i was thinking about training my own, but i can't find any dataset for that! (i already saw this post: http://answers.opencv.org/question/10...) I appreciate any help.
Thanks.
try to read the viola-jones paper, and find out why this is probably a bad idea. (and why there are no premade cascades for this)
Thanks for your response, i'll read it, so the Haar method is not good for me! Any idea or suggession of algorithm that i should know about for my problem?! thanks.