library kmeansrgb
A kmeans++ clustering algorithm for colors in R'G'B'
thinfer/kmeansrgb
A kmeans++ clustering algorithm for colors in R'G'B'
- Thursday, January 12, 2017
- by Thinfer
- Repository
- 0 Watchers
- 1 Stars
- 13 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
KMeansRGB.php
利用K-Means++算法对RGB像素点群进行聚类,从而实现提取图片主题色的目的。, (*1)
安装方法
composer require thinfer/kmeansrgb
使用方法
$kRgb = new \Thinfer\KMeansRGB('./test.jpg');
$colors = $kRgb->process();
dev-master
9999999-dev
A kmeans++ clustering algorithm for colors in R'G'B'
Sources
Download
The Requires
color
rgb
kmeans
v1.0.0
1.0.0.0
A kmeans++ clustering algorithm for colors in R'G'B'
Sources
Download
The Requires
color
rgb
kmeans