03 2015 档案
利用perlin noise 生成 wood texture
摘要:%%% Perlin Noise%%% Wood_textureclc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');Image=imread('...
阅读全文
stl map高效遍历删除的方法
摘要:for(;iter!=mapStudent.end();){ if((iter->second)>=aa) { //满足删除条件,删除当前结点,并指向下面一个结点 mapStudent.erase(iter++...
阅读全文
利用Perlin nosie 完成(PS 滤镜—— 分成云彩)
摘要:%%%% Cloud%%%% 利用perlin noise生成云彩clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');Image=imread(...
阅读全文
PS 滤镜——水波 water wave
摘要:%%%% Water wave%%%% 制作水波效果clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');I=...
阅读全文
图像特效——摩尔纹 moir
摘要:%%% Moir%%% 摩尔纹clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');I=double(I)...
阅读全文
PS 滤镜——波浪 wave
摘要:%%% Wave%%% 波浪效果clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');Image=double...
阅读全文
PS 滤镜——漩涡 vortex
摘要:%%% Vortex%%% 漩涡效果clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');Image=doub...
阅读全文