How to crate a motion blurred image and motion blur + noise image without using special functions in matlab?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i need a help for creating a motion blur image without using special functions in matlab.. please kindly help me out..
0 comentarios
Respuestas (1)
Image Analyst
el 28 de Jul. de 2012
You could manually code up 4 nested for loops to make an output image that is the average of the elements in a box. Make the box just one pixel wide if you want linear motion along one of the axes.
0 comentarios
Ver también
Categorías
Más información sobre Get Started with Image Processing Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!