image2palette: Simple K-means color clustering
image2palette() parses image into pixels in L/a/b space, and returns major color components clustered by k-means method. It also returns the name of colors and palette.
--- Usage example
%% (1) Version 1. Pre-defined image
nCluster = 4;
imagefullpath = [pwd, '\' 'football.jpg'];
image2palette( nCluster, imagefullpath );
%% (2) Version 2. Select image using GUI handle
nCluster = 4;
image2palette( nCluster )
Color label reference: https://en.wikipedia.org/wiki/Web_colors
Citation pour cette source
Hio-Been Han (2018). image2palette: Simple K-means color clustering, MATLAB Central File Exchange. Retrieved November 28, 2018.
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Segmentation and Analysis > Image Segmentation > Color Segmentation >
Tags
Remerciements
Inspiré par : rgb2hex and hex2rgb
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
Version | Publié le | Notes de version | |
---|---|---|---|
1.0.1 | update image |
||
1.0.0 |