Generating motion artifact in matlab
이전 댓글 표시
How can we produce motion artifacts using matlab code?
답변 (1개)
Image Analyst
2014년 5월 3일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!