thinfer/kmeansrgb

There is no license information available for the latest version (v1.0.0) of this package.

A kmeans++ clustering algorithm for colors in R'G'B'

v1.0.0 2017-01-12 06:29 UTC

This package is not auto-updated.

Last update: 2025-05-05 16:17:11 UTC


README

利用K-Means++算法对RGB像素点群进行聚类,从而实现提取图片主题色的目的。

安装方法

composer require thinfer/kmeansrgb

使用方法

$kRgb = new \Thinfer\KMeansRGB('./test.jpg');
$colors = $kRgb->process();