.


:




:

































 

 

 

 


1:




(z+1/z)/2.

f , (x, y)=f(u, v) F x+i*y=F(u+i*v).

. ; .

G, G(z)=(z+1/z)/2, , . , , ( ) . (. pp. 340-341 in Strang, Gilbert, Introduction to Applied Mathematics, Wellesley-Cambridge Press, Wellesley, MA, 1986.)

G . , .

g (u, v)=g(x, y) w=G(z), w =u+i*v z=x+i*y.

, 300x500 .

A=imread('peppers.png');A=A(31:330, 1:500,:);figure, imshow(A);title('Original Image');

maketform TFORM INVERSE_FCN :

: ipex004.m
function U=ipex004(X, t) Z=complex(X(:, 1), X(:, 2)); R=abs(Z); W=(Z+1./Z)/2; U(:, 2)=imag(W); U(:, 1)=real(W);
conformal=maketform('custom', 2, 2, [], @ipex004, []); . , uData vData (5/3). uData=[ -1.25 1.25]; % REAL(w)vData=[ 0.75 -0.75]; % IMAG(w)xData=[ -2.4 2.4 ]; % REAL(z)yData=[ 2.0 -2.0 ]; % IMAG(z) imtransform SIZE c , xData yData (6/5), . B=imtransform(A, conformal, 'cubic',... 'UData', uData,'VData', vData,... 'XData', xData,'YData', yData,... 'Size', [300 360], 'FillValues', 255);figure, imshow(B);title('Transformed Image');

. , . , . , , .

- . .





:


: 2015-10-01; !; : 450 |


:

:

. .
==> ...

1276 - | 1247 -


© 2015-2024 lektsii.org - -

: 0.007 .