Skip to content

Its a machine learning problem to identify dominant colors of the given picture

Notifications You must be signed in to change notification settings

santhiya-v/dominant-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dominant-color

Its a machine learning problem to identify dominant colors of the picture

Approach

  • Image pixels are flattened and clustered using K-Means Algorithm to find the dominant color centroids
  • filter_neutral_colors function is used to filter out neutral colors from the identified centroids
  • plot_colors2 function plots the color values in percentages in histogram

About

Its a machine learning problem to identify dominant colors of the given picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published