上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 426 下一页
摘要: 1. 新建一个工程,新建一个头文件Shader.h,内容如下:#ifndef _SHADER_H_ #define _SHADER_H_#include #include #include #include class Shader{public: static G... 阅读全文
posted @ 2016-12-06 23:34 未雨愁眸 阅读(456) 评论(0) 推荐(0)
摘要: 1. 图像处理与计算机视觉Software - Michael Elad’s Personal Page:2. 机器学习与深度学习3. 全才Honglak Lee 阅读全文
posted @ 2016-12-06 21:14 未雨愁眸 阅读(152) 评论(0) 推荐(0)
摘要: 1. 图像处理与计算机视觉Software - Michael Elad’s Personal Page:2. 机器学习与深度学习3. 全才Honglak Lee 阅读全文
posted @ 2016-12-06 21:14 未雨愁眸 阅读(161) 评论(0) 推荐(0)
摘要: I encourage all of us, whatever our beliefs, to question the basic narratives of our world, to connect past developments with presen... 阅读全文
posted @ 2016-12-06 18:28 未雨愁眸 阅读(348) 评论(0) 推荐(0)
摘要: I encourage all of us, whatever our beliefs, to question the basic narratives of our world, to connect past developments with presen... 阅读全文
posted @ 2016-12-06 18:28 未雨愁眸 阅读(206) 评论(0) 推荐(0)
摘要: 之前我们介绍了Recurrent neural network (RNN) 的原理:http://blog.csdn.net/matrix_space/article/details/53374040http://blog.csdn.net/matrix_space/... 阅读全文
posted @ 2016-12-06 14:31 未雨愁眸 阅读(361) 评论(0) 推荐(0)
摘要: 0. 语气英语中的语气分为:陈述语气;祈使语气;虚拟语气;1. 双重否定表肯定it’s impossible not to be impressed by the sheer grandeur of the natural world. I’m not uncerta... 阅读全文
posted @ 2016-12-06 00:06 未雨愁眸 阅读(468) 评论(0) 推荐(0)
摘要: 0. 语气英语中的语气分为:陈述语气;祈使语气;虚拟语气;1. 双重否定表肯定it’s impossible not to be impressed by the sheer grandeur of the natural world. I’m not uncerta... 阅读全文
posted @ 2016-12-06 00:06 未雨愁眸 阅读(530) 评论(0) 推荐(0)
摘要: 如果使用一般的纹理过滤,当观察方向跟模型表面不是相互垂直的的情况下,会出现纹理信息的丢失,表现为图像看上去比较模糊,如下图所示,远处场景的细节信息很差:针对这种情况,可以采用同向异性过滤的方式处理纹理,在过滤纹理的时候,考虑到观察角度不同,使纹理本身沿着模型表面倾斜的... 阅读全文
posted @ 2016-12-05 21:19 未雨愁眸 阅读(3095) 评论(0) 推荐(0)
摘要: matlab 左除为 ldivide,右除则为 rdivide;实数四则运算是不分左乘,右乘,左除和右除的,这样的划分是出现了一种新的代数运算,线性代数(linear algebra),矩阵向量乘除法运算。A⋅B≠B⋅AA−1⋅B≠A⋅B−1 矩阵求逆其实对应着一... 阅读全文
posted @ 2016-12-05 20:13 未雨愁眸 阅读(316) 评论(0) 推荐(0)
上一页 1 ··· 192 193 194 195 196 197 198 199 200 ··· 426 下一页