摘要:
不定期更新 ...... 直接点标题即可链接到原文。OpenCV 版:OpenCV 图像处理图层混合算法:PS图层混合算法之一(不透明度,正片叠底,颜色加深,颜色减淡)PS图层混合算法之二(线性加深,线性减淡,变亮,变暗)PS图层混合算法之三(滤色, 叠加, 柔光, ...
阅读全文
posted @ 2015-01-15 17:42
未雨愁眸
阅读(604)
推荐(0)
摘要:
%%% orthogonal coordinate to polar coordinate%%% 平面坐标转极坐标clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS...
阅读全文
posted @ 2015-01-08 16:31
未雨愁眸
阅读(296)
推荐(0)
摘要:
%%% 极坐标到平面坐标clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');I=double(I);Ima...
阅读全文
posted @ 2015-01-01 11:24
未雨愁眸
阅读(564)
推荐(0)
摘要:
具体的算法可以参考:PS 滤镜 马赛克// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv...
阅读全文
posted @ 2014-12-28 16:01
未雨愁眸
阅读(289)
推荐(0)
摘要:
具体的算法原理可以参考:PS滤镜,素描算法// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "...
阅读全文
posted @ 2014-12-22 12:20
未雨愁眸
阅读(363)
推荐(0)
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
posted @ 2014-12-18 11:55
未雨愁眸
阅读(297)
推荐(0)
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
posted @ 2014-12-15 16:47
未雨愁眸
阅读(291)
推荐(0)
摘要:
//#########测试多线程,读写锁,递归锁#include #include #include #include #include #include #include #include #include #include #include #include #d...
阅读全文
posted @ 2014-12-14 19:24
未雨愁眸
阅读(936)
推荐(0)
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
posted @ 2014-12-11 16:11
未雨愁眸
阅读(513)
推荐(0)
摘要:
#include #include #include #include #include using namespace boost::uuids;using namespace std;int main(){ //------------------------- ...
阅读全文
posted @ 2014-12-08 17:40
未雨愁眸
阅读(249)
推荐(0)