mehulghosal / FreckleCounter

counts the number of freckles on a face

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreckleCounter

counts the number of freckles on a face

  • first need to isolate face from image

  • basically, remove features used to detect faces - eyes, mouth

  • first instinct was to use corner detection to maybe find freckles - lol horrifying

  • look for color differences

    • so 4:39 am me is saying: scan the face
      • ignore hair color (established by sampling above forehead)
      • ignore facial features - marked in yellow (0,255,255)
      • establish average skin color
      • look for stuff darker than skin color

About

counts the number of freckles on a face


Languages

Language:Python 100.0%