An open API service indexing awesome lists of open source software.

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

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.