How to crate a motion blurred image and motion blur + noise image without using special functions in matlab?
조회 수: 5 (최근 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!