Image.motionBlur

Simulates motion blur. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). Use a radius of 0 and motion_blur selects a suitable radius for you. Angle gives the angle of the blurring motion.

class Image
void
motionBlur
(
double radius = 0
,
double sigma = 1
,
double angle = 0
,)

Parameters

radius double

The radius of the Gaussian operator.

sigma double

The standard deviation of the Gaussian operator. Must be non-0.

angle double

The angle (in degrees) of the blurring motion.

channel ChannelType

The affected channels.

Meta