How to crate a motion blurred image and motion blur + noise image without using special functions in matlab?
2 ビュー (過去 30 日間)
古いコメントを表示
i need a help for creating a motion blur image without using special functions in matlab.. please kindly help me out..
0 件のコメント
回答 (1 件)
Image Analyst
2012 年 7 月 28 日
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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!