How to implement conformal transformation that wrap 2D image around a circle?

9 Ansichten (letzte 30 Tage)
Ole
Ole am 6 Apr. 2015
Bearbeitet: Ole am 8 Apr. 2015
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.

Antworten (1)

Image Analyst
Image Analyst am 6 Apr. 2015
Looks like an image was created and then they just displayed the image with imshow() or imagesc().

Kategorien

Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by