chayan-jain / Dominant-color-In-Image

It uses OpenCv for detection of Dominant colors in a image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dominant-color-In-Image

It is a Python script which will eliminate the White,Black & Grey Colors, and will show the dominant colors(Hex Code)

Dataset that is used for testing is a subset of INRIA Dataset.

You can download dataset from official link http://pascal.inrialpes.fr/data/human/ or just use this link for matching my outputs . http://bit.ly/2Unhdsl Steps to Run

  1. Input files must be in folder named as "InputFile"
  2. Output folder must be created and named as "OutputFile"
  3. Place the Python script in the same folder in which both other folders are present.

About

It uses OpenCv for detection of Dominant colors in a image.


Languages

Language:Python 100.0%