一個有趣的花環圖案生成函數

clc; clear all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); Image=imread('4.jpg'); Image=double(Image)*0; coeff_r=1; coeff_g=1; coeff_b=1; [row, col, layer]=size(Image); % 花環
相關文章
相關標籤/搜索