项目作者: oopDaniel

项目描述 :
Skin detection application based on Bayesian classifier
高级语言: Python
项目地址: git://github.com/oopDaniel/COEN240-Skin-Detection.git
创建时间: 2019-05-19T18:17:54Z
项目社区:https://github.com/oopDaniel/COEN240-Skin-Detection

开源协议:

下载


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

  1. make all

After first time

  1. make start

Dependency

  • Python 3+
  • numpy
  • PIL