Question on Image transformation
이전 댓글 표시
Hey guys. I have a question on changing the perspective of an image. Using this resource: http://mopage.de/2011/10/perspective/ I found a way to calculate the transformation matrix, but how do I use this to create a new image with the change in perspective?
Thanks for the help!
채택된 답변
추가 답변 (2개)
Sean de Wolski
2013년 3월 29일
doc imwarp
doc imtransform
Image Analyst
2013년 3월 31일
0 개 추천
댓글 수: 2
usman arif
2017년 2월 14일
Hi guys, I am working on the same thing, I want to rotate image I which is gray scale image, by rotation matrix R which is 3x3 matrix. I am trying to use imwarp with projective2d. but the problem is imwarp changes the size of image.. I want the image size to remain same
Image Analyst
2017년 2월 14일
Call imcrop() or imresize() to make it whatever you want after you've warped it.
카테고리
도움말 센터 및 File Exchange에서 Generic Geometric Transformations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

