Haar Cascade for fingers [closed]

asked 2019-04-08 09:01:00 -0600

jonasiyou gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-26 05:53:34.335325

Comments

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)

berak gravatar imageberak ( 2019-04-09 01:43:36 -0600 )edit

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.

jonasiyou gravatar imagejonasiyou ( 2019-04-09 01:58:09 -0600 )edit