Gauss sketch book contains generalized implementation of Difference of Gaussians or DoG in short.
Featured Filters:
- DoG
- XDoG
- FDoG (⚠ WIP)
presentation.mlxmatlab live script where the implementation of the methods are explained step by step.- 🦀Rust library of mentioned filters. used for static image filtering and realtime filtering.
- 🐍Python binding of the rust.
Raw image on the right and Filtered image on the left.
σ = 1.4 | ε = 0.6 | p = 1.0 | φ = 6.0

Open the file in MATLAB and run the script.
Note: the script depends on the assets/images and assets/textures folder.
⚠ work in progress
⚠ work in progress