Distorting an image on an arbitrary grid
이전 댓글 표시
I have an image with several lines cutting across it. The lines are almost parallel (but not quite), and fitting for them is straightforward. Now, I'd like to distort the image so that all the lines are parallel and equally spaced apart, interpolating between them as necessary. What's a good way to do this?
Thanks!
답변 (1개)
Image Analyst
2017년 7월 26일
1 개 추천
Try imwarp(). See Steve's blog: http://blogs.mathworks.com/steve/2006/08/04/spatial-transformations-defining-and-applying-custom-transforms/
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!