You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recognize the main color of a picture by using KMeans algorithm.
Input the path/filename, return main color RGB value and a visible picture showing what main colors are.
Adapted from @Siyuan Li, thanks so much.
About
Recognize the main color of a picture by using KMeans algorithm.