All posts tagged “algorithms

Raster Fairy (2016-)

Working with large datasets of images one common task is to order or cluster them by similarity. Computer science offers a plethora of algorithms and tools to help with that purpose. A very popular and useful algorithm is t-sne which clusters similar items into meaningful […]

StackBlur (2004-)

In 2004 I required a fast but still good looking image blur and did not find any existing solutions that fit both requirements. Either they were classical Gaussian blurs that resulted in perfectly smooth blurs at the price of slow processing time or they were […]