Generating Motion Blur
Moderator: jsachs
-
- Posts: 355
- Joined: May 1st, 2009, 8:28 pm
Generating Motion Blur
Does anyone know a convenient method in PWP to generate a blur suggestive of motion?
-
- Posts: 81
- Joined: April 25th, 2009, 9:08 am
- What is the make/model of your primary camera?: Canon R5 m2
- Location: Los Alamos, New Mexico
- Contact:
Re: Generating Motion Blur
Robert,
I don't have any ideas, unless you want to do something heroic (displace many image copies along a motion line and superimpose them in a stack-images transform). MATLAB's image processing toolbox has functions to define a motion-blur kernel that can be used to generate a convolution of the image to produce a camera-motion-blur type effect. It ends up being a matrix-multiply of the image's RGB color planes with a convolution matrix.
If some objects in the image are moving (automobile driving by), and others not, then even this method would fail, since it would apply equally to every image pixel.
Bob W
I don't have any ideas, unless you want to do something heroic (displace many image copies along a motion line and superimpose them in a stack-images transform). MATLAB's image processing toolbox has functions to define a motion-blur kernel that can be used to generate a convolution of the image to produce a camera-motion-blur type effect. It ends up being a matrix-multiply of the image's RGB color planes with a convolution matrix.
If some objects in the image are moving (automobile driving by), and others not, then even this method would fail, since it would apply equally to every image pixel.
Bob W
Re: Generating Motion Blur
While there is no explicit transformation to do this you should be able to simulate horizontal or vertical motion blur by resizing the image in width or height and then resizing it back to its original width or height.
Jonathan Sachs
Digital Light & Color
Digital Light & Color