12 2014 档案
OpenCV——马赛克
摘要:具体的算法可以参考:PS 滤镜 马赛克// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv...
阅读全文
OpenCV——素描
摘要:具体的算法原理可以参考:PS滤镜,素描算法// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "...
阅读全文
OpenCV——色调映射
摘要:// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
OpenCV——PS滤镜,渐变映射
摘要:// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
Boost 读写锁
摘要://#########测试多线程,读写锁,递归锁#include #include #include #include #include #include #include #include #include #include #include #include #d...
阅读全文
OpenCV——老照片效果
摘要:// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "cv.h"#include "highgu...
阅读全文
uuid 学习
摘要:#include #include #include #include #include using namespace boost::uuids;using namespace std;int main(){ //------------------------- ...
阅读全文
OpenCV——PS 滤镜, 浮雕效果
摘要:具体的算法原理可以参考:PS 滤镜, 浮雕效果// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include...
阅读全文
加密算法之BLOWFISH算法
摘要:加密信息 BlowFish算法用来加密64Bit长度的字符串。 BlowFish算法使用两个“盒”——ungignedlongpbox[18]和unsignedlongsbox[4,256]。 BlowFish算法中,有一个核心加密函数:BF_En(后文详细介绍...
阅读全文
OpenCV——照亮边缘
摘要:具体的算法原理可以参考:PS滤镜,照亮边缘// define head function#ifndef PS_ALGORITHM_H_INCLUDED#define PS_ALGORITHM_H_INCLUDED#include #include #include "...
阅读全文