How to implement conformal transformation that wrap 2D image around a circle?
1 次查看(过去 30 天)
显示 更早的评论
How to transform rectangular image to image that is bent at certain radius? On the plot the center line follows the radius which is 2.
Conformal transformation would be his, but there should be easier way to plot it. W = u + i*v = R*ln(Z/R) = R*ln((x+i*z)/R)
A = imread('peppers.png');
A = A(31:330,1:500,:);
I would expect to see image that is bent like this.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/148748/image.jpeg)
0 个评论
回答(1 个)
Image Analyst
2015-4-6
Looks like an image was created and then they just displayed the image with imshow() or imagesc().
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!