refs/tags/v1.0.2
Added:
-
2D Gaussian Splats using SLIC: Implemented 2D Gaussian splats using Simple Linear Iterative Clustering (SLIC). This animation does not take direct image input but retrieves image data through a neural network. For a detailed explanation, check out my blog post on this topic.
Note: Image data has been compressed in Python. You will find the Python code in my blogpost. :-) -
Gabor Filter for Images: Introduced a fun, yet resource-intensive, Gabor Filter.
Note, In this filter you can also feel a “motion without movement” effect. ;-) -
Rorschach Inkblots using 3D Simplex Noise: Rorschach Inkblots using 3D simplex noise for psychological image assessments.
Updates
- Mandelbrot and Galaxy Enhancements: Enhanced the Mandelbrot and Galaxy animations with more customizable parameters in the user interface.