Generating motion artifact in matlab
Mostrar comentarios más antiguos
How can we produce motion artifacts using matlab code?
Respuestas (1)
Image Analyst
el 3 de Mayo de 2014
0 votos
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.
Categorías
Más información sobre Image Processing Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!