码迷,mamicode.com
首页 >  
搜索关键字:processing translate    ( 2938个结果
OpenCV Tutorials —— Discovering the human retina and its use for image processing
将关于人类视网膜的发现应用于图像处理 ~spectral whitening 频谱白化 that has 3 important effects: high spatio-temporal frequency signals canceling (noise), mid-frequencies de...
分类:其他好文   时间:2014-11-28 16:11:39    阅读次数:180
SDRAM interface slashes pin count
Many designs need deep buffering but don't require ultrahigh-memory bandwidth. Examples include image and audio processing, as well as some deep-FIFO ...
分类:其他好文   时间:2014-11-28 15:44:48    阅读次数:196
sas优化技巧(1) 追踪资源使用情况选项,控制内存使用情况bufsize、bufno、sasfile、ibufsize
CPU time:the amount of time the central processing unit (CPU) uses toperform requested tasks such as calculations, reading and writingdata, conditiona...
分类:其他好文   时间:2014-11-27 20:13:13    阅读次数:1121
android canvas中rotate()和translate()两个方法详解
rotate()和translate()1.看到这个题目的时候,有人会觉得这不就是一个对画布的旋转和平移的嘛,但是其中的细节的地方还是需要深究一下的。例如:有个需求将TextView的文字竖直显示。 首先想到的方法就是将画布旋转90度,代码如下: 1 public class RotateText....
分类:移动开发   时间:2014-11-27 12:37:33    阅读次数:295
增加动画的效果
a) alpha(AlphaAnimation)渐变透明b) scale(ScaleAnimation)渐变尺寸伸缩c) translate(TranslateAnimation)画面转换、位置移动d) rotate(RotateAnimation)画面转移,旋转动画 1 public void o...
分类:其他好文   时间:2014-11-27 00:07:00    阅读次数:273
IIs 中运行asp程序出现“An error occurred on the server when processing the URL. Please contact the system administrator.”错误
在个人的win08系统上使用IIs运行 asp程序结果出现了以下错误An error occurred on the server when processing the URL. Please contact the system administrator.If you are the syst...
分类:Web程序   时间:2014-11-25 16:14:10    阅读次数:154
四:视频处理及编码标准
第10章 视频处理1.视频处理在视频压缩前后,对视频图像质量增强的操作视频编解码系统输出的图像主观质量不仅与压缩算法的性能有关,还受视频处理的影响压缩之前对视频的处理称作预处理(Pre-processing)压缩之后对视频的处理称作后处理(Post-processing)2. 预处理预处理的目的为了...
分类:其他好文   时间:2014-11-24 16:57:16    阅读次数:170
【Spark学习】Apache Spark调优
Spark调优本文系根据官方文档翻译而来,转载请注明本文链接 http://www.oschina.net/translate/spark-tuning?print数据序列化内存优化确定内存用量调整数据结构序列化RDD存储垃圾收集调整其他考虑因素并行化水平Reduce任务的内存用量Broadcast...
分类:Web程序   时间:2014-11-24 09:56:40    阅读次数:335
【2014-11-23】《The Hardware/Software Interface》– Section 8 (continue)
Exceptions: An exception is transfer of control to the operating system in response to some event. exception processing by exception handler Process(进...
分类:其他好文   时间:2014-11-23 15:38:24    阅读次数:271
JAVA基础学习之XMLCDATA区、XML处理指令、XML约束概述、JavaBean、XML解析(8)
1.CDATA区在编写XML文件时,有些内容可能不想让解析引擎解析执行,而是当作原始内容处理。遇到此种情况,可以把这些内容放在CDATA区里,对于CDATA区域内的内容,XML解析程序不会处理,而是直接原封不动的输出。语法: ]]> 2.处理指令处理指令,简称PI (processing...
分类:编程语言   时间:2014-11-23 13:07:57    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!