摘要:
不定期更新 ...... 直接点标题即可链接到原文。OpenCV 版:OpenCV 图像处理图层混合算法:PS图层混合算法之一(不透明度,正片叠底,颜色加深,颜色减淡)PS图层混合算法之二(线性加深,线性减淡,变亮,变暗)PS图层混合算法之三(滤色, 叠加, 柔光, ... 阅读全文
摘要:
%%% orthogonal coordinate to polar coordinate%%% 平面坐标转极坐标clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS... 阅读全文
摘要:
%%% 极坐标到平面坐标clc;clear all;close all;addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');I=imread('4.jpg');I=double(I);Ima... 阅读全文
摘要:
具体的算法可以参考:PS 滤镜 马赛克// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv... 阅读全文
摘要:
具体的算法原理可以参考:PS滤镜,素描算法// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "... 阅读全文
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu... 阅读全文
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu... 阅读全文
摘要:
//#########测试多线程,读写锁,递归锁#include #include #include #include #include #include #include #include #include #include #include #include #d... 阅读全文
摘要:
// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu... 阅读全文
摘要:
#include #include #include #include #include using namespace boost::uuids;using namespace std;int main(){ //------------------------- ... 阅读全文