http://www.ifp.illinois.edu/~chenyq/research/Utils/DxVideoAppWiz/DxVideoAppWiz.html一个非常棒的DirectX Video Processing AppWizard,备忘。
分类:
移动开发 时间:
2015-11-14 23:16:23
阅读次数:
339
Jackson:processing JSON1.Streaming API2.Tree Model3.Data BindingXML:processing XML1.StAX API2.JAXB3.XML DOM
分类:
Web程序 时间:
2015-11-13 11:40:12
阅读次数:
174
http://stackoverflow.com/questions/20458401/how-to-insert-multiple-rows-into-database-using-hibernate accepted There‘s a very nice chapter about batch processing in the Hibernate docs. Set the prop...
分类:
Web程序 时间:
2015-11-12 23:42:24
阅读次数:
335
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
Image=imread('4.jpg');
Image=double(Image)/255;
% % imshow(Image)
%%
% set the gain value 0-1
% set the...
分类:
其他好文 时间:
2015-11-11 16:37:23
阅读次数:
372
clc;
clear all;
close all;
addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm');
I=imread('4.jpg');
Image=double(I)/255;
[height, width, depth]=size(Image);
rays = 25;
radius = 25;
a...
分类:
其他好文 时间:
2015-11-11 16:37:14
阅读次数:
298
mysql官方的介绍In some cases, the server creates internal temporary tables while processing queries. Such a table can be held in memory and processed by th...
分类:
数据库 时间:
2015-11-10 23:48:56
阅读次数:
340
apt-get install 在线安装,但是问题出现了:dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfiguredstart: Job failed to startin...
分类:
数据库 时间:
2015-11-10 15:57:24
阅读次数:
358
图像的傅里叶变换备份自:http://blog.rainy.im/2015/11/03/fourier-transform-in-image-processing/Fourier傅里叶变换(Fourier Transform)是非常重要的数学分析工具,同时也是一种非常重要的信号处理方法。我记得本科课...
分类:
其他好文 时间:
2015-11-09 21:01:38
阅读次数:
413
Arduino智能小车制作报告制作成员:20135224陈实 20135208贺邦 20135207王国伊前提:Arduino,是一个开源的单板机控制器,采用了基于开放源代码的软硬件平台,构建于开放源代码 simple I/O接口版,并且具有使用类似Java,C语言的Processing Wirin...
分类:
其他好文 时间:
2015-11-09 00:04:01
阅读次数:
623
IEEE ICIP: International conference on Image Processing图像处理领域最具影响力国际会议,一年一次图像处理IEEE ICASSP: International Conference on Acoustics, Speech and Signal P...
分类:
其他好文 时间:
2015-11-06 22:17:43
阅读次数:
309