自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (9)
  • 收藏
  • 关注

原创 微软出尔反尔左右互博

15GB免费空间又可以留着了 不过要注册一下 https://preview.onedrive.com/bonus/

2015-12-14 10:55:14 183

原创 emgucv copy image

<br />今天用到emgucv来复制图像的一部分<br />开始用的是image=image.copy(rect())<br />会出一个source.depth=dest.depth&source.size=dest.size的运行错误<br />开始以为是裁过之后size改变不能直接赋值就令了一个和要复制的部分同样大小的变量img2<br />img2=image.copy(rect())<br />结果还是一样的错<br /> <br />搞不明白为什么啊<br />好在用clone搞出来了<br

2010-12-27 15:51:00 2792

原创 高低帽变换

<br />高帽:从原图中减去开运算后的图象<br />即Top-Hat( f ) = f − ( f〇b), b为结构元素。<br />高帽变换能将亮目标从背景中有效地分离出来。<br /> <br />低帽:闭运算后的图象与原图像相减<br />即Bot-Hat( f ) = f − ( f •b),b为结构元素。<br />低帽变换能将暗目标从亮背景中凸现出来。

2010-11-12 20:26:00 7230

原创 Image

<br />载入一张图片Image img<br />如果放在控件里面的话<br />img.Width 和 img.Height就都是NaN.<br />看到网上有人说用img.ActualWidth,结果是0.<br /> <br /> 

2010-09-22 20:22:00 424

翻译 键盘拖毛与键盘遮蔽

键盘的电路属于矩阵式,也就是各个引脚之间连线相互交叉,在这些交叉点上安排按键。键盘控制器探测到闭合电路就认为是键被按了。下图是一个简单的键盘。 其中A,B,C,D是4个按键,分别位于结点R1C1,R1C2,R2C1和R2C2。实际的电路大概是这样的。 检测按键按下的时候,键盘控制器对所有的列逐一通电。若A,B,C,D均没有按下,则R1,R2没电。若按下A键,

2010-04-18 00:14:00 738 7

原创 python的灵活

项目需要,刚刚接触python。今天看书看到a>b==c ,a,b,c为integer在C/C++/C#中,a>b为boolean,不可与integer比较相等但python a>b==c等效于((a>b)&&(b==c))在python中的写法是a>b and b==c

2010-02-09 23:19:00 479

原创 复杂句

<span lang="ZH-CN" style="font-size:10.5pt;line-height:150%;font-family:宋体;mso-ascii-font-family:"Times New Roman";mso-hansi-font-family:"Times New Roman"">凡带有从属分句(简称“从句”)作为分句成分的句子,便是复杂句(compl

2008-12-04 00:03:00 2382 3

Programming Windows 6th edition

Programming Windows 第六版 consumer preview Charles Petzold

2012-10-26

Python 3.2

numerous improvements to the unittest module PEP 3147, support for .pyc repository directories PEP 3149, support for version tagged dynamic libraries PEP 3148, a new futures library for concurrent programming PEP 384, a stable ABI for extension modules PEP 391, dictionary-based logging configuration an overhauled GIL implementation that reduces contention an extended email package that handles bytes messages a much improved ssl module with support for SSL contexts and certificate hostname matching a sysconfig module to access configuration information additions to the shutil module, among them archive file support many enhancements to configparser, among them mapping protocol support improvements to pdb, the Python debugger countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables) many consistency and behavior fixes for numeric operations

2011-02-21

Megastore: Providing Scalable, Highly Available Storage for Interactive Services

Megastore: Providing Scalable, Highly Available Storage for Interactive Services Jason Baker, Chris Bond, James C. Corbett, JJ Furman, Andrey Khorlin, James Larson, Jean-Michel L ´eon, Yawei Li, Alexander Lloyd, Vadim Yushprakh Google, Inc. fjasonbaker,chrisbond,jcorbett,jfurman,akhorlin,jimlarson,jm,yaweili,alloyd,vadimyg@google.com

2011-02-18

python-3.2rc3

python-3.2rc3 release candidate 3 更新内容: numerous improvements to the unittest module PEP 3147, support for .pyc repository directories PEP 3149, support for version tagged dynamic libraries PEP 3148, a new futures library for concurrent programming PEP 384, a stable ABI for extension modules PEP 391, dictionary-based logging configuration an overhauled GIL implementation that reduces contention an extended email package that handles bytes messages a much improved ssl module with support for SSL contexts and certificate hostname matching a sysconfig module to access configuration information additions to the shutil module, among them archive file support many enhancements to configparser, among them mapping protocol support improvements to pdb, the Python debugger countless fixes regarding bytes/string issues; among them full support for a bytes environment (filenames, environment variables) many consistency and behavior fixes for numeric operations

2011-02-15

Moveable Interactive Projected Displays Using Projector Based Tracking

Video projectors have typically been used to display images on surfaces whose geometric relationship to the projector remains constant, such as walls or pre-calibrated surfaces. In this paper, we present a technique for projecting content onto moveable surfaces that adapts to the motion and location of the surface to simulate an active display. This is accomplished using a projector based location tracking techinque. We use light sensors embedded into the moveable surface and project low-perceptibility Graycoded patterns to first discover the sensor locations, and then incrementally track them at interactive rates. We describe how to reduce the perceptibility of tracking patterns, achieve interactive tracking rates, use motion modeling to improve tracking performance, and respond to sensor occlusions. A group of tracked sensors can define quadrangles for simulating moveable displays while single sensors can be used as control inputs. By unifying the tracking and display technology into a single mechanism, we can substantially reduce the cost and complexity of implementing applications that combine motion tracking and projected imagery.

2008-12-13

ada for software enginners

ada for software enginners

2008-04-22

operating system design and implementation

操作系统设计与应用 2006

2008-04-08

professional assembly languagepro

professional assembly language

2008-04-08

GameDesign2nd Edition

GameDesign 2nd Edition

2008-04-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除