Saturday, December 10, 2011

Gaussian blur

I built a ICE compound to smooth/blur a weight map by a Gaussian function.











The following is the ICE tree of a Gaussian function and the graph of result.











The following is the function calculated by the ICE tree.
exp( -Distance * Distance / ( 2 * Radius * Radius ) )



Compound Name:  "sto Gaussian Blur Map"





Mute: Disable the calculation.
Radius: The value of blur size.
Value: The Input value.

Download -> here

No comments:

Post a Comment