Generating motion artifact in matlab
Ältere Kommentare anzeigen
How can we produce motion artifacts using matlab code?
Antworten (1)
Image Analyst
am 3 Mai 2014
0 Stimmen
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.
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!