12 2014 档案
OpenCV——马赛克
摘要:具体的算法可以参考:PS 滤镜 马赛克// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv... 阅读全文
posted @ 2014-12-28 16:01 未雨愁眸 阅读(281) 评论(0) 推荐(0)
OpenCV——素描
摘要:具体的算法原理可以参考:PS滤镜,素描算法// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "... 阅读全文
posted @ 2014-12-22 12:20 未雨愁眸 阅读(360) 评论(0) 推荐(0)
OpenCV——色调映射
摘要:// 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 未雨愁眸 阅读(292) 评论(0) 推荐(0)
OpenCV——PS滤镜,渐变映射
摘要:// 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 未雨愁眸 阅读(287) 评论(0) 推荐(0)
Boost 读写锁
摘要://#########测试多线程,读写锁,递归锁#include #include #include #include #include #include #include #include #include #include #include #include #d... 阅读全文
posted @ 2014-12-14 19:24 未雨愁眸 阅读(934) 评论(0) 推荐(0)
OpenCV——老照片效果
摘要:// 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 未雨愁眸 阅读(507) 评论(0) 推荐(0)
uuid 学习
摘要:#include #include #include #include #include using namespace boost::uuids;using namespace std;int main(){ //------------------------- ... 阅读全文
posted @ 2014-12-08 17:40 未雨愁眸 阅读(241) 评论(0) 推荐(0)
OpenCV——PS 滤镜, 浮雕效果
摘要:具体的算法原理可以参考:PS 滤镜, 浮雕效果// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include... 阅读全文
posted @ 2014-12-07 12:58 未雨愁眸 阅读(528) 评论(0) 推荐(0)
加密算法之BLOWFISH算法
摘要:加密信息 BlowFish算法用来加密64Bit长度的字符串。 BlowFish算法使用两个“盒”——ungignedlongpbox[18]和unsignedlongsbox[4,256]。 BlowFish算法中,有一个核心加密函数:BF_En(后文详细介绍... 阅读全文
posted @ 2014-12-05 14:47 未雨愁眸 阅读(2535) 评论(0) 推荐(0)
OpenCV——照亮边缘
摘要:具体的算法原理可以参考:PS滤镜,照亮边缘// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "... 阅读全文
posted @ 2014-12-02 11:19 未雨愁眸 阅读(247) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示