Image.selectiveBlur

Selectively blur pixels within a contrast threshold.

class Image
void
selectiveBlur

Parameters

radius double

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

sigma double

The standard deviation of the Laplacian, in pixels.

threshold double

Threshold level represented as a percentage of the quantum range.

channel ChannelType

The channels to blur.

Meta