2017 © Pedro Peláez
 

library kmeansrgb

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

image

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

The README.md

KMeansRGB.php

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

安装方法

composer require thinfer/kmeansrgb

使用方法

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

The Versions

12/01 2017

dev-master

9999999-dev

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

  Sources   Download

The Requires

  • php >=5.3.0

 

color rgb kmeans

12/01 2017

v1.0.0

1.0.0.0

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

  Sources   Download

The Requires

  • php >=5.3.0

 

color rgb kmeans