Image.selectiveBlur

Selectively blur pixels within a contrast threshold.

class Image
void
selectiveBlur

Parameters

radius
Type: double

The radius of the Gaussian in pixels, not counting the center pixel.

sigma
Type: double

The standard deviation of the Laplacian, in pixels.

threshold
Type: double

Threshold level represented as a percentage of the quantum range.

channel

The channels to blur.

Meta