码迷,mamicode.com
首页 >  
搜索关键字:processing popmartix    ( 1393个结果
DirectX Video Processing AppWizard--CDxVideoGraphBase
http://www.ifp.illinois.edu/~chenyq/research/Utils/DxVideoAppWiz/DxVideoAppWiz.html一个非常棒的DirectX Video Processing AppWizard,备忘。
分类:移动开发   时间:2015-11-14 23:16:23    阅读次数:339
XML JSON 解析类库
Jackson:processing JSON1.Streaming API2.Tree Model3.Data BindingXML:processing XML1.StAX API2.JAXB3.XML DOM
分类:Web程序   时间:2015-11-13 11:40:12    阅读次数:174
hibernate批量插入collection,同一类实体,不通实例
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
PS 图像调整— — gain and bias
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
PS 滤镜— — sparkle 效果
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】关于临时表
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
关于Ubuntu安装过mysql,删除后再次apt-get install 错误的问题
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智能小车制作报告
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
1393条   上一页 1 ... 80 81 82 83 84 ... 140 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!