Each of the 3 color spaces (LAB, HSL, RGB) can be converted to either of the color spaces.
Conversion formulas were found here https://www.easyrgb.com/en/math.php
Support for weighted means was added which is applied during the recalculation step of the cluster center means.
Two new color spaces have been added:
Each of the 3 color spaces (LAB, HSL, RGB) can be converted to either of the color spaces. Conversion formulas were found here https://www.easyrgb.com/en/math.php
Support for weighted means was added which is applied during the recalculation step of the cluster center means.
Fixes #4 Fixes #6