PS 濾鏡算法原理——拼貼

%%%% Tile  %%%%% 實現拼貼效果 %%%%% 將原圖像進行分塊,然後讓圖像塊在 %%%%% 新圖像範圍內進行隨機移動,確定移動後的邊界 %%%%% 將移動後的圖像塊填入新圖像內 clc; clear all; close all; Image=imread('4.jpg'); Image1=double(Image); Image2=Image1; Image2(:,:,1)=0;
相關文章
相關標籤/搜索