/COEN240-Skin-Detection

Skin detection application based on Bayesian classifier

Primary LanguagePython

Skin detection application based on Bayesian classifier

Use Bayesian classifier with a training image to calculate the probability of whether a pixel is a skin pixel.

Original image Ground Truth Mask Detection Result

Get started

First time

make all

After first time

make start

Dependency

  • Python 3+
  • numpy
  • PIL