How to crate a motion blurred image and motion blur + noise image without using special functions in matlab?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i need a help for creating a motion blur image without using special functions in matlab.. please kindly help me out..
0 commentaires
Réponses (1)
Image Analyst
le 28 Juil 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 commentaires
Voir également
Catégories
En savoir plus sur Get Started with Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!