Generating motion artifact in matlab
Afficher commentaires plus anciens
How can we produce motion artifacts using matlab code?
Réponses (1)
Image Analyst
le 3 Mai 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.
Catégories
En savoir plus sur Image Processing Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!