// affine transformation.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
/**
* Automatic perspective correction for quadrilateral objects. See the tutorial at
* http://opencv-code.com/tutorials/automa...
分类:
其他好文 时间:
2014-12-11 19:15:04
阅读次数:
303
https://docs.python.org/3/howto/logging.html#logging-basic-tutorial更多更好的例子:https://docs.python.org/3/howto/logging-cookbook.html#logging-cookbookimpor...
分类:
编程语言 时间:
2014-12-11 10:06:31
阅读次数:
171
原版ArcGIS for Desktop的ISO文件一般都在4.5G以上,一般人用不上里面很多工具,下载回来又浪费时间,现推出ArcGIS10.2.1精简版(里面只包含主程序、Data Interoperability和License工具)。 下载地址:http://pan.baidu.com/s/...
分类:
其他好文 时间:
2014-12-10 15:54:40
阅读次数:
166
(转)25个增强iOS应用程序性能的提示和技巧--初级篇本文转自:http://www.cocoachina.com/newbie/tutorial/2013/0408/5952.html在开发iOS应用程序时,让程序具有良好的性能是非常关键的。这也是用户所期望的,如果你的程序运行迟钝或缓慢,会招致...
分类:
移动开发 时间:
2014-12-09 21:27:51
阅读次数:
257
关注DeepLearning,主要以Theano官方教程Deep Learning Tutorial为参考。...
分类:
其他好文 时间:
2014-12-09 19:39:12
阅读次数:
1069
如果你在使用cmake -G Xcode -Wno-dev OpenGL_Tutorial 时,出现了pThread.h not found的错误, 碰巧你和我一样使用的还是 2.8 版本的cmake。那么请试用brew install cmake来安装最新的3.0.2版本的cmake。OpenGL...
分类:
系统相关 时间:
2014-12-08 13:50:57
阅读次数:
331
Python的语法错误,异常以及异常的处理,异常的产生机制,自定义异常,预处理收尾的动作,姿势orz...
分类:
编程语言 时间:
2014-12-08 00:38:31
阅读次数:
295
原文:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/geometry-shader/ 几何shader是OpenGL3.2之后的内容.这个阶段是可选的,当使用时,它接受在上一阶段组合的图元作为输入。一个几何shader不接受条带状,...
分类:
其他好文 时间:
2014-12-07 20:19:08
阅读次数:
615
原文:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/glsl-core-tutorial-tessellation/ 细分曲面是图形pipeline的一个阶段,这个阶段接受patches作为输入,产生可以是点,线和三角形的图元。pa...
分类:
其他好文 时间:
2014-12-07 19:01:14
阅读次数:
268
原文:http://www.lighthouse3d.com/tutorials/glsl-core-tutorial/primitive-assembly/ 图元装配阶段把顶点shader处理后的数据作为输入,而这些顶点如何进行组合则是应用程序通过调用OpenGL函数glDraw*来指明的(图中橙...
分类:
其他好文 时间:
2014-12-07 17:41:34
阅读次数:
348