Supported Versions: 13.0.2 and onwards!
Download: https://www.artstation.com/a/32180895
A group of Substance Designer nodes to perform blurring operations. Includes a Median Filter and Bilaterial Filter. A standard gaussian filter is included in the package primarily as a learning resource.
Median Blur - In contrast to a regular blur, which uses a weighted average of neighbors and tends to blur edges in addition to reducing noise, A median blur replaces each pixel with the median of its neighbors. This makes it highly effectively at removing salt and pepper type noise.
Bilaterial Blur - Similar to a regular blur, but also considers the intensities of neighboring pixels. This allows it to preserve edge detail by blurring only regions where the color information is similar.