Page 1 of 1

Tail recognition

Posted: Wed Aug 07, 2019 8:32 am
by vjpaine
Pondering the other day, would like to build a squirrel feeder that will let red squirrels in but not Grey squirrels. Problem, although one is mainly red and the other mainly grey each has a wide variation in colour which can cause confusion even with experienced observers. The most consistent way to distinguish is the tail, a grey has white tips to it's tail hairs giving a white halo whereas the red's tail hair is constant colour along it's length.

Would it be possible to program a Pi to do this? I'm wondering if existing face recognition algorithms would work if given squirrel photos to train on or would it need a bespoke algorithm?

Re: Tail recognition

Posted: Wed Aug 07, 2019 9:05 am
by gordon77
Try opencv and filter red.

Re: Tail recognition

Posted: Wed Aug 07, 2019 6:11 pm
by vjpaine
Thank you having a look, all new to me but possibly worth a try, as I said although they're called red or grey there's quite an overlap in colouration. different lighting also makes a big difference.