Generating motion artifact in matlab
Show older comments
How can we produce motion artifacts using matlab code?
Answers (1)
Image Analyst
on 3 May 2014
0 votes
If it's an image and the camera and scene are moving with respect to each other, you can use conv2() or imfilter() with a kernel that has a line-like shape.
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!