摘要:
%%% 极坐标到平面坐标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
未雨愁眸
阅读(570)
推荐(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
未雨愁眸
阅读(293)
推荐(0)
摘要:
具体的算法原理可以参考:PS滤镜,素描算法// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "...
阅读全文
posted @ 2014-12-22 12:20
未雨愁眸
阅读(365)
推荐(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
未雨愁眸
阅读(303)
推荐(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
未雨愁眸
阅读(293)
推荐(0)
摘要:
//#########测试多线程,读写锁,递归锁#include #include #include #include #include #include #include #include #include #include #include #include #d...
阅读全文
posted @ 2014-12-14 19:24
未雨愁眸
阅读(943)
推荐(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
未雨愁眸
阅读(516)
推荐(0)
摘要:
#include #include #include #include #include using namespace boost::uuids;using namespace std;int main(){ //------------------------- ...
阅读全文
posted @ 2014-12-08 17:40
未雨愁眸
阅读(257)
推荐(0)
摘要:
具体的算法原理可以参考:PS 滤镜, 浮雕效果// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include...
阅读全文
posted @ 2014-12-07 12:58
未雨愁眸
阅读(536)
推荐(0)
摘要:
加密信息 BlowFish算法用来加密64Bit长度的字符串。 BlowFish算法使用两个“盒”——ungignedlongpbox[18]和unsignedlongsbox[4,256]。 BlowFish算法中,有一个核心加密函数:BF_En(后文详细介绍...
阅读全文
posted @ 2014-12-05 14:47
未雨愁眸
阅读(2664)
推荐(0)