Check out my first novel, midnight's simulacra!

Theory and Practice of Sprixels: Difference between revisions

From dankwiki
Line 85: Line 85:
* [https://en.wikipedia.org/wiki/Octree octrees], introduced by [https://sci-hub.do/10.1007/978-3-642-83492-9_20 Gervautz and Purgathofer] in 1988.
* [https://en.wikipedia.org/wiki/Octree octrees], introduced by [https://sci-hub.do/10.1007/978-3-642-83492-9_20 Gervautz and Purgathofer] in 1988.
* Kohonen neural nets as introduced by [https://www.researchgate.net/profile/Anthony-Dekker/publication/232079905_Kohonen_neural_networks_for_optimal_colour_quantization/links/09e4150ba8346d8ce9000000/Kohonen-neural-networks-for-optimal-colour-quantization.pdf Dekker in NeuQuant]. Used by the [https://lib.rs/crates/color_quant color_quant crate].
* Kohonen neural nets as introduced by [https://www.researchgate.net/profile/Anthony-Dekker/publication/232079905_Kohonen_neural_networks_for_optimal_colour_quantization/links/09e4150ba8346d8ce9000000/Kohonen-neural-networks-for-optimal-colour-quantization.pdf Dekker in NeuQuant]. Used by the [https://lib.rs/crates/color_quant color_quant crate].
** You'll also see [https://ieeexplore.ieee.org/document/939492 Hopfield nets]
* K-means clustering, perhaps best known from [https://exoticorn.github.io/exoquant-rs/exoquant/ exoquant].
* K-means clustering, perhaps best known from [https://exoticorn.github.io/exoquant-rs/exoquant/ exoquant].