-
If `kmeans` is installed from pypi, it's broken because `themer` passes `(r, g, b, a)` to it where it only expects `(r, g, b)`. See the below exception
```
$ themer generate color-squares download…
-
``` javascript
var colors = [
[97],
[1],
[53],
[79],
[3],
[351],
[16]
];
var clusters = clusterfck.kmeans(colors, 3);
```
Result A: [1, 3, 16], [53, 79, 97], [351]
Result B: [1,…
ghost updated
8 years ago
-
**Describe the bug**
Although I used pcd.colors to change to the colour I preferred, the built in function draw_geometries doesn't seem to preserve the defined colors.
**To Reproduce**
import n…
-
For example the first item is an identification item ( userid ) so that I can know who went in wich cluster.
``` javascript
var colors = [
['a1',20, 20, 80],
['a2',22, 22, 90],
['a3',250, 2…
-
"You're basically just running kmeans on the pixels, right? If that's correct, I'd strongly recommend you use a "perceptually uniform" color space and distance metric, like CIELAB. Even HSV would be b…
-
First, this is a great Implementation. I haven't seen any other implementations of the Hamerly method.
Couple questions:
1. convergence factor do you have anymore info on it and how adjustments effe…
-
I do have this [script](https://github.com/lazarusA/BeautifulMakie/blob/main/_assets/scripts/getColorPalette.jl) to obtain colorpalettes from images (like the ones for Taylor Swift :D, https://twitter…
-
```
ubuntu@ip-Address:~/fast-neural-doodle$ python get_mask_hdf5.py --n_colors=5 --style_image=Monet2.jpg --style_mask=Monet2_sem2_r.png --target_mask=MonetNew2_sem2.png
Traceback (most recent call …
-
patent H3k36me3
----
1. http://epigenomics.sdsc.edu:8088/Set_586/53f3be/setQC_report_chip.html
- H3K36me3 (`broadpeaks`): measuring gene body (RNA polymerase II (RNAPII) during transcription), def…
-
Hi,
I am trying out the command line tool.
how to use the ./color-extractor CLI tool to get the top 5 colors of my image along with their frequencies. I am able to get only one. Also please provide…