%%% Vortex %%% 漩涡效果 clc; clear all; close all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); I=imread('4.jpg'); Image=double(I); [row, col,channel]=size(Image); R=floor(max(row, col)/2); Image_new=Image; Degree=45; Center_X=(col+1)…