欢迎来到Core Graphics 教程系列!在这个系列中,你将学到如何开始使用Core Graphics-通过练习例子)在教程一,二和三种,你学到如何定做一个tableview,只是用Core Graphics。在教程四种,你学到如何创建重复的patterns通过非常少的代码。在这个教程中,你将学...
分类:
其他好文 时间:
2015-01-30 19:11:05
阅读次数:
627
双目视觉深度检测的关键之一在于建立两张图之间的对应性。sturctured light 在时间(或者空间上)对projection image plane(双目视觉中的一张image,一组projection patterns构成一张图)的每个pixel(或者一个block)赋予一个id(encod...
分类:
其他好文 时间:
2015-01-27 12:35:59
阅读次数:
172
首先声明的是我对设计模式了解比较少,也才是刚刚接触,还有很多不懂的地方,这里写blog只是为了记录下看c++编程思想中的设计模式这一章,以便后续查看。
设计模式是国外4人合编的《Design Patterns》一书,这本书一般也被称为”四人帮”(Gangof Four, GoF)书。”四人帮”针对问题的特定类型提出了23中解决方案,即23个模式。定义为:每一个模式描述了一个在我们...
分类:
其他好文 时间:
2015-01-23 23:01:51
阅读次数:
309
设计模式(Design Patterns) ——可复用面向对象软件的基础设计模式(Design pattern)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。 毫无疑问,设计模式于己于他人于系统都是多赢的,设...
分类:
其他好文 时间:
2015-01-23 23:00:31
阅读次数:
392
android 5.0 的新特性
Material Design: Gives you and unexpanded UI toolkit for integrating the new degin patterns easily in your apps
New 3D views let you ser a z-level to raise elements off of the view ...
分类:
移动开发 时间:
2015-01-22 15:30:17
阅读次数:
154
来源:http://hukai.me/android-performance-patterns/#jtss-tsina0)Render Performance大多数用户感知到的卡顿等性能问题的最主要根源都是因为渲染性能。从设计师的角度,他们希望App能够有更多的动画,图片等时尚元素来实现流畅的用户体...
分类:
移动开发 时间:
2015-01-21 19:44:03
阅读次数:
271
涉及到的模块有os, fnmatch:1、通过os模块中的方法获取dir、subdir、files,通过os.path.join可拼接成完整路径; 2、fnmatch主要通过fnmatch.fnmatch(name, patterns),在patterns中匹配na...
分类:
编程语言 时间:
2015-01-21 14:51:50
阅读次数:
180
pycharm 打开django 创建的项目:添加views.py文件修改 urls.pyfrom django.conf.urls import patterns, include, urlfrom django.contrib import adminfrom django_01.views i...
分类:
其他好文 时间:
2015-01-20 17:20:02
阅读次数:
91
People often have a preference among synonyms of the same word. For example, some may prefer "the police", while others may prefer "the cops". Analyzi...
分类:
其他好文 时间:
2015-01-20 08:55:23
阅读次数:
145
基于HEP(histograms of equivalent patterns【1】)框架下的特征具有良好的纹理分类效果,LBP(local binary patterns【2】)属于HEP框架下最常用的特征,具有对亮度、旋转等良好的不变特性。在基于分块的视频烟雾检测中,常使用其作为纹理分类的特征。...
分类:
其他好文 时间:
2015-01-18 18:22:38
阅读次数:
409