| BlurInitializePoissonBlur Method |
Computes sample offsets and weights for a 13-tap Poisson disk filter kernel.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public void InitializePoissonBlur()
Public Sub InitializePoissonBlur
public:
void InitializePoissonBlur()
member InitializePoissonBlur : unit -> unit
Remarks
The Poisson disk blur is 1-pass effect.
IsSeparable is set to
and the
Scale is set to 5. The scale determines the
size (radius) of the Poisson disk. (The
Offsets of a Poisson disk kernel are
usually defined for a range of [-1, 1]. The scale determines the effective size (radius) of
the Poisson disk.)
See Also