Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 744 Bytes

Readme.md

File metadata and controls

17 lines (10 loc) · 744 Bytes

Description

In this project I had taken an image and tried to extract the dominating colors. Also I replicated the same image with the hence extracted colors. The algorithm I used for extraction is k-Means. It uses DBSAC rather than the random initialization for better performance. You need to provide the input path to your image.

Requirements

You are needed to have scikit-learn library pre-installed. If not you can install it with command:

pip install sklearn

Original Image

image

New Processed image

image