一个有趣的花环图案生成函数

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); % 花环
相关文章
相关标签/搜索