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'

Maintainers

Package info

github.com/BarryShieh/KMeansRGB

Issues

pkg:composer/thinfer/kmeansrgb

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 1

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

This package is not auto-updated.

Last update: 2026-03-09 20:45:22 UTC


README

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

安装方法

composer require thinfer/kmeansrgb

使用方法

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