https://github.com/octalpixel/skin-extraction-from-image-and-finding-dominant-color
Project is an implementation of skin segmentation using OpenCV and dominant color extraction using SciKit-Learn
https://github.com/octalpixel/skin-extraction-from-image-and-finding-dominant-color
image-processing kmeans kmeans-clustering machine-learning opencv python scikit-learn
Last synced: 6 months ago
JSON representation
Project is an implementation of skin segmentation using OpenCV and dominant color extraction using SciKit-Learn
- Host: GitHub
- URL: https://github.com/octalpixel/skin-extraction-from-image-and-finding-dominant-color
- Owner: octalpixel
- Created: 2018-09-07T10:05:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T10:15:37.000Z (about 7 years ago)
- Last Synced: 2025-03-26T15:48:12.717Z (6 months ago)
- Topics: image-processing, kmeans, kmeans-clustering, machine-learning, opencv, python, scikit-learn
- Language: Jupyter Notebook
- Homepage: https://medium.com/@mithushancj/skin-segmentation-and-dominant-tone-color-extraction-fe158d24badf
- Size: 913 KB
- Stars: 19
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skin-Extraction-from-Image-and-Finding-Dominant-Color
Repository containing that code for the article Skin Segmentation and Dominant Tone/Color Extraction found at "https://medium.com/@mithushancj/skin-segmentation-and-dominant-tone-color-extraction-fe158d24badf".Project is an implementation of skin segmentation using OpenCV and dominant color extraction using SciKit-Learn. Read the article and notebook file of breakdown for the process.
## Getting Started
Provided you already have NumPy, SciKit-Learn, Matplotlib, OpenCV and imutils already installed clone the project and either run the python file or the notebook and run it locally.