Skin Detector

Detects Human Skin From Image

Download .zip Download .tar.gz View on GitHub

This program is a very simple machine learning implementation. Only by altering training data it can detect any type of region based on pixel.

How to Run?

  1. For training the system run SkinDetectorTrainer.java. After training a knowledge file is created.

    training
  2. Then run SkinDetectorTester.java or SkinDetectorTester2.java for getting output (change file-paths in the main method according to the need).

    • input

      input image
    • output

      outout image outout image

License

MIT License
SkinDetector is licensed under MIT License.