实验室研究方向

Size: px
Start display at page:

Download "实验室研究方向"

Transcription

1 RGB-D SLAM 姜翰青商汤科技研究院浙大 - 商汤三维视觉联合实验室

2 目录 RGB-D 传感器 RGB-D 相机跟踪 模型表示与重建 RKD-SLAM 产业化应用

3 RGB-D 传感器

4 RGB-D 传感器 Kinect Xtion ZED Tango 等等 Kinect Xtion 图片来自微软 华硕官网

5 RGB-D 传感器 按工作原理分类 : 双目方案 ZED Tango 结构光方案 TOF 方案 Kinect v1 Xtion Kinect v2 RealSense

6 双目 立体匹配

7 结构光 主动投影已知图案的方法来实现快速鲁棒的匹配特征点 陈彦军, 左旺孟, 王宽全, 等. 结构光编码方法综述 [J]. 小型微型计算机系统, 2010 (9):

8 TOF 测量发射与反射红外信号的相位延迟, 计算每个 sensor 像素到目标物体的距离

9 RGB-D 传感器 各方案的优劣 双目 : 成本最低, 但深度信息依赖纯软件算法得出, 算法复杂度高, 计算性能要求高, 受光照等影响 结构光 : 技术成熟, 深度图像分辨率可以做得比较高, 但容易受光照影响, 室外环境基本不能使用 TOF: 抗干扰性能好, 视角更宽, 深度图像分辨率较低, 不适合高精度场合 受环境影响小, 传感器芯片并不成熟, 成本很高

10 RGB-D 传感器 使用 RGB-D 传感器优点是不需要计算特征点和描述子, 就可以直接得到稠密或半稠密的深度图 框架也相对传统 SLAM 简单, 可分为前端 RGB-D 相机跟踪与后端模型重建

11 RGB-D SLAM 算法流程 RGB-D 传感器 RGBD 视频 RGB-D 相机跟踪 6DoF 位姿 稠密模型重建 后端模型维护 全局模型优化 稠密模型

12 RGB-D 相机跟踪

13 RGB-D 相机跟踪 特征点法 ICP RGB-D 对齐

14 RGB-D 相机跟踪 特征点法 包含了传统的 RGB 信息, 也可以使用特征点匹配求解相机位姿 一般场景都能提供丰富的特征点, 场景适应性较好, 能够利用特征点进行重定位 缺点是特征点计算法耗时 ; 特征点利用到的信息太少, 丢失了图像中的大部分信息和深度信息, 在弱纹理环境下特征少等

15 RGB-D 相机跟踪 直接法 包含了传统的 RGB 信息, 也可以使用直接法求解相机位姿 优点是不需要计算特征描述子, 可以得到稠密或半稠密的地图 ; 在特征缺失时也可正常使用 缺点灰度不变假设在实际环境中不一定成立, 要求像机运动速度不能太快, 不能自动曝光等

16 RGB-D 相机跟踪 迭代最邻近算法 (ICP) 该算法重复进行选择对应关系点对, 计算最优刚体变换, 然后应用变换, 再寻找对应关系点对, 计算新的最优变换, 直到满足正确配准的收敛精度要求 充分利用了深度图点云信息, 利用点云的几何结构特征, 不依靠 RGB 特征与光度

17 ICP(Iterative Closest Point) 目标 给定两组点云 P = {p 1, p 2,, p m }, Q = {q 1, q 2,, q n }, 求解两组点云之间的变换 T 使得下式得到最优解 : cost 是代价函数, 度量匹配的误差

18 ICP 步骤 固定相对变换 T, 求解最优的对应关系 A, 这一步即所谓的数据关联 (data association) 固定匹配关系 A, 求解最优的相对变换 T:

19 ICP 取样 : 选择一个或两个网格上的部分点作为样本 匹配 : 建立样本点的数据关联关系 置权 : 给关联样本点对设置权重 过滤 : 对不符合条件的关联点对做删除 误差度量 : 给关联点对设置误差度量 最优化 : 最优化误差度量

20 ICP Variants 取样 Uniform Sampling Random Sampling Normal Space Sampling 选择样本点使得样本点法向散布最大

21 ICP Variants Data association Closet point K-D Tree Normal shooting

22 ICP Variants Data association Project project and walk x u d, vd, 1 = KMX s K 是相机内参数,X s 是待求匹配点的三维空间坐 标,x 是匹配点像素坐标,M 是两帧之间的位姿变 换, 在 ICP 算法中通过不断迭代求得

23 ICP Variants 权值设置 Constant weight Linear with distance Compatibility of normals Uncertainty 基于相机噪声的权值设置

24 ICP Variants 过滤准则 距离超过固定门限的关联点对删除 距离最大的 n% 关联点对删除 距离超过 2.5 倍标准差的关联点对删除

25 ICP Variants 误差度量 point-to-point point-to-plane Low K L. Linear least-squares optimization for point-to-plane icp surface registration[j]. Chapel Hill, University of North Carolina, 2004, 4: 1.

26 ICP 缺点 对位姿初值很敏感, 需要有较好的初值 只利用了深度信息, 没有利用 RGB 信息

27 ICP 算法举例 :KinectFusion Convert the depth image into Vertex map Normal map Pyramid ICP Projective data association Remove outliers by normal direction and distance Minimize point to plane distance

28 ICP 算法举例 :ElasticFusion Frame-to-model ICP based on surfels A time window divides the model into active/inactive part A surfel is active if it is most recent update time t Only active surfels are used to do camera pose estimation and depth map fusion

29 RGB-D 对齐 通过最小化逆深度误差和光度误差来求解两帧之间的相对相机姿态 几何误差 E z = x i ρ z 1 z X j Z j x j z X j 代表点 X j 在第 i 帧上的深度,Z j (x j ) 代表第 j 帧的深度图上点 X j 的投影位置 x j 对应的深度 ρ z 是相应的鲁棒化函数

30 RGB-D 对齐 相对于 ICP 算法,RGB-D 对齐不仅考虑到了深度信息的几何误差, 还考虑了光度误差 光度误差 E I = x i ρ I I i x i I j x j I i (x i ) 代表第 i 帧上 x i 对应的光度 ρ I 是相应的鲁棒化函数 总能量函数 arg min T E align = E z + α E I

31 RGB-D 对齐算法举例 :BundleFusion Correspondence Filtering Consistent Correspondence

32 RGB-D 对齐算法举例 :BundleFusion Sparse-to-Dense Optimization

33 RGB-D 对齐算法举例 :BundleFusion Sparse-to-Dense Optimization

34 RGB-D 对齐算法举例 :BundleFusion Sparse-to-Dense Optimization

35 模型表示与重建

36 模型表示与重建 渐进式在线重建 可以支持在线高效更新 网格表达不适合在线更新 两种常见模型表示 TSDF Surfel 一些代表性算法 KinectFusion Kintinuous InfiniTAM ElasticFusion BundleFusion

37 TSDF 带符号距离函数 (Signed Distance Function): sdf: R 3 R 对于点 p, sdf(p) 记录了把它映射到最近表面的距离 sdf(p) 为 0 的集合即为表面 截断带符号距离函数 (Truncated Signed Distance Function) 实际上, 对于三维重建而言, 我们仅仅需要找到 SDF 为 0 的点, 因此只有表面附近的点是有用的, 因此通常会对 SDF 进行截断, 不再存储离表面较远处点的 SDF

38 TSDF: rendering by raycasting 渲染一个像素 x 时 从相机中心投射一条射线, 寻找它和模型 的交点 这个交点的 TSDF 函数值为 0 一个简单的实现 : 采用固定步长 但是我们可以用 TSDF 来加速 : 渲染时间近似与图像的尺寸线性相关

39 基于 TSDF 的 KinectFusion

40 基于 TSDF 的 KinectFusion Integration For each voxel Project the voxel to image space Compute the TSDF observation d(x) Update by weighted sum

41 基于 TSDF 的 KinectFusion - Limitations Only use depth image Robust to lighting Works on dark environment But not works on structureless scene High memory consumption Each voxel takes 8 byte A 2mx2mx2m scene, takes ~0.5GB at 5mm resolution (geometry only, double if add color)

42 TSDF 的改进 :Kintinuous

43 TSDF 的改进 :Kintinuous Whelan T, Kaess M, Fallon M, et al. Kintinuous: Spatially extended kinectfusion[j]

44 TSDF 的改进 :InfiniTAM Voxel Hashing

45 基于 TSDF Re-integration 的 BundleFusion On-the-fly Scene Updates Surface integration [Curless and Levoy 96]

46 基于 TSDF Re-integration 的 BundleFusion On-the-fly Scene Updates Surface De-integration

47 基于 TSDF Re-integration 的 BundleFusion On-the-fly Scene Updates

48 基于 TSDF Re-integration 的 BundleFusion On-the-fly Scene Updates

49 基于 TSDF Re-integration 的 BundleFusion On-the-fly Scene Updates

50 Surfel Surfel: 表面的一个小的面元 几何属性 位置 法向 半径... 反射属性 颜色... model: 面元的集合 Pfister H, Zwicker M, Van Baar J, et al. Surfels: Surface elements as rendering primitives[c]//proceedings of the 27th annual conference on Computer graphics and interactive techniques. ACM Press/Addison-Wesley Publishing Co., 2000:

51 Surfel: splat rendering 渲染一个 Surfel 是非常简单的 : 直接单独渲染一个 Surfel 是不行的, 因为面元之间可能有重叠!

52 Surfel: splat rendering (cont.) 使用高斯核卷积 取加权和

53 基于 Surfel 的 ElasticFusion

54 基于 Surfel 的 ElasticFusion Surfel based representation Support loop closure, online model adjustment Thomas Whelan, Stefan Leutenegger, R Salas-Moreno, Ben Glocker, Andrew Davison. Elasticfusion: Dense slam without a pose graph[c]. Robotics: Science and Systems, 2015.

55 基于 Surfel 的 ElasticFusion The model is an unordered list of Surfels Each surfel contains: Position p Normal n Radius r Color c Confidence (how often it s observed) Create timestamp t0, most recent update timestamp t

56 RKD-SLAM

57 RKD-SLAM 系统框架 非常快速鲁棒的基于 RGB-D 的跟踪方法 ( 单 CPU 下约 fps) 非常快速的增量集束调整算法 非常高效的基于关键帧的深度表达和融合方法 支持快速运动 回路闭合 重定位和长时间运行

58 Efficient Incremental BA 提出了一个非常高效的 Incremental Schur complement 计算方法 ; 采用 Preconditioned Conjugated Gradient 进行求解, 比 Factorization 的方法要快 ; 速度比 isam2 快一个数量级

59 Efficient Incremental BA 与 isam2 的对比 运行时间 Reprojection Error

60 Integration & De-integration 使用 de-integration 可以将模型复原到 integration 前 + -

61 Keyframe-based Fusion 对于新来的一帧 F i 如果是关键帧, 则 integrate 到 TSDF 如非关键帧, 则选出重合度最大的关键帧 F ki 进行 de-integrate 然后将该帧深度 fuse 到 F ki 上 然后将 fuse 后的关键帧 re-integrate 到 TSDF

62 Keyframe-based Fusion 当关键帧的姿态发生改变 (EIBA 优化后 ) 根据 EIBA 的优化结果, 对姿态改变的关键帧进行 reintegration. 维护一个关键帧更新队列 优先更新姿态改变最大的关键帧 ; 每个时刻只对固定数量的关键帧进行 re-integration, 没有更新的关键帧会在放在后面的时刻更新

63 Comparison of ATE RMSE on all of the sequences on TUM RGB-D Benchmark

64 Reconstruction Result

65 Comparations without/with Re-integration

66 鲁棒处理快速运动

67 在线的回路闭合和三维表面调整

68 推荐开源系统 Kintinuous InfiniTAM ElasticFusion BundleFusion

69 产业化落地

70 RGBD-SLAM 的产业应用 落地场景 商用级三维扫描重建 移动端三维扫描重建 移动端增强现实 难点和挑战 深度质量 平台算力 复杂场景 高反光 透明 运动物体

71 商用级三维扫描重建 针对物体的扫描 应用领域 考古研究数字化保护 高仿真玩具 医疗诊断

72 商用级三维扫描重建 针对环境的扫描 应用领域 三维场景展示漫游

73 移动端三维物体扫描重建 手机端在线扫描技术 AR 内容生成创作 手机平台实时扫描 快速三维重建 几何重建 纹理贴图

74 移动平台增强现实 SenseAR RGBD-SLAM SenseAR 实时稠密三维环境重建 虚实交互 物理碰撞 遮挡处理 复杂阴影投射

75 Thank you! Q & A

实验室研究方向

实验室研究方向 RGB-D SLAM 章国锋 浙江大学 CAD&CG 国家重点实验室 RGB-D 相机跟踪 RGB-D Sensor 双目 结构光 TOF 相机跟踪 特征点法 ICP RGB-D 对齐 RGB-D 相机跟踪 RGB-D 传感器 Kinect, Xtion, ZED, Intel RealSense, Kinect Xtion 图片来自微软 华硕官网 RGB-D 传感器 按工作原理分类 ; 双目方案

More information

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth

17 Prelight Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth 17 Prelight 233 234 242 Apply Color Paint Vertex Color Tool Prelight Apply Color Paint Vertex Color Tool 242 Apply Color, Prelight Maya Shading Smooth Shade All Custom Polygon DisplayOptions Color in Shaded

More information

视频场景重建的流程 运动恢复结构 深度恢复 三维重建

视频场景重建的流程 运动恢复结构 深度恢复 三维重建 运动恢复结构 章国锋 浙江大学 CAD&CG 国家重点实验室 视频场景重建的流程 运动恢复结构 深度恢复 三维重建 针孔相机模型 投影方程 : 齐次坐标表示 : Richard Hartley and Andrew Zisserman. Multiple View Geometry in Computer Vision. Cambridge University Press, Second Edition

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 复杂环境下的视觉同时定位与地图构建 章国锋 浙江大学 CAD&CG 国家重点实验室 SLAM: 同时定位与地图构建 机器人和计算机视觉领域的基本问题 在未知环境中定位自身方位并同时构建环境三维地图 广泛的应用 增强现实 虚拟现实 机器人 无人驾驶 SLAM 常用的传感器 红外传感器 : 较近距离感应, 常用于扫地机器人 激光雷达 : 单线 多线等 摄像头 : 单目 双目 多目等 惯性传感器 ( 英文叫

More information

(Microsoft Word - 11\244T\246\342\277\337\260l\302\334.doc)

(Microsoft Word - 11\244T\246\342\277\337\260l\302\334.doc) 赤 川 次 郎 作 品 集 11 三 色 貓 追 蹤 序 曲 那 是 一 隻 凶 猛 的 野 狗 加 上 饑 餓, 正 在 虎 視 眈 眈 地 注 視 孩 子 嘴 裏 啃 著 的 香 腸, 準 備 突 然 猛 撲 上 去 孩 子 還 不 滿 三 歲, 不 曉 得 若 想 躲 開 那 隻 身 體 比 自 己 大 的 惡 犬 一 擊, 最 好 是 把 香 腸 扔 掉, 但 他 反 而 緊 握 在 手 開

More information

和文タイトル

和文タイトル - Bus Timetable Design to Ensure Smooth Transfer and Avoid Delay Propagation - An Application of Optimization Techniques to Design of Public Transport Services in Fuji City * ** *** ** Takehiro TANAKA*,

More information

2 g g g g g g g

2 g g g g g g g pjt@cis cis.pku.edu.cn 2 2224 2003-09 09-10 2 g g g g g g g 3 4 5 1.1 ; ;, \ \ \ \ ; ; 1.1 6 1.1 7 No illumination Constant colors Polygons Parallel light Diffuse reflection Free-form surfaces 1.1 Parallel

More information

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m +

[9] R Ã : (1) x 0 R A(x 0 ) = 1; (2) α [0 1] Ã α = {x A(x) α} = [A α A α ]. A(x) Ã. R R. Ã 1 m x m α x m α > 0; α A(x) = 1 x m m x m + 2012 12 Chinese Journal of Applied Probability and Statistics Vol.28 No.6 Dec. 2012 ( 224002) Euclidean Lebesgue... :. : O212.2 O159. 1.. Zadeh [1 2]. Tanaa (1982) ; Diamond (1988) (FLS) FLS LS ; Savic

More information

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2

θ 1 = φ n -n 2 2 n AR n φ i = 0 1 = a t - θ θ m a t-m 3 3 m MA m 1. 2 ρ k = R k /R 0 5 Akaike ρ k 1 AIC = n ln δ 2 35 2 2012 2 GEOMATICS & SPATIAL INFORMATION TECHNOLOGY Vol. 35 No. 2 Feb. 2012 1 2 3 4 1. 450008 2. 450005 3. 450008 4. 572000 20 J 101 20 ARMA TU196 B 1672-5867 2012 02-0213 - 04 Application of Time Series

More information

第四章 102 图 4唱16 基于图像渲染的理论基础 三张拍摄图像以及它们投影到球面上生成的球面图像 拼图的圆心是相同的 而拼图是由球面图像上的弧线图像组成的 因此我 们称之为同心球拼图 如图 4唱18 所示 这些拼图中半径最大的是圆 Ck 最小的是圆 C0 设圆 Ck 的半径为 r 虚拟相机水平视域为 θ 有 r R sin θ 2 4畅11 由此可见 构造同心球拼图的过程实际上就是对投影图像中的弧线图像

More information

/ / Turnkey Test & Automation Solution Provider

/ /   Turnkey Test & Automation Solution Provider / / www.chromaate.com Turnkey Test & Automation Solution Provider 1984Chroma Turnkey LED /IC (Wafer) (Cell) (Module) I-V / (Sorting) Model 3710-HS Chroma 3710-HS 2D Thickness Lifetime 5 6 0.1% 2D Resistively/Thickness

More information

Welch & Bishop, [Kalman60] [Maybeck79] [Sorenson70] [Gelb74, Grewal93, Maybeck79, Lewis86, Brown92, Jacobs93] x R n x k = Ax k 1 + Bu k 1 + w

Welch & Bishop, [Kalman60] [Maybeck79] [Sorenson70] [Gelb74, Grewal93, Maybeck79, Lewis86, Brown92, Jacobs93] x R n x k = Ax k 1 + Bu k 1 + w Greg Welch 1 and Gary Bishop 2 TR 95-041 Department of Computer Science University of North Carolina at Chapel Hill 3 Chapel Hill, NC 27599-3175 : 2006 7 24 2007 1 8 1960 1 welch@cs.unc.edu, http://www.cs.unc.edu/

More information

Microsoft PowerPoint - STU_EC_Ch02.ppt

Microsoft PowerPoint - STU_EC_Ch02.ppt 樹德科技大學資訊工程系 Chapter 2: Number Systems Operations and Codes Shi-Huang Chen Sept. 2010 1 Chapter Outline 2.1 Decimal Numbers 2.2 Binary Numbers 2.3 Decimal-to-Binary Conversion 2.4 Binary Arithmetic 2.5

More information

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库

UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 厦门大学博硕士论文摘要库 10384 15620071151397 UDC Empirical Researches on Pricing of Corporate Bonds with Macro Factors 2010 4 Duffee 1999 AAA Vasicek RMSE RMSE Abstract In order to investigate whether adding macro factors

More information

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table

SVM OA 1 SVM MLP Tab 1 1 Drug feature data quantization table 38 2 2010 4 Journal of Fuzhou University Natural Science Vol 38 No 2 Apr 2010 1000-2243 2010 02-0213 - 06 MLP SVM 1 1 2 1 350108 2 350108 MIP SVM OA MLP - SVM TP391 72 A Research of dialectical classification

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

Essential procedures of stereological (morphometric( morphometric) ) study / / / / / / /

Essential procedures of stereological (morphometric( morphometric) ) study / / / / / / / 2010 4 0817-2242778 2242778 E-mail zwyang@nsmc.edu.cn http://www.nsmc.edu.cn/forum/stereology www.nsmc.edu.cn/forum/stereology/ Essential procedures of stereological (morphometric( morphometric) ) study

More information

SIGA简报第412期.doc

SIGA简报第412期.doc ...1...3...4...4... 12... 13... 14... 15 http://www.sina.com.cn 2009 12 17 2010 12 15 2010 3D 3D 2010 11 11 2010 11 11 [ ] 2010 12 11 2 2011 300 15 15 2011 3 172 2011 8 107 2012 16 17 2010 12

More information

38 诚 信 始 于 入 口 从 入 口 处 着 手 打 好 律 师 队 伍 建 设 的 诚 信 基 础 / 刘 彦 平 4 0 我 国 证 券 公 司 治 理 缺 陷 的 根 源 及 其 出 路 / 黄 运 成 曹 里 加 李 畅 4 3 中 止, 因 为 什 么? 被 告 人 胡 鹏 等 五 人

38 诚 信 始 于 入 口 从 入 口 处 着 手 打 好 律 师 队 伍 建 设 的 诚 信 基 础 / 刘 彦 平 4 0 我 国 证 券 公 司 治 理 缺 陷 的 根 源 及 其 出 路 / 黄 运 成 曹 里 加 李 畅 4 3 中 止, 因 为 什 么? 被 告 人 胡 鹏 等 五 人 4 规 范 建 设 年 : 又 是 一 年 新 挑 战 / 赵 守 华 5 坚 持 不 懈 地 推 进 律 师 队 伍 建 设 张 福 森 部 长 在 律 师 队 伍 集 中 教 育 整 顿 活 动 总 结 暨 开 展 合 伙 律 师 事 务 所 规 范 建 设 年 活 动 动 员 会 议 上 的 讲 话 ( 摘 编 ) 6 建 立 健 全 律 师 队 伍 建 设 长 效 机 制 段 正 坤 副 部

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

入 指 令 如 : 鍵 盤 鼠 標 多 點 觸 控 重 力 感 應 陀 螺 儀 等 4. 圖 形 用 戶 接 口 掌 握 引 擎 API 中 GUI 與 GUILayout 類 中 方 法 和 變 量 的 使 用, 能 夠 通 過 GUI Skin 為 應 用 的 界 面 定 制 不 同 風 格 主

入 指 令 如 : 鍵 盤 鼠 標 多 點 觸 控 重 力 感 應 陀 螺 儀 等 4. 圖 形 用 戶 接 口 掌 握 引 擎 API 中 GUI 與 GUILayout 類 中 方 法 和 變 量 的 使 用, 能 夠 通 過 GUI Skin 為 應 用 的 界 面 定 制 不 同 風 格 主 Unity 專 業 能 力 認 證 (Unity Certified Professional) 應 考 須 知 壹 閱 讀 大 綱 主 題 一 : 數 字 媒 體 基 礎 知 識 1. 2D 圖 形 知 識 熟 悉 常 用 位 圖 數 據 的 結 構 和 格 式 其 中 包 括 像 素 數 據 顏 色 的 值 與 通 道 的 概 念 2. 3D 圖 形 學 相 關 知 識 a) 理 解 向 量 的

More information

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について

2008年1月11日に岩手県釜石沖で発生した地震(M4.7)について 2008 1 11 M4.7 On the M4.7 earthquake off Kamaishi, Iwate prefecture, Japan, on January 11, 2008. Graduate School of Science, Tohoku University 2008 1 11 M4.7 Matsuzawa et al. (2002) M-T M4.9 23Hz DD Waldhauser

More information

专 技 能 1. 精 通 Matlab/Simulink 平 台 下 的 海 洋 运 载 器 运 动 控 制 系 统 与 仿 真 建 模 设 计 ; 2. 精 通 51 单 片 机 AVR 单 片 机 Arduino 开 源 板 的 开 发 和 设 计 ; 3. 精 通 基 于 Arduino 板

专 技 能 1. 精 通 Matlab/Simulink 平 台 下 的 海 洋 运 载 器 运 动 控 制 系 统 与 仿 真 建 模 设 计 ; 2. 精 通 51 单 片 机 AVR 单 片 机 Arduino 开 源 板 的 开 发 和 设 计 ; 3. 精 通 基 于 Arduino 板 姓 名 董 早 鹏 性 别 男 出 生 年 月 1988 年 8 月 籍 贯 江 西 鹰 潭 基 本 情 况 政 治 面 貌 中 共 党 员 婚 姻 状 况 未 婚 最 高 学 历 工 学 博 士 外 语 水 平 英 语 六 级 联 系 方 式 电 话 :18945069498 E-mail:dongzaopeng@hrbeu.edu.cn 地 址 : 哈 尔 滨 市 南 岗 区 哈 尔 滨 工 程

More information

Microsoft Word - KSAE06-S0262.doc

Microsoft Word - KSAE06-S0262.doc Stereo Vision based Forward Collision Warning and Avoidance System Yunhee LeeByungjoo KimHogi JungPaljoo Yoon Central R&D Center, MANDO Corporation, 413-5, Gomae-Ri, Gibeung-Eub, Youngin-Si, Kyonggi-Do,

More information

Move Component Object selection Component selection UV Maya Hotkeys editor Maya USING MAYA POLYGONAL MODELING 55

Move Component Object selection Component selection UV Maya Hotkeys editor Maya USING MAYA POLYGONAL MODELING 55 3 55 62 63 Move Component 63 70 72 73 73 Object selection Component selection UV Maya Hotkeys editor Maya 55 USING MAYA POLYGONAL MODELING Maya: Essentials Maya Essentials F8 Ctrl F9 Vertex/Face F9 F10

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

既 設 建 築 物 汙 水 處 理 設 施 生 化 需 氧 量 三 O 化 學 需 氧 量 一 OO 流 量 大 於 二 五 O 立 方 公 尺 / 日 懸 浮 固 體 三 O 大 腸 桿 菌 群 二 OO OOO 生 化 需 氧 量 五 O 既 設 建 築 物 指 中 華 民 國 九 化 學 需

既 設 建 築 物 汙 水 處 理 設 施 生 化 需 氧 量 三 O 化 學 需 氧 量 一 OO 流 量 大 於 二 五 O 立 方 公 尺 / 日 懸 浮 固 體 三 O 大 腸 桿 菌 群 二 OO OOO 生 化 需 氧 量 五 O 既 設 建 築 物 指 中 華 民 國 九 化 學 需 台 灣 基 層 透 析 協 會 本 會 宗 旨 : 關 懷 透 析 病 患, 提 升 透 析 品 質, 維 護 透 析 診 所 與 病 患 的 權 益, 最 新 消 息 : 協 助 政 府 制 定 相 關 醫 療 政 策 及 推 行 健 康 保 險 制 度 105 年 6 月 1 日, 腎 臟 醫 學 會 林 元 灝 秘 書 長 和 基 層 透 析 協 會 顏 大 翔 秘 書 長 至 劉 建 國 立

More information

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc

Value Chain ~ (E-Business RD / Pre-Sales / Consultant) APS, Advanc Key @ Value Chain fanchihmin@yahoo.com.tw 1 Key@ValueChain 1994.6 1996.6 2000.6 2000.10 ~ 2004.10 (E- RD / Pre-Sales / Consultant) APS, Advanced Planning & Scheduling CDP, Collaborative Demand Planning

More information

Microsoft Word - scribe_1_.doc

Microsoft Word - scribe_1_.doc Making Faces 2005/06/08 R93922063 陳 坤 毅 R93922087 莊 曜 誠 R93922105 王 博 民 3D acquisition for faces: 如 何 取 得 臉 的 3D model? 方 法 1: ( 經 費 足 夠 時 ) 使 用 Cyberware scanner. ( 可 對 臉 部 scan 亦 可 對 全 身 scan) 方 法 如

More information

热设计网

热设计网 例 例 Agenda Popular Simulation software in PC industry * CFD software -- Flotherm * Advantage of Flotherm Flotherm apply to Cooler design * How to build up the model * Optimal parameter in cooler design

More information

: ( -. [ ~ ] ) [, ],,,, [ ] [ ] [ ],,, :,, [,, ], ;, ;,,,, ~ %,,. [ ],,( ) ; ( ),..

: ( -. [ ~ ] ) [, ],,,, [ ] [ ] [ ],,, :,, [,, ], ;, ;,,,, ~ %,,. [ ],,( ) ; ( ),.. .. * 面向虚拟视点图像绘制的深度图编码算法 1 朱波, 蒋刚毅 **, 张云,, 郁梅 (., ;., ) :,,,, ;,, ;,,,.,,, ~ % : ; ; :. : : - ( ) - -, - **,,, (.,,, ;..,,, ) :, -., -., -,.., -.,..,,, % %. : - ; ;, [, ], (, ), [, ] [, ],, [ ],,,, [ ]

More information

关 于 学 生 手 册 的 说 明 为 规 范 南 开 大 学 现 代 远 程 教 育 学 院 各 项 教 学 教 务 管 理, 加 强 对 学 习 中 心 管 理 人 员 的 工 作 指 导, 特 汇 编 本 学 生 手 册 学 院 将 根 据 实 际 情 况, 不 断 修 订 完 善 该 学 生

关 于 学 生 手 册 的 说 明 为 规 范 南 开 大 学 现 代 远 程 教 育 学 院 各 项 教 学 教 务 管 理, 加 强 对 学 习 中 心 管 理 人 员 的 工 作 指 导, 特 汇 编 本 学 生 手 册 学 院 将 根 据 实 际 情 况, 不 断 修 订 完 善 该 学 生 南 开 大 学 现 代 远 程 教 育 学 院 School of Modern Distance Education, Nankai University ( 教 学 教 务 管 理 规 定 ) 学 生 手 册 ( 内 部 资 料 ) 二 一 年 十 二 月 汇 编 关 于 学 生 手 册 的 说 明 为 规 范 南 开 大 学 现 代 远 程 教 育 学 院 各 项 教 学 教 务 管 理, 加

More information

Real-time Human Detection and Security System

Real-time Human Detection and Security System 人 型 即 時 辨 識 系 統 Real-time Human Detection and Security System 隊 名 : 偵 查 隊 系 別 : 資 訊 工 程 系 指 導 老 師 : 鄭 淑 真 老 師 組 員 學 生 : 吳 冠 億 陳 冠 達 王 士 豪 黃 智 鴻 ㄧ.. 前 言 : 現 今 社 會 科 技 非 常 發 達, 我 們 只 是 利 用 簡 單 工 具 做 出 ㄧ

More information

Microsoft PowerPoint - TTCN-Introduction-v5.ppt

Microsoft PowerPoint - TTCN-Introduction-v5.ppt Conformance Testing and TTCN 工研院無線通訊技術部林牧台 / Morton Lin 03-5912360 mtlin@itri.org.tw 1 Outline Introduction and Terminology Conformance Testing Process 3GPP conformance testing and test cases A real world

More information

2, : 257,, ; Pollefeys [4 ],,,,, ; [526 ],, ; Snavely [728 ], (500 ),,, EXIF, EXIF,, 2, ; Pollefeys [9 ],,,, (3),,,. X = [ X Y Z ] T, x = [ x y ] T, x

2, : 257,, ; Pollefeys [4 ],,,,, ; [526 ],, ; Snavely [728 ], (500 ),,, EXIF, EXIF,, 2, ; Pollefeys [9 ],,,, (3),,,. X = [ X Y Z ] T, x = [ x y ] T, x 22 2 200 2 Journal of Computer2Aided Design & Computer Graphics Vol. 22 No. 2 Feb. 200 ), ), ), 2), ) ) ( 0090) 2) ( 0004) (fzhang @nlpr. ia. ac. cn) :,,,,., ;, ;,, : ; ; : TP39 Automatic Reconstruction

More information

12-2 プレート境界深部すべりに係る諸現象の全体像

12-2 プレート境界深部すべりに係る諸現象の全体像 - 452 - - 453 - - 454 - - 455 - - 456 - Table 1 Comparison of phenomena associated with slip event at deep portion along the plate interface. - 457 - ECMJMA LFE 3 8 29 31 3 2-16Hz ECM Fig.1 Comparison

More information

Microsoft PowerPoint - Aqua-Sim.pptx

Microsoft PowerPoint - Aqua-Sim.pptx Peng Xie, Zhong Zhou, Zheng Peng, Hai Yan, Tiansi Hu, Jun-Hong Cui, Zhijie Shi, Yunsi Fei, Shengli Zhou Underwater Sensor Network Lab 1 Outline Motivations System Overview Aqua-Sim Components Experimental

More information

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

More information

C C C The Most Beautiful Language and Most Dangerous Language in the Programming World! C 2 C C C 4 C 40 30 10 Project 30 C Project 3 60 Project 40

C C C The Most Beautiful Language and Most Dangerous Language in the Programming World! C 2 C C C 4 C 40 30 10 Project 30 C Project 3 60 Project 40 C C trio@seu.edu.cn C C C C The Most Beautiful Language and Most Dangerous Language in the Programming World! C 2 C C C 4 C 40 30 10 Project 30 C Project 3 60 Project 40 Week3 C Week5 Week5 Memory & Pointer

More information

中国科学技术大学学位论文模板示例文档

中国科学技术大学学位论文模板示例文档 University of Science and Technology of China A dissertation for doctor s degree An Example of USTC Thesis Template for Bachelor, Master and Doctor Author: Zeping Li Speciality: Mathematics and Applied

More information

Microsoft PowerPoint - Model Checking a Lazy Concurrent List-Based Set Algorithm.ppt [Compatibility Mode]

Microsoft PowerPoint - Model Checking a Lazy Concurrent List-Based Set Algorithm.ppt [Compatibility Mode] Model Checking a Lazy Concurrent List-Based Set Algorithm ZHANG Shaojie, LIU Yang National University of Singapore Agenda Introduction Background Ourapproach Overview Linearizabilitydefinition Modelinglanguage

More information

特別講演4 「情報インフラ活用(クラウド、ネットワーク等)の観点から」講演資料1

特別講演4 「情報インフラ活用(クラウド、ネットワーク等)の観点から」講演資料1 NICT TDW 2011 3 Ken T. Murata 2011 6 27 Ken T. Murata 4 4 300 NICT & HF HF (SEALION) & NICT ACE SOHO ) SX 8R NICT Web Spacecraft Simulation Ground based Active experiment Test particle Modeling Theory

More information

Z-I A b Z-I A b Z Z-I A A b Z-I Miller [5] Z i I i Z-I [6] Z-I Z-I Z-I Z-I Z I Wilson [7] 1970 [8] [9] 20.32% Sasaki [10] Nino- miya [11] [12]

Z-I A b Z-I A b Z Z-I A A b Z-I Miller [5] Z i I i Z-I [6] Z-I Z-I Z-I Z-I Z I Wilson [7] 1970 [8] [9] 20.32% Sasaki [10] Nino- miya [11] [12] 24 2 Vol.24, No.2 2008 04 JOURNAL OF TROPICAL METEOROLOGY Apr., 2008 1004-4965(2008)02-0147-09 1 2 2 3 3 (1. 310017 2. 100081 3. 325001) Z-I A b Z I (Haitang) (Matsa) Z-I Z-I P458.1.24 A 1 [1] [2] [3]

More information

untitled

untitled Ogre Rendering System http://antsam.blogone.net AntsamCGD@hotmail.com geometry systemmaterial systemshader systemrendering system API API DirectX OpenGL API Pipeline Abstraction API Pipeline Pipeline configurationpipeline

More information

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I

IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I 2004 5 IP TCP/IP PC OS µclinux MPEG4 Blackfin DSP MPEG4 IP UDP Winsock I/O DirectShow Filter DirectShow MPEG4 µclinux TCP/IP IP COM, DirectShow I Abstract The techniques of digital video processing, transferring

More information

Chapter 24 DC Battery Sizing

Chapter 24  DC Battery Sizing 26 (Battery Sizing & Discharge Analysis) - 1. 2. 3. ETAP PowerStation IEEE 485 26-1 ETAP PowerStation 4.7 IEEE 485 ETAP PowerStation 26-2 ETAP PowerStation 4.7 26.1 (Study Toolbar) / (Run Battery Sizing

More information

08_toukei03.dvi

08_toukei03.dvi 2013 61 1 123 134 c 2013 2012 6 28 8 28 9 5 LDPC Low-Density Parity-Check LDPC MIMO 1. 2002 Feldman LP Feldman, 2003; Feldman et al., 2005 Feldman Vontobel and Koetter 2006 Koetter and Vontobel 2003 Burshtein

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

2/80 2

2/80 2 2/80 2 3/80 3 DSP2400 is a high performance Digital Signal Processor (DSP) designed and developed by author s laboratory. It is designed for multimedia and wireless application. To develop application

More information

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2

Outline Speech Signals Processing Dual-Tone Multifrequency Signal Detection 云南大学滇池学院课程 : 数字信号处理 Applications of Digital Signal Processing 2 CHAPTER 10 Applications of Digital Signal Processing Wang Weilian wlwang@ynu.edu.cn School of Information Science and Technology Yunnan University Outline Speech Signals Processing Dual-Tone Multifrequency

More information

Subspace Gradient Domain Mesh Deformation

Subspace Gradient Domain Mesh Deformation Subspace Gradient Domain Mesh Deformation Presented by Xinguo Liu( 刘新国 ) State Key Lab of CAD&CG, Zhejiang Univ. To Appear in ACM SIGGRAPH 2006 Jin Huang, Xiaohan Shi, Xinguo Liu, Kun Zhou,Li-Yi Wei, Shang-Hua

More information

Microsoft Word 章国锋.doc

Microsoft Word 章国锋.doc 第 8 卷第 6 期 计算机辅助设计与图形学学报 Vol. 8 No.6 016 年 6 月 Journal of Computer-Aided Design & Computer Graphics Jun. 016 基于单目视觉的同时定位与地图构建方法综述 刘浩敏 1), 章国锋 1,)* 1), 鲍虎军 1) ( 浙江大学 CAD&CG 国家重点实验室杭州 310058) ) ( 浙江大学工业信息物理融合系统协同创新中心杭州

More information

40 8 Vol. 40, No ACTA AUTOMATICA SINICA August, ,,,.,.,,,.,.,,,.,,,. DOI,, L-M (Levenberg-Marquardt),,,.., 2014, 40(8):

40 8 Vol. 40, No ACTA AUTOMATICA SINICA August, ,,,.,.,,,.,.,,,.,,,. DOI,, L-M (Levenberg-Marquardt),,,.., 2014, 40(8): 40 8 Vol. 40, No. 8 2014 8 ACTA AUTOMATICA SINICA August, 2014 1 1 2.,,,.,.,,,.,.,,,.,,,. DOI,, L-M (Levenberg-Marquardt),,,.., 2014, 40(8): 1601 1611 10.3724/SP.J.1004.2014.01601 Bundle Adjustment for

More information

全 国 英 语 考 级 参 考 材 料 全 国 英 语 考 级 参 考 材 料 一 考 试 目 的 () 粘 贴 考 场 相 关 标 识 ( 包 括 安 全 标 识 医 药 卫 生 箱 标 识 饮 水 标 识 考 生 座 位 号 等 ) (3) 黑 板 / 白 板 板 书 : 考 试 语 种 : 英

全 国 英 语 考 级 参 考 材 料 全 国 英 语 考 级 参 考 材 料 一 考 试 目 的 () 粘 贴 考 场 相 关 标 识 ( 包 括 安 全 标 识 医 药 卫 生 箱 标 识 饮 水 标 识 考 生 座 位 号 等 ) (3) 黑 板 / 白 板 板 书 : 考 试 语 种 : 英 目 录 (Table of Contents) 一 考 试 目 的 二 考 试 意 义 三 考 试 形 式 四 考 试 时 间 五 考 试 流 程 六 试 题 结 构 与 评 分 4 七 测 试 范 围 语 法 项 目 表 功 能 意 念 项 目 表 话 题 项 目 表 本 级 别 教 学 测 试 目 标 总 结 7 11 全 国 英 语 考 级 参 考 材 料 全 国 英 语 考 级 参 考 材

More information

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode]

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode] AWOL Windows - Tips & Tricks Resolution, color depth & refresh rate Background color Service packs Disk cleanup (cleanmgr) Disk defragmentation AWOL Windows Resolution, Color Depth & Refresh Rate The main

More information

COCO18-DensePose-BUPT-PRIV

COCO18-DensePose-BUPT-PRIV * Beijing University of Posts and Telecommunications (BUPT) COCO 2018 DensePose Test AP AP50 AP75 APm APl BUPT-PRIV (Ours) 64 92 75 57 67 PlumSix 58 89 66 50 61 ML_Lab 57 89 64 51 59 Sound of silent 57

More information

<534B544C30303131302DACFCA8FDB160B3C6B5E6313230B94449495FB8D5BE5C2E706466>

<534B544C30303131302DACFCA8FDB160B3C6B5E6313230B94449495FB8D5BE5C2E706466> 3 5 10 25 1~2 1 2 1 1. 10 1~2 A 2 1 5 2 8 A 30 3 48 10 4 200g 5 100g 1 1/3 1/4 5 1. 2~3cm 4. 10 10 A1605~7 B Part 2 18 4 300g 1/2 1 1/2 2 1 1/2 3 1 1 1. A 20 1 170 B 2 2 1 OK 55 50 3 Part 2 18 4~5 600g

More information

中文模板

中文模板 ISSN 1000-9825, CODEN RUXUEW E-mail: jos@iscasaccn Journal of Software, Vol18, No6, June 2007, pp1531 1542 http://wwwjosorgcn DOI: 101360/jos181531 Tel/Fax: +86-10-62562563 2007 by Journal of Software

More information

<4D6963726F736F667420576F7264202D2035B171AB73B6CBA8ECAB73A6D3A4A3B6CBA158B3AFA46CA9F9BB50B169A445C4D6AABAB750B94AB8D6B9EFA4F1ACE3A873>

<4D6963726F736F667420576F7264202D2035B171AB73B6CBA8ECAB73A6D3A4A3B6CBA158B3AFA46CA9F9BB50B169A445C4D6AABAB750B94AB8D6B9EFA4F1ACE3A873> 中 正 漢 學 研 究 2012 年 第 一 期 ( 總 第 十 九 期 ) 2012 年 6 月 頁 111~134 國 立 中 正 大 學 中 國 文 學 系 111 從 哀 傷 到 哀 而 不 傷 : 陳 子 昂 與 張 九 齡 的 感 遇 詩 對 比 研 究 * 丁 涵 摘 要 在 中 國 古 典 文 學 語 境 中, 一 個 主 題 的 奠 立 往 往 需 要 歷 時 彌 久, 而 這 本

More information

临沧师~1

临沧师~1 滇 西 科 技 师 范 学 院 Dianxi Science and Technology Normal University 高 等 职 业 教 育 质 量 年 度 报 告 (2016 2016) 滇 西 科 技 师 范 学 院 2015 年 12 月 25 日 目 录 一 学 校 概 况...1 ( 一 ) 发 展 历 程...1 ( 二 ) 学 校 办 学 理 念 与 办 学 定 位...2

More information

日本清酒精妙绝伦的另一面

日本清酒精妙绝伦的另一面 日 本 清 酒 精 妙 绝 伦 的 另 一 面 过 度 认 真 执 著 的 日 本 人, 对 于 各 种 传 统 产 业 总 是 有 着 多 如 牛 毛 的 规 矩 和 禁 忌, 因 此 想 要 采 访 酒 庄 是 相 当 不 容 易 的 一 件 事 幸 运 的 是, 由 于 某 种 特 殊 的 机 缘, 笔 者 得 以 近 距 离 的 全 程 参 与 杜 氏 ( 首 席 酿 酒 师 ) 的 酿 酒

More information

08_729.dvi

08_729.dvi 2007 55 1 113 124 c 2007 1 1 2,3 Jung Jin Lee 4 2006 8 2 2007 3 2 Jasp Jasp 1., 2005 Chang, 2006 1 1 769 2193 1314 1 2 106 8569 4 6 7 3 106 8569 4 6 7 4 Department of Statistics, Soong Sil University,

More information

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10.

Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug GPS,,, : km, 2. 51, , ; ; ; ; DOI: 10. 22 4 2017 8 Vol. 22 No. 4 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Aug. 2017 150080 GPS,,, : 27. 36 km, 2. 51, 110. 43, ; ; ; ; DOI: 10. 15938 /j. jhust. 2017. 04. 015 U469. 13 A 1007-2683

More information

SuperMap 系列产品介绍

SuperMap 系列产品介绍 wuzhihong@scu.edu.cn 3 / 1 / 16 / John M. Yarbrough: Digital Logic Applications and Design + + 30% 70% 1 CHAPTER 1 Digital Concepts and Number Systems 1.1 Digital and Analog: Basic Concepts P1 1.1 1.1

More information

正文封面.PDF

正文封面.PDF (1999 ) 1999 1 1 1999 12 31 1 38 2 38 3 38 4 38 5 38 6 38 7 38 8 38 9 38 10 38 11 38 12 38 13 38 14 38 15 38 16 38 1 2 17 38 3.6%2.16% 13.56%3.12% 10%6.25% 10%5.88% 10%3.70% 1.10% 12.50% 13.13% 12.13%

More information

Download the original attachment

Download the original attachment 北 隆 淋 淋 淋 惡 金 金 淋 金 淋 見 金 金 例 年 金 淋 金 淋 數 女 療 淋 療 數 惡 淋 年 來 年 了 連 淋 淋 淋 淋 淋 淋 淋 淋 咽 狀 列 淋 狀 易 淋 淋 淋 淋 濾 來 淋 淋 異 淋 淋 刺 來 來 泌 類 來 淋 淋 狀 淋 淋 淋 淋 淋 塞 淋 裡 淋 便 行 來 淋 惡 淋 淋 淋 惡 什 淋 淋 淋 淋 淋 淋 度 淋 淋 惡 療 易 罹 淋 了

More information

MA

MA UNEP/GEF / 2005, 12 MA MA MA 21 Millennium Ecosystem Assessment, MA MA 2001 6 2005 3 30 MA Condition (Scenarios) Response options Sub-Global Assessment .. ( ) MA MA 50 50 MA MA 2001 4 MAWEC 5 2001 5 HPSM

More information

E622_402.indd

E622_402.indd 1 2 3 4 1 761-192 298 E-mail:t-kaji@ssken.co.jp 2 7-85732 5 E-mail:ishii8794@yonden.co.jp 3 77-862-1 E-mail:chika@ce.tokushima-u.ac.jp 4 77-862-1 E-mail:mizuguch@ce.tokushima-u.ac.jp Key Words : fly ash,

More information

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論..

1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論.. 如 何 準 備 研 究 所 甄 試 劉 富 翃 1 目 錄 1. 簡 介... 2 2. 一 般 甄 試 程 序... 2 3. 第 一 階 段 的 準 備... 5 4. 第 二 階 段 的 準 備... 9 5. 每 間 學 校 的 面 試 方 式... 11 6. 各 程 序 我 的 做 法 心 得 及 筆 記... 13 7. 結 論... 20 8. 附 錄 8.1 推 甄 書 面 資 料...

More information

Microsoft Word - 文書 16

Microsoft Word - 文書 16 研究論文 20184280 * 1 1 1 2 2) Investigation on Visual Deformation and Surface Texture Manipulation with Projection-based Mixed Reality for Car Interior Design Takuro Takezawa Daisuke Iwai Kosuke Sato Toshihiro

More information

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E

Gerotor Motors Series Dimensions A,B C T L L G1/2 M G1/ A 4 C H4 E Gerotor Motors Series Size CC-A Flange Options-B Shaft Options-C Ports Features 0 0 5 5 1 0 1 0 3 3 0 0 SAE A 2 Bolt - (2) 4 Bolt Magneto (4) 4 Bolt Square (H4) 1.0" Keyed (C) 25mm Keyed (A) 1.0' 6T Spline

More information

Chroma 61500/ bit / RMS RMS VA ()61500 DSP THD /61508/61507/61609/61608/ (61500 ) Chroma STEP PULSE : LISTLIST 100 AC DC

Chroma 61500/ bit / RMS RMS VA ()61500 DSP THD /61508/61507/61609/61608/ (61500 ) Chroma STEP PULSE : LISTLIST 100 AC DC MODEL 61509/61508/61507/ 61609/61608/61607 PROGRAMMABLE AC POWER SOURCE MODEL 61509/61508/61507/ 61609/61608/61607 61509/61609: 6kVA 61508/61608: 4.5kVA 61507/61607: 3kVA : 0-175V/0-350V/Auto : DC, 15Hz-2kHz

More information

untitled

untitled 料 2-1 料 料 x, y, z 料 不 不 料濾 料 不 料 料 不 料 錄 料 2-1 a 料 2-1 b 2003 a 料 b 料 2-1 料 2003 料 料 行 料濾 料亂 濾 料 料 滑 料 理 料 2001 料 兩 理 料 不 TIN, Triangular Irregular Network 8 2-2 a 數 量 料 便 精 2003 料 行 理 料 立 狀 連 料 狀 立 料

More information

Vol. 36 ( 2016 ) No. 6 J. of Math. (PRC) HS, (, ) :. HS,. HS. : ; HS ; ; Nesterov MR(2010) : 90C05; 65K05 : O221.1 : A : (2016)

Vol. 36 ( 2016 ) No. 6 J. of Math. (PRC) HS, (, ) :. HS,. HS. : ; HS ; ; Nesterov MR(2010) : 90C05; 65K05 : O221.1 : A : (2016) Vol. 36 ( 6 ) No. 6 J. of Math. (PRC) HS, (, 454) :. HS,. HS. : ; HS ; ; Nesterov MR() : 9C5; 65K5 : O. : A : 55-7797(6)6-9-8 ū R n, A R m n (m n), b R m, b = Aū. ū,,., ( ), l ū min u s.t. Au = b, (.)

More information

資料HDR作1-03 HDR技術動向

資料HDR作1-03 HDR技術動向 作 1-3 TV Platform Div. TV Platform Div. FHD () more UHD UHD (BT.2020) [cd/m 2 ] 10 9 10 8 10 6 10 4 10 2 10 0 10-2 10-4 10-6 () ~10 5 [cd/m 2 ] 10 9 10 8 10 6 10 4 10 2 10 0 10-2 10-4 10-6 2014 XDR/XDR-Pro

More information

27 10 Vol. 27 No , : Oct., 2015 [4,6-7] [3,5,8-10] [1] [11-13] [7] [14] [15-16] 1 [17] [18] Loading v

27 10 Vol. 27 No , : Oct., 2015 [4,6-7] [3,5,8-10] [1] [11-13] [7] [14] [15-16] 1 [17] [18] Loading v 27 10 Vol. 27 No. 10 2015 10 Journal of System Simulation Oct., 2015 1 2 2 1 1 1. 363000 2. 361005 7 10% TP391.9 A 1004-731X (2015) 10-2546-08 DOI:10.16182/j.cnki.joss.2015.10.047 Research on Simulation

More information

****************************************************** Fundamentals of TV Tracking ****************************************************** ( ),,, :,,,,,, 1998 9 ( ISBN 7-118-01911-9),,, 1999 5 20 Email:

More information

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流

2 ( 自 然 科 学 版 ) 第 20 卷 波 ). 这 种 压 缩 波 空 气 必 然 有 一 部 分 要 绕 流 到 车 身 两 端 的 环 状 空 间 中, 形 成 与 列 车 运 行 方 向 相 反 的 空 气 流 动. 在 列 车 尾 部, 会 产 生 低 于 大 气 压 的 空 气 流 第 20 卷 第 3 期 2014 年 6 月 ( 自 然 科 学 版 ) JOURNAL OF SHANGHAI UNIVERSITY (NATURAL SCIENCE) Vol. 20 No. 3 June 2014 DOI: 10.3969/j.issn.1007-2861.2013.07.031 基 于 FLUENT 测 轨 道 交 通 隧 道 中 电 波 折 射 率 结 构 常 数 张 永

More information

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D> Homeworks ( 第 三 版 ):.4 (,, 3).5 (, 3).6. (, 3, 5). (, 4).4.6.7 (,3).9 (, 3, 5) Chapter. Number systems and codes 第 一 章. 数 制 与 编 码 . Overview 概 述 Information is of digital forms in a digital system, and

More information

Microsoft PowerPoint - ATF2015.ppt [相容模式]

Microsoft PowerPoint - ATF2015.ppt [相容模式] Improving the Video Totalized Method of Stopwatch Calibration Samuel C.K. Ko, Aaron Y.K. Yan and Henry C.K. Ma The Government of Hong Kong Special Administrative Region (SCL) 31 Oct 2015 1 Contents Introduction

More information

untitled

untitled 000514 2005 1 000514 2005 2 000514 2005 3 000514 2005 4 000514 2005 5 000514 2005 6 000514 2005 7 000514 2005 8 000514 2005 9 000514 2005 10 000514 2005 11 000514 2005 1 (2003)56 [2003]56 12004122 20040334000

More information

重庆渝开发股份有限公司

重庆渝开发股份有限公司 000514 2004 1 000514 2004 2 000514 2004 3 000514 2004 4 000514 2004 5 000514 2004 6 000514 2004 7 000514 2004 8 000514 2004 9 000514 2004 10 000514 2004 11 000514 2004 12 000514 2004 13 000514 2004 14

More information

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f

27 :OPC 45 [4] (Automation Interface Standard), (Costom Interface Standard), OPC 2,,, VB Delphi OPC, OPC C++, OPC OPC OPC, [1] 1 OPC 1.1 OPC OPC(OLE f 27 1 Vol.27 No.1 CEMENTED CARBIDE 2010 2 Feb.2010!"!!!!"!!!!"!" doi:10.3969/j.issn.1003-7292.2010.01.011 OPC 1 1 2 1 (1., 412008; 2., 518052), OPC, WinCC VB,,, OPC ; ;VB ;WinCC Application of OPC Technology

More information

untitled

untitled TFT-LCD Mura & Y.H. Tseng 2006.12.4 Outline Mura Mura Mura 類 度 Mura Mura JND Mura Convolution filter (Filter design) Statistical method (ANOVA,EWMA) Backgroup estimation (LSD) 2 What is Mura- Mura Mura

More information

202,., IEC1123 (1991), GB8051 (2002) [4, 5],., IEC1123,, : 1) IEC1123 N t ( ). P 0 = 0.9995, P 1 = 0.9993, (α, β) = (0.05, 0.05), N t = 72574 [4]. [6

202,., IEC1123 (1991), GB8051 (2002) [4, 5],., IEC1123,, : 1) IEC1123 N t ( ). P 0 = 0.9995, P 1 = 0.9993, (α, β) = (0.05, 0.05), N t = 72574 [4]. [6 2013 4 Chinese Journal of Applied Probability and Statistics Vol.29 No.2 Apr. 2013 (,, 550004) IEC1123,,,., IEC1123 (SMT),,,. :,,, IEC1123,. : O212.3. 1. P.,,,, [1 5]. P, : H 0 : P = P 0 vs H 1 : P = P

More information

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx

Microsoft PowerPoint - IAS 21 - IFRS宣導會.pptx IAS 21 Nov 19, 2010 Agenda Page 1 1 2 4 3 11 4 17 5 IFRS 23 Section 1 Section 1 WHY IAS 21? IAS 21 2 Section 1 Determination Functional Currency Presentation Currency First Time Adoption IFRS IAS 21 2

More information

附3

附3 普 通 高 等 学 校 本 科 专 业 设 置 申 请 表 ( 备 案 专 业 适 用 ) 080910T 3-6 2 016 7 6 4884878 目 录 填 表 说 明 ⒈ ⒉ ⒊ ⒋ ⒌ 1. 普 通 高 等 学 校 增 设 本 科 专 业 基 本 情 况 表 080910T 3-6 1978 36 ( 1978) ( 2008) 2017 60 120 / S J ⒉ 学 校 基 本 情

More information

中華民國 第51屆中小學科學展覽會

中華民國 第51屆中小學科學展覽會 中 華 民 國 第 51 屆 中 小 學 科 學 展 覽 會 作 品 說 明 書 國 小 組 物 理 科 第 三 名 080115 問 水 哪 得 高 如 許? 為 有 熱 源 伴 水 來 學 校 名 稱 : 桃 園 縣 龍 潭 鄉 三 坑 國 民 小 學 作 者 : 指 導 老 師 : 小 六 陳 嬿 云 黃 啟 晉 小 六 張 婉 怡 關 鍵 詞 : 熱 脹 冷 縮 模 擬 燃 燒 影 響 力

More information

* CUSUM EWMA PCA TS79 A DOI /j. issn X Incipient Fault Detection in Papermaking Wa

* CUSUM EWMA PCA TS79 A DOI /j. issn X Incipient Fault Detection in Papermaking Wa 2 *. 20037 2. 50640 CUSUM EWMA PCA TS79 A DOI 0. 980 /j. issn. 0254-508X. 207. 08. 004 Incipient Fault Detection in Papermaking Wastewater Treatment Processes WANG Ling-song MA Pu-fan YE Feng-ying XIONG

More information

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B

Microsoft PowerPoint - NCBA_Cattlemens_College_Darrh_B Introduction to Genetics Darrh Bullock University of Kentucky The Model Trait = Genetics + Environment Genetics Additive Predictable effects that get passed from generation to generation Non-Additive Primarily

More information

由社會發展趨勢探討國人睡眠品質

由社會發展趨勢探討國人睡眠品質 1 2 3 1. 2. 1. 2. 3. 4. 2. 1. 2. 4 5 6 7683 7 3-2 8 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 9 4-1 10

More information

提 高 和 价 格 的 降 低,MOOC 微 课 翻 转 课 堂 发 展 异 常 火 爆, 也 使 得 人 们 对 视 频 课 件 开 始 浮 想 联 翩 : 理 论 上 全 中 国 的 学 生 是 否 可 以 只 听 一 个 教 师 讲 课 了 呢?( 尚 俊 杰,2015) 这 个 问 题 十

提 高 和 价 格 的 降 低,MOOC 微 课 翻 转 课 堂 发 展 异 常 火 爆, 也 使 得 人 们 对 视 频 课 件 开 始 浮 想 联 翩 : 理 论 上 全 中 国 的 学 生 是 否 可 以 只 听 一 个 教 师 讲 课 了 呢?( 尚 俊 杰,2015) 这 个 问 题 十 以 公 正 课 为 例 探 讨 视 频 课 件 中 景 别 的 运 用 To the "Justice" as an Example to Explore the Using of the Scence of Video Courseware 张 阳 1*, 马 池 珠 1, 尚 俊 杰 1 山 东 师 范 大 学 传 媒 学 院 2 北 京 大 学 教 育 学 院 * zhangyangmyy@foxmail.com

More information

ebook129-11

ebook129-11 11 TThread Wi n 32 16 Wi n d o w s Wi n 3 32 D e l p h i 11.1 3 Win32 API Wi n 32 C P U C P U 16 Windows 32 Delphi Delphi 1 11.1.1 16 Wi n 32 Windows 3.1 1 2 C P U 1 Windows 3.1 Wi n d o w s 16 Wi n d

More information

股 票 型 基 金 歐 洲 區 景 順 美 國 藍 籌 指 標 增 值 基 金 LU0149503202 盧 森 堡 景 順 投 信 ( 台 北 市 敦 化 北 景 順 投 資 管 理 摩 根 美 國 增 長 基 金 LU0117906072 盧 森 堡 摩 根 投 信 ( 台 北 市 松 智 路

股 票 型 基 金 歐 洲 區 景 順 美 國 藍 籌 指 標 增 值 基 金 LU0149503202 盧 森 堡 景 順 投 信 ( 台 北 市 敦 化 北 景 順 投 資 管 理 摩 根 美 國 增 長 基 金 LU0117906072 盧 森 堡 摩 根 投 信 ( 台 北 市 松 智 路 保 德 信 國 際 人 壽 投 資 型 保 險 商 品 成 長 型 投 資 帳 戶 基 本 資 料 一 投 資 帳 戶 名 稱 : 成 長 型 投 資 帳 戶 ( 全 名 : 保 德 信 國 際 人 壽 投 資 型 保 險 商 品 成 長 型 投 資 帳 戶 ) 以 上 投 資 帳 戶 係 以 委 任 方 式 委 託 保 德 信 證 券 投 資 信 託 股 份 有 限 公 司 投 資 管 理 二 經

More information

Digital Geometry Processing

Digital Geometry Processing Data Acquisition Ligang Liu Graphics&Geometric Computing Lab USTC http://staff.ustc.edu.cn/~lgliu Getting Meshes from Real Objects Getting Meshes from Real Objects Many models used in Graphics are obtained

More information

晶体结构立体模型建构软件-Diamond的使用

晶体结构立体模型建构软件-Diamond的使用 -Diamond E-mail: wupingwei@mail.ouc.edu.cn -Diamond Diamond NaCl NaCl NaCl Fm-3m(225) a=5.64å Na:4a, Cl:4b 1 2 3 4 5 6 File New OK Diamond1 New Structure Crystal Structure with cell and Spacegroup Cell

More information

Photoshop CS6 艺术设计案例教程 ( 第二版 ) 1.1 Photoshop 的应用领域 Photoshop,,, Photoshop Photoshop 的用途 Photoshop CIS ( ) ( ) 案例展现 ~ 1

Photoshop CS6 艺术设计案例教程 ( 第二版 ) 1.1 Photoshop 的应用领域 Photoshop,,, Photoshop Photoshop 的用途 Photoshop CIS ( ) ( ) 案例展现 ~ 1 Chapter 01 Photoshop CS6 的基本操作 本章内容 1.1 Photoshop 的应用领域 1.6 控制面板的显示与隐藏 1.2 位图和矢量图的特性 1.7 新建 打开与保存文件 1.3 像素和分辨率的关系 1.8 图像的缩放 1.4 色彩模式 1.9 屏幕显示模式 1.5 Photoshop CS6 界面 1.10 计算机图形图像常用的色彩模式 Photoshop CS6 艺术设计案例教程

More information

(Pattern Recognition) 1 1. CCD

(Pattern Recognition) 1 1. CCD ********************************* ********************************* (Pattern Recognition) 1 1. CCD 2. 3. 4. 1 ABSTRACT KeywordsMachine Vision, Real Time Inspection, Image Processing The purpose of this

More information

马 为 名 的 教 会, 而 且 还 可 找 到 他 不 少 遗 迹 多 马 的 英 文 是 Thomas, 也 翻 译 成 托 马 斯, 许 多 西 方 人 给 子 女 取 名 叫 托 马 斯, 来 纪 念 这 位 伟 大 的 宣 教 士 接 下 来 我 们 思 想 另 一 个 人, 就 是 雅

马 为 名 的 教 会, 而 且 还 可 找 到 他 不 少 遗 迹 多 马 的 英 文 是 Thomas, 也 翻 译 成 托 马 斯, 许 多 西 方 人 给 子 女 取 名 叫 托 马 斯, 来 纪 念 这 位 伟 大 的 宣 教 士 接 下 来 我 们 思 想 另 一 个 人, 就 是 雅 我 的 主, 我 的 神! 其 实 是 圣 经 上 的 话, 耶 稣 复 活 以 后 所 有 的 门 徒 都 看 见 了, 但 是 只 有 多 马 不 在 场 耶 稣 来 的 时 候, 他 没 有 和 门 徒 在 一 起 其 他 的 门 徒 对 他 说 : 我 们 已 经 见 过 主 了 多 马 对 他 们 说 : 除 非 我 亲 眼 看 见 他 手 上 的 钉 痕, 用 我 的 指 头 探 入 那

More information

IPSJ-CVIM

IPSJ-CVIM modeling of large-scale environment Laser-based multiple mobile robots using Yongjin Jeong, y Yumi Iwashita, y y y y y 3 3 CPS-SLAM.3% RGB-D. )) 5) 3)4) 3 7) 6) 3 8) Parent robot -axis attitude sensor

More information