<4D F736F F F696E74202D20CAFDD7D6BCB8BACEB4A6C0EDBFCEBCFEA3ADCEE2BBB3D3EE2E707074>

Size: px
Start display at page:

Download "<4D F736F F F696E74202D20CAFDD7D6BCB8BACEB4A6C0EDBFCEBCFEA3ADCEE2BBB3D3EE2E707074>"

Transcription

1 数字几何处理概述 吴怀宇

2 引言 随着计算机运算能力和存储能力的大大提高以及图形处理器 (GPU) 的出现 ; 三维图形学技术在游戏工业 影视工业 制造工业 虚拟现实和互联网 (Internet) 等领域应用已经越来越广泛 ; 人们也不再满足传统媒体通过固定视角对物体和环境进行观察, 而希望从全方位 浸入式 交互地与逼真的虚拟物体或虚拟环境进行交流

3 游戏工业 影视工业 应用之一

4 应用之二 制造工业 CAD 结构材料的性能模拟 ;

5 应用之三 三维数字城市 ( 城市导航 ; 灾难模拟和救护 ; 反恐演习 )

6 应用之四 医学领域 ( 医学可视化 病灶检测和观察 辅助治疗 ); 考古复原, 对古生物的运动行为分析和模拟

7 虚拟现实 教学训练 应用之五

8 应用之六 文化遗产保护 艺术历史 ;

9 应用之七 电子商务 互联网 (Internet);

10 背景介绍与研究内容 三维网格模型作为计算机图形学的主要数据载体, 也正逐渐成为继音频 (1 维 ) 图像 (2 维 ) 和视频 (2 维 + 时间维 ) 之后的第 4 代多媒体数据类型 本文要所讨论的数字几何处理, 就是专门用来处理三维网格模型的数字媒体技术 一门典型的交叉学科 学术活动 : 计算机图形学 (SIGGRAPH EG) 计算机视觉与模式识别 (ICCV CVPR) 数字信号处理 (ICASSP) 多媒体技术 (ACM MM) 机器学习 (ICML AAAI)

11 数字几何处理 (DGP)

12 数字几何处理 (DGP) 数字几何模型是真实世界的各种物理实体的数字化表示, 亦即数字化的物理实体 通过这些离散化的模型, 对现实世界的连续物理性质和规律进行逼近, 并保持必要的内蕴特征, 如一阶和二阶微分属性的保持 数字几何处理的特点和难点 : 数据量大 百万级的面片模型已越来越普遍 拓扑复杂 经采集得到的三维模型通常具有非常复杂的拓扑结构, 以及不同程度的几何拓扑缺失或者错误 非均匀采样与非正则性 任意流形曲面使现有数字信号处理的理论和方法不能直接用于解决其中的难题, 必须建立新的体系和方法

13 数字几何处理的研究内容 三维模型的获取 配准与重建 几何拓扑的修复 网格平滑与去噪

14 数字几何处理的研究内容 重网格化和子分网格 三维网格压缩 网格分割

15 参数化 交叉参数化 ( 一致对应 ) 网格形变 编辑与动画 3D 数据重定向技术

16 数字几何处理研究实例 模型转导任意流形曲面的一致对应一种用于实时分割 3D 网格的笔划式交互框架凸包交叉参数化用于形状保持网格处理的均值流形操作符

17 1 模型转导 在 SIGGRAPH 2001 和 2004 分别提出 Expression Cloning 和 Deformation Transfer 技术, 用来将源网格的形变 克隆 / 传递 到目标网格上 Deformation Transfer( 形变传递 ) (R. W. Sumner et al., SIGGRAPH 2004) Expression Cloning( 表情克隆 ) (J. Noh et al., SIGGRAPH 2001)

18 模型转导 动机 : 现在我们考虑与此相似但不相同的一个问题, 即不给定源参考模型, 而是直接将源形变模型的姿态传递到目标参考模型 我们将其称之为模型转导 (Model Transduction)

19 模型转导 如果源和目标参考模型具有不同的姿态, 形变传递方法 (DF) 无法得到令人满意的结果 而使用我们的模型转导方法 (MT), 即使在缺少源参考模型的情况下, 狮子模型也能正确地模仿猫的姿态

20 模型转导 具体思路为首先求解出目标参考模型和源模型的一致对应, 并通过计算局部仿射变换来得到 姿态网格, 然后根据曲面局部微分几何属性进行求解

21 模型转导 第一步 : 建立对应并生成匹配网格 我们需要在源网格和目标网格之间建立对应 首先, 用户在网格模型上标识出一些特征对应点 这些特征点通常位于目标的生物测量位置, 如肩膀, 肘部和腕部 特征对应时应注意保持语义上的一致, 如 : 头 - 头, 腿 - 腿 然后, 我们采用将在第二章提出的一致对应方法生成一个兼容匹配网格, 即在源和目标模型之间建立一个一致对应

22 模型转导 第二步 : 获得姿态 网格 我们的目标是获得一个用于姿态表征的 网格, 其首先通过 拆解 (de-attach) 参考目标网格上的所有三角形而保持它们不被扭曲, 然后将每个三角形 贴 (re-attach) 到匹配网格的对应三角形上 为了保证刚体变换 ( 即没有扭曲 ), 我们首先对每一个三角形计算仿射变换, 然后从中提取旋转和平移分量

23 模型转导 第二步 : 获得姿态 网格 奇异值分解 (SVD) 从仿射矩阵中提取旋转分量和扭曲缩放分量 : T Q = A D B = ( A B )( B D B ) = R S k k k k k k k k k k k 其中 A B R 为旋转矩阵, D = diag( d, d, d ), d k k k k k k k k = ( λk + λk + λk )/3( λk为 Qk的奇异值 ) R k 我们使用矩阵对目标网格三角形进行旋转, 并将其平移到匹配网格三角形上来获得姿态三角形

24 模型转导 第三步 : 基于细节保持约束和平滑约束对姿态三角形进行重新组合 姿态网格 的三角形是分离的, 因此实际上并没有形成一个真正意义上的 网格 为了将这些三角形面片组合起来形成最终的重定向结果, 我们将彼此邻接的三角形放置在一起, 并施加必要的微分细节保持约束和平滑约束

25 模型转导 第一项指出形状细节在经过变换之后仍被保持 ; ( 描述形状细节的离散微分算子将在第 5 章介绍 ) 第二项指出形变在邻接三角形之间应该是平滑的 ; 最后一项将平移运动施加在非连接的三角形上 ; 优化问题最终归结为一个稀疏线性系统的求解, 结果返回最优的顶点位置

26 模型转导

27 其他应用之一 : 各种网格编辑操作之后的姿态修正 由 MAYA 生成 由我们的方法自动进行修正

28 其他应用之二 : 基于 3D 运动捕捉数据的免骨架形变动画 通过我们的免骨架蒙皮技术 (skeleton-free skinning technique), 运动捕捉 (motion capture: Mocap) 所获得标识点数据可直接用来驱动角色模型, 即无需对这些标识点建立骨架结构 此外, 我们方法的计算复杂度与标识点的数目无关, 这是因为这些点仅以二次平方形式来作为求解系统的空间约束

29 本例小节 提出了一种在不同三角网格间传递姿态的有效方法 模型转导方法首先从源模型中提取姿态信息并将其直接重定向到目标模型, 而无需构架骨架结构或使用额外的参考源网格来获得源形变

30 数字几何处理研究实例 模型转导任意流形曲面的一致对应一种用于实时分割 3D 网格的笔划式交互框架凸包交叉参数化用于形状保持网格处理的均值流形操作符

31 2 任意流形曲面的一致对应 提出在任意流形网格之间建立一致对应的一种新框架 不同于存在的方法, 该方法直接把源网格的拓扑映射到目标网格上, 而无需建立中间域和进行网格分割, 这样有效地避免了处理各种不稳定的复杂情况 ( 如高亏格 复杂的边界等等 ) 相比于以前的方法, 该方法需要更少的特征对应点 marker, 具有更快的速度且更鲁棒

32 任意流形曲面的一致对应 已有的方法属于间接方法 首先需要构造一个临时的公共参数化域 然后, 对每个模型分别建立和公共参数化域之间的子映射 最后, 模型之间的映射通过子映射的合成来获得 然而, 对于这些间接方案, 如何高效并鲁棒地构造良好的 (well-shaped) 兼容分块 (patch layouts) 是一项困难的任务, 尤其在拓扑复杂或者狭长的区域 此外, 在合成映射的过程中, 子映射的误差可能会被放大, 这样可能导致最终的交叉映射在某些地方会有大的误差 间接方案的另一个缺点是 : 虽然映射在每一个分块中是连续的, 但分块边界的过渡部分可能并不连续的

33 任意流形曲面的一致对应 直接在 3D-3D 空间构造形状保持对应, 而无需将 3D 表面分割并展平到 2D 平面中去 ( 即通常的 3D-2D-2D-3D 过程 ), 这样有效避免了误差放大 分区边界的不连续, 以及各种需要小心处理的情况, 如交叉, 阻塞, 轮转次序, 等等 这种直接的构建方法显式地考虑形状保持属性, 关键点检测和匹配方案也显著地减少了逼近误差, 即使在输入模型之间具有非常不同的几何特征和采样率时也可取得好的效果

34 一致对应框架的三个步骤 (a) 首先, 提出了一种新的均值拉普拉斯匹配方案, 其旨在直接在 3D 空间计算形状保持对应 (b) 然后, 为了使输出的兼容网格能够更精确地匹配目标网格的重要特征, 我们引入了一种快速有效的方法来检测关键点并利用它们来很好地匹配目标网格的特征和轮廓 (c) 最后, 提出了一种顶点重分配和投影方法, 其通过局部保角的方式来进一步优化初始匹配结果 初始结果的每一个顶点被渐进地投影到目标模型上以确保生成完全的曲面匹配

35 (a) 均值拉普拉斯匹配方案 该匹配方案基于能量最小化框架 旨在获得形状保持 ( 保角 ) 对应, 并避免了少数标识点所可能导致的局部最优问题 我们的能量最小化框架包括三项 : 均值拉普拉斯能量项 E l, 渐进匹配项 E g, 和全局约束项 E c

36 (a) 均值拉普拉斯匹配方案 第一项是均值拉普拉斯能量项 E l 拉普拉斯线性操作符对网格提供了一种有效的微分表征 顶点 v i 的拉普拉斯微分坐标定义为 v i 和 1- 邻平均的差值 :

37 (a) 均值拉普拉斯匹配方案 拉普拉斯坐标是顶点 v i 和邻接顶点的平均差向量 如果设置每一个顶点的向量为 0, 则我们构建了一个平滑能量 即, 平滑地分布每个顶点, 使之尽可能近地靠近它的 1- 邻居重心 网格中所有顶点的拉普拉斯表征用矩阵形式可以描述为 :

38 (a) 均值拉普拉斯匹配方案 然而, 拉普拉斯表征形式并不能捕捉到源网格的几何属性 :

39 (a) 均值拉普拉斯匹配方案 考虑并入源网格的几何属性, 如考虑局部曲面形状的尺寸 角度和方向 这里, 我们考虑均值坐标, 其具有形状保持和低角度扭曲的优良性质 :

40 (a) 均值拉普拉斯匹配方案 均值拉普拉斯表征形式成功地反映了源网格的局部形状信息, 如狮子腿部和腹部上的线状条纹被不失真地映射到猫模型上 :

41 (a) 均值拉普拉斯匹配方案 第二项为渐进匹配项 E g 按照一致对应的定义, 我们希望兼容网格和目标网格有相同的几何, 即兼容网格应该和目标表面尽可能地逼近 采用渐进逼近尺度来作为匹配尺度 在只有少数标识点的情况下, 仍取得较好的结果

42 (a) 均值拉普拉斯匹配方案 第三项为全局约束顶点 ; 需要在两个输入网格上标记出一些标识点 这些标识点用来担当全局约束, 即先验知识 这样我们利用这些标识点来初始化整个对应过程 其中 C 是全局约束点的索引集合,c i 是标识点在目标网格的对应位置

43 (a) 均值拉普拉斯匹配方案 最终的目标函数 E 为三个误差函数的加权和 由粗到精的两步优化策略 该优化系统实际上是将源网格延展到目标网格来生成兼容网格, 这样隐式地保证了兼容网格和源网格有等同的拓扑连接

44 (b) 关键点检测与特征匹配 在经过均值拉普拉斯匹配之后, 兼容网格一般都可以很好地逼近目标网格 但如果目标网格的几何特征比源网格复杂很多时, 兼容网格可能会缺失这些高频特征, 这样就会导致轮廓的塌缩

45 关键点检测 以前方法的缺点主要是因为它们没有区分网格各个顶点的不同重要性, 而是视所有顶点同样的重要性 在我们的设置中, 检测那些对特征捕捉和误差减少其重要作用的顶点, 并给予它们特别的关注 此外, 为了减少局部扭曲, 这些点在数量上和尺度分布上都应在合适的范围内

46 关键点检测 采用离散高斯曲率, 这一曲面的重要内蕴特征, 来作为关键特征度量 为了计算关键顶点, 首先按照离散高斯曲率的大小对目标网格中所有顶点构建一个降序序列, 对逼近局部邻居的区域进行生长 为了判别一个顶点是否在局部区域之内, 我们提供了一个独立于模型尺寸的半径距离度量

47 关键点自动检测 这个度量在高曲率区域将产生更多的特征顶点, 而在平坦区域将产生较少的特征点 特征点的数目总计为网格顶点数的 1/10~1/50 可以看出不仅成功捕捉到了显著特征, 同时和以前的方法相比, 这些点在数量上和尺度分布上保持在合适的范围内

48 关键点特征匹配 检测到目标网格上的关键顶点之后, 需要将它们映射到源网格上以获得精确的匹配 由于我们统一的框架, 这个过程也是简单而直接的 其中 S 为关键点的索引集合 与目标网格取得很好地匹配 轮廓不再塌缩

49 (c) 顶点重分配和投影方案 由于是全局优化, 初始的匹配结果不能保证兼容网格上的所有顶点都落在目标网格的表面上 此外, 关键点约束有时也会引入一些形状扭曲 提出一种新的顶点重分配和投影方案, 通过局部保形 ( 角度保持 ) 的方式来进一步优化初始匹配结果 基于伞操作符 (umbrella operator), 我们的形状保持操作符被设计用于优化网格的内部顶点 伞操作符用来优化一个网格的膜能量, 其根据顶点 v i 的 1- 邻邻居的凸组合来改变该顶点的位置

50 顶点重分配和投影方案 初始结果的每一个顶点被投影到目标模型的表面上以确保获得完全的曲面匹配, 同时保持了源网格的表面特征

51 更多的实验结果

52 实验 该框架在数值上是有效的, 使用一个稀疏 LU 求解器, 在 Pentium IV 3.0GHz 的计算机上,5.5K 顶点的模型只需要 0.6 秒进行 LU 分解,0.03 秒的时间进行回代 关键点算法也非常快速 以 bumpy sphere 模型 (11444 个面片 ) 为例, 检测过程只需 0.25 秒

53 实验 该方法比以前的方法需要更少的标识点 以 lion 模型和 cat 模型为例, 与 [12] 中 77 个标识点和 [124] 中的 68 个标识点相对照, 本方法仅需要 18 个标识点就可获得一个好的对应结果

54 本例小节 在本实例中, 提出了一个新的框架在任意拓扑网格之间建立鲁棒的一致对应 均值拉普拉斯匹配方法直接在 3D-3D 空间保持形状属性而无需分割网格 通过检测关键顶点, 该方案精确地逼近目标模型的轮廓和重要特征 顶点重分配和投射方法不仅按照局部保形的方式优化了全局匹配结果, 且确保了完全的曲面匹配

55 数字几何处理研究实例 模型转导任意流形曲面的一致对应一种用于实时分割 3D 网格的笔划式交互框架凸包交叉参数化用于形状保持网格处理的均值流形操作符

56 3 笔划式网格分割及基于角度的特征感知尺度 网格分割是一个有用的工具, 可用于 : 建模, 检索, 交叉参数化, morphing, 等 笔划式 (Sketch-based) 分割的动机 : 在实际的应用中, 最终输出结果往往只有为数不多的部件 ( 一般 5~8, 通常小于 10) 而全自动分割方法受不同参数 不同模型的影响, 结果往往不能满足用户需求 所以用户会更乐意使用简单的交互方式来自己决定输出结果 [Katz et al. SIGGRAPH 03]

57 笔划式网格分割及基于角度的特征感知尺度 使用笔划式交互方法, 用户只要随意地在屏幕上画几笔笔划, 我们的系统就可给出想要的分割结果, 而且可以实现跨尺度分割

58 笔划式网格分割及基于角度的特征感知尺度 系统的三个部分 : (1) 基于顶点的区域扩散 (2) 基于面片的区域扩散 (3) 边界规整

59 第一步 : 基于顶点的区域扩散 基于角度的特征感知尺度 ( 顶点情况 ) 我们定义状态量和过程量 需要考察两个方面 : 过程量的大小, 以及状态量改变的大小 :

60 根据凹凸程度这些物理上的意义, 特征感知尺度按照过程量 a pro 和状态量 a sta 来定义 : V f ( s, t) = (1+ cos( a ))(1+ sin( a ) ) d pro sta ns est = (1 + )(1 + ns nt ) e st 同时反映了离散微分几何特征, 如曲率张量和高斯像的曲线长度 而且该尺度是尺寸独立的, 即与模型的大小无关

61 使用这个尺寸独立的感知尺度, 用区域扩散算法来实现网格模型分割 :

62 第二步 : 用于面片扩散的特征感知尺度 类似的, 定义用于面片扩散的特征感知尺度 : f ( st, ) = cos( a ) = n n F F F d sta s t

63 第三步 边界规整 基于凸包体积属性和角度连续属性进行边界规整 人类感知通常沿着主曲率的负极值来分割物体 这暗示着有意义的分割部件在某种意义上而言是凸形的 因此我们采用凸包拟合策略, 以便在边界区域构造更加紧致的凸包 单边增量凸包调整策略 : 该策略测试如果将一个边界上的面片从源部件移至目标部件时, 目标部件边界区域的凸包体积是否会增大 如果否, 则将该面片移至目标部件 U a ring b a ring Vol( CH ( Fi fi )) Vol( CH ( Fi )) a ring Vol( CH ( F )) i < T d

64 第三步 边界规整 双边动态凸包调整策略 : 该策略测试如果将一个边界上的面片从源部件移至目标部件时, 两个部件的凸包体积之和是否会减少 如果是, 则将该面片移至目标部件 a ring b ring VolCH ( ( F )) + VolCH ( ( F )) > i U a ring b b ring b Vol( CH ( F f )) + Vol( CH ( F f )) i i i i i

65 第三步 边界规整 最后, 按照对一个规则边界的视在感知来调整边界, 即最小化邻接边界角之差 :

66 分割结果 用户界面 分割框架是实时的, 并且易于使用

67 分割结果

68 分割结果 分割方法的运行时间统计 :

69 本例小节 在本实例中, 提出了一个基于笔划的网格分割框架, 提高了用户的操作体验 特征感知尺度独立于模型的大小和尺寸 同时这些尺度具有清晰的物理意义并反映了离散微分几何特征 此外, 边界规整算法取得了视觉满意的分割边界

70 数字几何处理研究实例 模型转导任意流形曲面的一致对应一种用于实时分割 3D 网格的笔划式交互框架凸包交叉参数化用于形状保持网格处理的均值流形操作符

71 4 凸包交叉参数化 不同于目前的平面参数化 球面参数化 柱面参数化和三角 patch 参数化, 提出一种新的参数化框架 : 凸包交叉参数化 ( Convex Hull Cross-Parameterization) 利用了凸包的优良属性, 如良好的逼近能力和对内部点的线性凸表征能力 动机 : 结合前面的 sketch-based 分割框架 因为根据视觉感知特性, 分割后的部件在某种意义上可以看成 ( 更接近于 ) 凸的

72 凸包交叉参数化 (a) 为了在两个输入网格之间建立交叉参数化, 我们希望参数化域既不能太 松 也不能太 紧 太规则的域, 比如球 (b), 平面, 圆柱, 和大的三角区块, 因为太通用而不能很好地逼近复杂的网格, 即域太 松 (c) 而把目标网格本身作为参数化域, 则太 紧 当两个网格具有显著不同的几何时, 可能会陷入局部最优 (d) 我们的方法首先对网格进行分割, 然后采用凸包作为合适的参数化域

73 流程图 凸包交叉参数化

74 凸包交叉参数化 利用分割时产生的兼容边界来保持连续性 连续性保持有利于减少部件边界上的扭曲误差 因为相邻部件边界上的顶点按照平均弧长比例映射到相同的目标边界位置上, 这样边界位置的映射连续性就被自然地得到保持 无需对边界进行拉直以构建三角或四角区块, 可以直接将任意的自然边界作为连续性约束以获得平滑的边界过渡

75

76 本例小节 在本实例中, 提出了一种新的分而治之的交叉参数化方法, 其首先对两个输入网格构造兼容分割, 然后使用凸包作为中间参数化域来逐部件地进行映射计算 基于部件的分割方法不仅对输入网格生成了有意义的分割, 也加速了整个方案 凸包交叉参数化方法将复杂形状的映射转化成两个简单凸形状集合的映射, 化繁为简

77 数字几何处理研究实例 模型转导任意流形曲面的一致对应一种用于实时分割 3D 网格的笔划式交互框架凸包交叉参数化用于形状保持网格处理的均值流形操作符

78 5 均值流形操作符 均值流形操作符是定义在流形曲面上的形状保持操作符 该操作符可以编 / 解码网格曲面的细节几何信息和参数化的拓扑信息 该操作符旨在构造一个弱的向量场而保持线性属性 使得我们的网格编辑系统即使在大角度形变的情况下仍可以获得满意的形变结果 动机 : 拉普拉斯微分坐标虽然是线性的, 但却具有矢量属性, 即不是旋转不变的 而存在的旋转不变表征形式虽然具有标量属性, 但却导致复杂费时的非线性优化 而均值流形操作符构造一个弱的向量场 ( 准标量场 ) 而保持准线性属性, 这样在以上两种表征形式之间取得了一个很好的平衡 可看作是原始微分表征的局部线性嵌入 (LLE), 旋转不变

79 Mean-Value Manifold Operator Non-zero vector Laplacian coordinates: zero vector, but only in 2D star-shaped case Mean-value coordinates: weak vector (close to zero vector) and nice parameterization property Mean-value manifold operator:

80 均值流形操作符

81 均值流形操作符 通常非常少的迭代 ( 在实验中 t<5, 而在 [128] 中 t 20) 即可收敛并取得视觉满意的形变结果 根据分析, 非线性的程度与顶点 1- 邻局部微分坐标的幅值有关 如果具有较小的幅值且被合理地优化 ( 如皆为正值 ), 那么迭代过程就会更快且更稳定

82 使用均值流形操作符进行形状保持的网格平滑 还可以将均值流形操作符应用到网格平滑操作上, 用于去除表面上的噪声信号 得益于统一的线性框架, 网格平滑操作也非常简单 具体地, 网格平滑方法可用如下的二次能量函数表征 平滑方法具有参数化保持性质 ( parameterization - preserving) 此外, 由于是基于约束的全局平滑, 该方法有效避免了在结果曲面上的局部塌缩

83 使用均值流形操作符进行形状保持的网格平滑

84 本例小节 在本实例中, 基于均值流形操作符, 提出了一个统一的形状保持网格处理框架, 用于网格编辑, 网格平滑, 还有前面章节提到的模型转导和一致对应等等 均值流形操作符是一个形状保持操作符, 其可以鲁棒地对局部参数化和几何信息进行编解码, 并在网格表面上构建一个弱向量场 能够对细节和参数化信息进行保持并产生良好形状的结果曲面 具有快的收敛速度和线性内存消耗, 且易于实现

85 总结与展望 数字几何处理是一门年轻并且非常活跃的新学科, 所包含的研究内容也非常广泛, 从三维模型的获取配准与重建 几何拓扑修复 网格平滑与去噪 重网格化, 到三维网格压缩 网格分割 参数化 一致对应 网格形变编辑与动画 3D 数据重定向技术等 数字几何处理与数字图像处理本质上都是一种处理离散数字信号的技术, 因此将信号处理的方法引入到数字几何处理中将是重要的方向手段 而成功的关键是如何考虑和解决三维网格模型任意弯曲 非均匀采样并缺乏规则参数化域的内在特点和难点 计算机视觉 机器学习和计算机图形学这三门学科的联系日臻紧密 如何将学习的方法引入到网格模型的分割 动画 数据修复等方面是令人感兴趣的方向

86

87 3D Visual Computing and Robotics Group Feature Line Detection on 3D Mesh Tao Luo

88 Outline Introduction of mesh processing Multi-scale feature line detection Application in digital archaeology Conclusions

89 Data types Polygonal mesh Point cloud

90 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction Geometry Connectivity [P. Alliez et al. 2004]

91 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction [J. Talton 2004] 12,000 2,

92 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction [S. Katz et al. 2003]

93 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction [Tasdizen et al. 2002]

94 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction [K. Zhou et al. 2005] [A. Sharf et al. 2006] [M. Alexa 2002]

95 Mesh processing Mesh compression Mesh simplification Mesh segmentation Mesh smoothing Mesh editing Feature extraction Line feature

96 Feature lines View-dependent lines Silhouettes, Suggestive Contours, Apparent Ridges, etc. View-independent lines Boundaries, Creases, Demarcating Curves, etc.

97 Goal : Detect the creases on meshes, along which the surface bends sharply. Applications Mesh segmentation Mesh simplification Non-photorealistic rendering (line drawings) Shape recognition etc.

98 Definition of creases The loci of points where the larger principal curvature in absolute value takes a positive maximum (negative minimum) along its corresponding curvature line Ridges kmax > kmin, emax = 0, emax tmax < 0 Valleys kmin < kmax, emin = 0, emin tmin > 0

99 Previous methods Detect creases using the differential information on a surface Put emphasis on reliable estimation of curvature and curvature derivatives Noiseless meshes References Y. Ohtake, A. Belyaev, and H.-P. Seidel, Ridgevalley lines on meshes via implicit surface fitting, SIGGRAPH 2004 S. Yoshizawa, A. Belyaev, and H.-P. Seidel, Fast and robust detection of crest lines on meshes, SPM S. Rusinkiewicz, Estimating Curvatures and Their Derivatives on Triangle Meshes, 3DPVT 2004.

100 Y. Ohtake, A. Belyaev, and H.-P. Seidel, Ridge-valley lines on meshes via implicit surface fitting, SIGGRAPH 2004

101 S. Yoshizawa, A. Belyaev, and H.-P. Seidel, Fast and robust detection of crest lines on meshes, SPM 2005.

102 Redundant lines are detected due to noise and it is difficult to distinguish them from real creases. Combine information at multiple scales to eliminate redundant lines instead of smoothing directly. [S. Rusinkiewicz, 2004]

103 Multi-scale crease detection on noisy meshes General idea Generate the discrete 3D multi-scale representation. Probabilistic estimation of local scale Estimation of curvature and curvature derivatives across all the scales Trace creases by connecting the curvature extrema points detected on the mesh edges with curvature information at selected local scales. Optional post-processing steps

104 Two issues Discrete 3D multi-scale representation Scale selection in discrete 3D scale space

105 Discrete multi-scale representation Mark Pauly, Leif P. Kobbelt, Markus Gross, Point-Based Multiscale Surface Representation, ACM Transactions on Graphics 06 Approximations at successively higher levels of smoothness. Using local weighted least squares fitting, a smooth approximation of a point cloud can be obtained.

106 Motivated by the good performance of anisotropic diffusion in 2D image processing Pietro Perona and Jitendra Malik, Scale- Space and Edge Detection Using Anisotropic Diffusion, PAMI 1990

107 Anisotropic diffusion Extension to 3D mesh F is an estimation of normal variations on meshes v = div( g( F ) v) t ( ) ( ) g x = x c g is a monotonically decreasing function whose value between 0 and 1 Smooth less around the features and get preservation of features

108 Normal variation the face normal variations between the adjacent faces sharing an edge fjk, v i ( fj ) ( f ) 1 F i = arccos n, n di k

109 Vertex gradient operator v j vi v = : v v d j di i j i Vertex is updated as follows, 1 v j v i v v + g F + g F vj v d i i d j d i ( ( ) ( )) i i i j

110 Discrete 3D multi-scale representation A series of meshes at different levels of smoothness Features are preserved in the discrete scale space. The correspondence of vertices between different scales is kept and the connectivity is not changed.

111 Probabilistic estimation of local scale Minimum Description Length Basic idea: for a given set of hypotheses H and data set D, we should try to find the hypothesis or combination of hypotheses in H that compresses D most. Description length L M t = L M + L ε ( ) ( ) ( ) Smoothed meshes residual 0 t t ε = M t 0 M t { M, t = 1,... m} t = + noise

112 Description lengths ( t ) 1 2 ( ) ε L M L ε t t t ε = v v 2 t 0 Local description length at each vertex given the local scale 2 ( ( ) ( )) = λ + ε ( ) ( ) L M v t v t v 0 tv Likelihood at each vertex given a local scale 1 pˆ k ( v) = P( M 0 ( v) t( v) = tk ) = e Z t 2 v 2 ( λ tk ε ( v) ) + t k

113 Scale selection with a prior MRF model Some prior knowledge about the distribution of local scales Piecewise constant Discontinuous at sharp features Related to variation between normals of adjacent vertices

114 Posterior distribution Pt ( t) P( M0 t) P( t M0 ) = P( M ) Estimate the posterior marginal probabilities by minimizing the function The optimal local scale 0 ( ) = ( ) ˆ ( ) + α ( ) ( ) v ( ) = max * t v t k ( ) kmax = arg max p v k k 2 2 U p pv pv pv pu vu, vu,

115 Results Distribution of local scales at vertices Maximum likelihood Maximum posterior probability

116 Smoothed mesh with local scales Smoothed mesh Noisy mesh

117 Multi-scale ridges and valleys Estimate curvatures and curvature derivatives across all scales. Curvature information is available only at selected local scales. Connect the zero-crossing points of first-order curvature derivatives on original mesh edges.

118 Estimate the curvature and its derivatives S. Rusinkiewicz, Estimating Curvatures and Their Derivatives on Triangle Meshes, 3DPVT Inspired by the algorithm of estimating per-vertex normal, namely taking a weighted average of the normals of faces touching a vertex. First compute the properties per-face, then estimate the value at each vertex as a weighted average over the immediately adjacent faces.

119 Detection of ridge vertices For every mesh edge, check whether it contains a ridge vertex. If the angle between principal directions of adjacent vertices is obtuse, emax ( v2 ) = emax ( v2 ), tmax ( v2 ) = tmax ( v2 ) Condition 1 max ( ) ( ) > min emax ( v1 ) emax ( v 2 ) < 0 k v k v

120 Condition 2 emax ( v ) i ( v 3 i v ) i tmax ( vi) > 0 Approximate a zero-crossing using linear interpolation p = ( ) + ( ) ( ) + ( ) e v v e v v max 2 1 max 1 2 e v e v max 1 max 2 k max ( p) = ( ) ( ) + ( ) ( ) e ( v ) + e ( v ) e v k v e v k v max 2 max 1 max 1 max 2 max 1 max 2

121 Connecting ridge vertices For a mesh triangle, if two ridge vertices are detected on edges If all three edges contain ridge vertices,

122 Creases detected directly Creases at a single scale Creases using our method

123 John Novatnack, Ko Nishino, Ali Shokoufandeh, Extracting 3D Shape Features in Discrete Scale-Space, 3DPVT 06 Parameterize the surface of the mesh model on a 2D plane and construct a dense normal map Computer a dense distortion map Construct a discrete scale-space by successively convolving the normal map with distortion-adapted Gaussian kernels.

124 Comparison [Novatnack et al., 2006,2007] Parameterization is time consuming. The scale space is constructed in a regular 2D representation. The feature is blurred by Gaussian convolving.

125 A stele model Max Planck model

126 Digital archaeology

127 Digital archaeology

128 3D aided line drawing

129 Efficiency------Time cost Photo 20m 8.5m Parallel projection map Traditiona l method Our method Saved time 480 hours 8 hours (for modeling) 24 hours (for line drawing) 448 hours Outside elevation Line drawing

130 The Variocana

131 The Variocana model Traditional method Our method Saved time 360 hours 4 hours (for modeling) + 2 minutes (for line drawing) about 356 hours

132

133 Conclusions Propose a multi-scale strategy to reduce redundant detection due to noise Generate a discrete multi-scale representation of a triangular mesh based on an anisotropic diffusion method Present a probabilistic method for local scale selection based on minimum description length principle with a prior MRF model Provide assistance for archeologists to draw line drawing

134 Thanks

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

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

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

θ 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

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

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

10384 19020101152519 UDC Rayleigh Quasi-Rayleigh Method for computing eigenvalues of symmetric tensors 2 0 1 3 2 0 1 3 2 0 1 3 2013 , 1. 2. [4], [27].,. [6] E- ; [7], Z-. [15]. Ramara G. kolda [1, 2],

More information

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis

Microsoft PowerPoint - CH 04 Techniques of Circuit Analysis Chap. 4 Techniques of Circuit Analysis Contents 4.1 Terminology 4.2 Introduction to the Node-Voltage Method 4.3 The Node-Voltage Method and Dependent Sources 4.4 The Node-Voltage Method: Some Special Cases

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

Introduction to Hamilton-Jacobi Equations and Periodic Homogenization

Introduction to Hamilton-Jacobi Equations  and Periodic Homogenization Introduction to Hamilton-Jacobi Equations and Periodic Yu-Yu Liu NCKU Math August 22, 2012 Yu-Yu Liu (NCKU Math) H-J equation and August 22, 2012 1 / 15 H-J equations H-J equations A Hamilton-Jacobi equation

More information

第六篇

第六篇 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) ( 第 二 年 度 計 畫 ) 編 號 : 國 家 發 展 前 瞻 規 劃 委 辦 研 究 計 畫 - 產 業 人 力 供 需 評 估 ( 含 模 型 建 立 ) 委 託 單 位 : 行 政 院 國 家 發 展 委 員 會 執 行 單 位 : 財 團 法 人 台 灣 經 濟 研

More information

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

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

10384 199928010 UDC 2002 4 2002 6 2002 2002 4 DICOM DICOM 1. 2. 3. Canny 4. 5. DICOM DICOM DICOM DICOM I Abstract Eyes are very important to our lives. Biologic parameters of anterior segment are criterions

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

08陈会广

08陈会广 第 34 卷 第 10 期 2012 年 10 月 2012,34(10):1871-1880 Resources Science Vol.34,No.10 Oct.,2012 文 章 编 号 :1007-7588(2012)10-1871-10 房 地 产 市 场 及 其 细 分 的 调 控 重 点 区 域 划 分 理 论 与 实 证 以 中 国 35 个 大 中 城 市 为 例 陈 会 广 1,

More information

acl2017_linguistically-regularized-lstm-MinlieHuang

acl2017_linguistically-regularized-lstm-MinlieHuang ACL 2017 Linguistically Regularized LSTM for Sentiment Classification Qiao Qian, Minlie Huang, Jinhao Lei, Xiaoyan Zhu Dept. of Computer Science Tsinghua University 1 aihuang@tsinghua.edu.cn Outline Introduction

More information

CGAL的安装编译

CGAL的安装编译 CGAL 的安装编译 eryar@163.com 关键字 Key Word:CGAL, C++, Delaunay Triangulation, Voronoi diagram, 一 引言 Introduction CGAL, Computational Geometry Algorithms Library, 计算几何算法库 设计目标是以 C++ 库的形式提供方便 高效 可靠的几何算法 CGAL

More information

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of

University of Science and Technology of China A dissertation for master s degree Research of e-learning style for public servants under the context of 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 新 媒 体 环 境 下 公 务 员 在 线 培 训 模 式 研 究 作 者 姓 名 : 学 科 专 业 : 导 师 姓 名 : 完 成 时 间 : 潘 琳 数 字 媒 体 周 荣 庭 教 授 二 一 二 年 五 月 University of Science and Technology of China A dissertation for

More information

俽 The goal of this project is to combine the latest technologies from digital signal processing, music information retrieval, multimedia rendering, and speech recognition to construct an integrated environment

More information

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23.

Corporate Social Responsibility CSR CSR CSR 1 2 ~ CSR 6 CSR 7 CSR 8 CSR 9 10 ~ CSR 14 CSR CSR 2013 A A 23. 24 3 Vol. 24 No. 3 2015 6 OPERATIONS RESEARCH AND MANAGEMENT SCIENCE Jun. 2015 1 2 2 1. 300071 2. 300071 Markowitz 10 F830. 59 A 1007-3221 2015 03-0275-13 Improvement of Portfolio Models Research An Empirical

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

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

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

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

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

(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

,,.,..., NURBS. : 2, B PDE. 3, PDE B., PDE. 2, Laplace-Beltrami Giaquinta-Hildebrandt. B PDE [1]). S = {x(u 1, u 2 ) R 3 : (u 1, u 2 ) D R 2 } g αβ =

,,.,..., NURBS. : 2, B PDE. 3, PDE B., PDE. 2, Laplace-Beltrami Giaquinta-Hildebrandt. B PDE [1]). S = {x(u 1, u 2 ) R 3 : (u 1, u 2 ) D R 2 } g αβ = G 1 B 1, 1 ( 1 LSEC,,,, 100190) B. Laplace-Beltrami Giaquinta-Hildebrandt, G 1 B. G 1. : B,,,. : TP391.7 :A 1, Bloor Wilson[3] (PDE),,., PDE., (MCF) PDE, ( [2, 7, 14])., MCF G 1, PDE( [6, 19, 22]),., B.

More information

Microsoft Word - ch05note_1210.doc

Microsoft Word - ch05note_1210.doc Section 5. Antiderivatives and indefinite integrals 反 導 函 數 與 不 定 積 分 上 一 章 我 們 已 經 學 過 微 分 以 及 它 的 應 用 現 在 我 們 考 慮 反 向 的 過 程, 稱 為 積 分 (antidifferentiation), 給 定 一 個 導 函 數, 找 出 它 原 始 的 函 數 積 分 也 有 許 多

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

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

More information

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

ENGG1410-F Tutorial 6

ENGG1410-F Tutorial 6 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong 1/16 Problem 1. Matrix Diagonalization Diagonalize the following matrix: A = [ ] 1 2 4 3 2/16 Solution The

More information

标题

标题 第 40 卷 第 7 期 2014 年 7 月 北 京 工 业 大 学 学 报 JOURNAL OF BEIJING UNIVERSITY OF TECHNOLOGY Vol. 40 No. 7 Jul. 2014 基 于 图 像 识 别 技 术 的 烟 包 封 条 缺 陷 检 测 赵 众, 常 灿, 陈 磊 ( 北 京 化 工 大 学 信 息 学 院, 北 京 100029) 摘 要 : 为 了

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

[29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ

[29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ 1/(cos cos ) 1 X X 20130576 863 2007AA061901 1988E mailliujun198802@126.com [29] a N d N b 2 d sin θ N b ФФ a b Ф Ф θ θ a b Fig.1 Working principle demonstration of a phased-array antenna θ B A B 1

More information

Microsoft Word - 01李惠玲ok.doc

Microsoft Word - 01李惠玲ok.doc 康 寧 學 報 11:1-20(2009) 1 數 位 學 習 於 護 理 技 術 課 程 之 運 用 與 評 值 * 李 惠 玲 ** 高 清 華 *** 呂 莉 婷 摘 要 背 景 : 網 路 科 技 在 教 育 的 使 用 已 成 為 一 種 有 利 的 教 學 輔 助 工 具 網 路 教 學 的 特 性, 在 使 學 習 可 不 分 時 間 與 空 間 不 同 進 度 把 握 即 時 性 資

More information

1 引言

1 引言 P P 第 40 卷 Vol.40 第 7 期 No.7 计 算 机 工 程 Computer Engineering 014 年 7 月 July 014 开 发 研 究 与 工 程 应 用 文 章 编 号 :1000-348(014)07-081-05 文 献 标 识 码 :A 中 图 分 类 号 :TP391.41 摘 基 于 图 像 识 别 的 震 象 云 地 震 预 测 方 法 谢 庭,

More information

Microsoft PowerPoint SSBSE .ppt [Modo de Compatibilidade]

Microsoft PowerPoint SSBSE .ppt [Modo de Compatibilidade] SSBSE 2015, Bergamo Transformed Search Based Software Engineering: A New Paradigm of SBSE He JIANG, Zhilei Ren, Xiaochen Li, Xiaochen Lai jianghe@dlut.edu.cn School of Software, Dalian Univ. of Tech. Outline

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

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A

Vol. 15 No. 1 JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb O21 A 5 200 2 Vol 5 No JOURNAL OF HARBIN UNIVERSITY OF SCIENCE AND TECHNOLOGY Feb 200 2 2 50080 2 30024 O2 A 007-2683 200 0-0087- 05 A Goodness-of-fit Test Based on Empirical Likelihood and Application ZHOU

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

Microsoft Word - HC20138_2010.doc

Microsoft Word - HC20138_2010.doc Page: 1 of 7 Date: April 26, 2010 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified by the vendor as:

More information

5 551 [3-].. [5]. [6]. [7].. API API. 1 [8-9]. [1]. W = W 1) y). x [11-12] D 2 2πR = 2z E + 2R arcsin D δ R z E = πr 1 + πr ) 2 arcsin

5 551 [3-].. [5]. [6]. [7].. API API. 1 [8-9]. [1]. W = W 1) y). x [11-12] D 2 2πR = 2z E + 2R arcsin D δ R z E = πr 1 + πr ) 2 arcsin 38 5 216 1 1),2) 163318) 163318). API. TE256 A doi 1.652/1-879-15-298 MODE OF CASING EXTERNA EXTRUSION BASED ON THE PRINCIPE OF VIRTUA WORK 1) ZHAO Wanchun,2) ZENG Jia WANG Tingting FENG Xiaohan School

More information

1 119 Clark 1951 Martin Harvey a 2003b km 2

1 119 Clark 1951 Martin Harvey a 2003b km 2 30 1 118 ~ 131 2014 3 EARTHQUAKE RESEARCH IN CHINA Vol. 30 No. 1 Mar. 2014 2014 30 1 118 ~ 131 650224 6 GIS - 2013 3 3 5. 5 0. 89 1001-4683 2014 01-118-14 P315 A 0 1481 20 500 6. 5 2012 1991 2012 10 1

More information

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多

第 2 期 王 向 东 等 : 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 257 竞 技 体 育 比 赛 越 来 越 激 烈, 为 了 提 高 体 育 训 练 的 效 率, 有 必 要 在 体 育 训 练 中 引 入 科 学 定 量 的 方 法 许 多 2014 年 4 月 图 学 学 报 April 2014 第 35 卷 第 2 期 JOURNAL OF GRAPHICS Vol.35 No.2 一 种 运 动 轨 迹 引 导 下 的 举 重 视 频 关 键 姿 态 提 取 方 法 王 向 东 1, 张 静 文 2, 毋 立 芳 2, 徐 文 泉 (1. 国 家 体 育 总 局 体 育 科 学 研 究 所, 北 京 100061;2. 北 京

More information

y 1 = 槡 P 1 1h T 1 1f 1 s 1 + 槡 P 1 2g T 1 2 interference 2f 2 s y 2 = 槡 P 2 2h T 2 2f 2 s 2 + 槡 P 2 1g T 2 1 interference 1f 1 s + n n

y 1 = 槡 P 1 1h T 1 1f 1 s 1 + 槡 P 1 2g T 1 2 interference 2f 2 s y 2 = 槡 P 2 2h T 2 2f 2 s 2 + 槡 P 2 1g T 2 1 interference 1f 1 s + n n 37 1 Vol 37 No 1 2013 1 Journal of Jiangxi Normal UniversityNatural Science Jan 2013 1000-5862201301-0037-05 MISO 郭荣新, 袁继昌 361021 2 RVQ 2 MISO 3 TN 911 7 A 0 MIMO 2 MISO 3 MIMOnetwork MIMO 3GPP LTE-A 2

More information

Microsoft PowerPoint - Ch5 The Bipolar Junction Transistor

Microsoft PowerPoint - Ch5 The Bipolar Junction Transistor O2005: Electronics The Bipolar Junction Transistor (BJT) 張大中 中央大學通訊工程系 dcchang@ce.ncu.edu.tw 中央大學通訊系張大中 Electronics, Neamen 3th Ed. 1 Bipolar Transistor Structures N P 17 10 N D 19 10 N D 15 10 中央大學通訊系張大中

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t)

Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug (,, ;,, ) (,, ) 应用概率统计 版权所有, Zhang (2002). λ q(t) 2009 8 Chinese Journal of Applied Probability and Statistics Vol.25 No.4 Aug. 2009,, 541004;,, 100124),, 100190), Zhang 2002). λ qt), Kolmogorov-Smirov, Berk and Jones 1979). λ qt).,,, λ qt),. λ qt) 1,.

More information

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/

Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University 508 YiFu Lou talk 06/ Stochastic Processes (XI) Hanjun Zhang School of Mathematics and Computational Science, Xiangtan University hjzhang001@gmail.com 508 YiFu Lou talk 06/04/2010 - Page 1 Outline 508 YiFu Lou talk 06/04/2010

More information

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

McGraw-Hill School Education Group Physics : Principles and Problems G S 24

McGraw-Hill School Education Group Physics : Principles and Problems G S 24 2017 4 357 GLOBAL EDUCATION Vol. 46 No4, 2017 * 1 / 400715 / 400715 / 400715 1 2010-2020 2 * mjzxzd1401 2012 AHA120008 1 23 3 4-7 8 9 McGraw-Hill School Education Group Physics : Principles and Problems

More information

untitled

untitled LBS Research and Application of Location Information Management Technology in LBS TP319 10290 UDC LBS Research and Application of Location Information Management Technology in LBS , LBS PDA LBS

More information

10384 27720071152270 UDC SHIBOR - Research on Dynamics of Short-term Shibor via Parametric and Nonparametric Models 2 0 1 0 0 5 2 0 1 0 0 5 2 0 1 0 0 5 2010 , 1. 2. Shibor 2006 10 8 2007 1 4 Shibor

More information

南華大學數位論文

南華大學數位論文 南 華 大 學 生 死 學 系 碩 士 論 文 國 中 學 生 地 獄 觀 之 研 究 The Study on the Imagination of Hell of Junior High School Students 研 究 生 : 陳 欣 徳 指 導 教 授 : 蔡 明 昌 博 士 中 華 民 國 一 百 零 一 年 六 月 Keep Going 讓 我 們 直 接 點 吧, 這 篇 論

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

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx

Microsoft PowerPoint - Performance Analysis of Video Streaming over LTE using.pptx ENSC 427 Communication Networks Spring 2016 Group #2 Project URL: http://www.sfu.ca/~rkieu/ensc427_project.html Amer, Zargham 301149920 Kieu, Ritchie 301149668 Xiao, Lei 301133381 1 Roadmap Introduction

More information

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :,

2 3. 1,,,.,., CAD,,,. : 1) :, 1,,. ; 2) :,, ; 3) :,; 4) : Fig. 1 Flowchart of generation and application of 3D2digital2building 2 :.. 3 : 1) :, 3 1 Vol. 3. 1 2008 2 CAA I Transactions on Intelligent Systems Feb. 2008, (,210093) :.,; 3., 3. :; ; ; ; : TP391 :A :167324785 (2008) 0120001208 A system f or automatic generation of 3D building models

More information

中文模板

中文模板 ISSN 1000-9825, CODEN RUXUEW E-mail jos@iscasaccn Journal of Software, Vol17, Supplement, November 2006, pp70 77 http//wwwjosorgcn 2006 by Journal of Software All rights reserved Tel/Fax +86-10-62562563

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库

X UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 厦门大学博硕士论文摘要库 2003 2 10384 X9915078 UDC A Post-Evaluation Research on SINOPEC Refinery Reconstruction and Expanding Project MBA 2003 2 2003 3 2003 200 / Abstract Post-evaluation is a comprehensive evaluation on an implemented

More information

% % 34

% % 34 * 2000 2005 1% 1% 1% 1% * VZDA2010-15 33 2011. 3 2009 2009 2004 2008 1982 1990 2000 2005 1% 1 1 2005 1% 34 2000 2005 1% 35 2011. 3 2000 0. 95 20-30 209592 70982 33. 9% 2005 1% 258 20-30 372301 115483 31.

More information

Journal of Northwestern Polytechnical University Apr. Vol No. 2 ICM ICM ICM ICM ICM ICM TP A

Journal of Northwestern Polytechnical University Apr. Vol No. 2 ICM ICM ICM ICM ICM ICM TP A 2012 4 30 2 Journal of Northwestern Polytechnical University Apr. Vol. 30 2012 No. 2 ICM 710072 ICM ICM ICM ICM ICM TP391. 41 A 1000-2758 2012 02-0201-05 6 2001 Kinser Johnson ICM intersecting cortical

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

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究

声 明 本 人 郑 重 声 明 : 此 处 所 提 交 的 硕 士 学 位 论 文 基 于 等 级 工 鉴 定 的 远 程 考 试 系 统 客 户 端 开 发 与 实 现, 是 本 人 在 中 国 科 学 技 术 大 学 攻 读 硕 士 学 位 期 间, 在 导 师 指 导 下 进 行 的 研 究 中 国 科 学 技 术 大 学 硕 士 学 位 论 文 题 目 : 农 村 电 工 岗 位 培 训 考 核 与 鉴 定 ( 理 论 部 分 ) 的 计 算 机 远 程 考 试 系 统 ( 服 务 器 端 ) 的 开 发 与 实 现 英 文 题 目 :The Realization of Authenticating Examination System With Computer & Web for

More information

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2

g 100mv /g 0. 5 ~ 5kHz 1 YSV8116 DASP 1 N 2. 2 [ M] { x } + [ C] { x } + [ K]{ x } = { f t } 1 M C K 3 M C K f t x t 1 [ H( ω )] = - ω 2 10 2016 10 No. 10 Modular Machine Tool & Automatic Manufacturing Technique Oct. 2016 1001-2265 2016 10-0012 - 05 DOI 10. 13462 /j. cnki. mmtamt. 2016. 10. 004 * 116024 MIMO TH166 TG502 A Dynamic Performance

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

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

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5>

<4D6963726F736F667420576F7264202D20C9CFBAA3BFC6BCBCB4F3D1A7D0C5CFA2D1A7D4BA32303136C4EAC7EFBCBEC8EBD1A7B2A9CABFD7CAB8F1BFBCCAD4CAB5CAA9CFB8D4F22D30343036C8B7B6A8B8E5> 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 年 度 博 士 资 格 考 试 实 施 细 则 一 总 则 本 细 则 由 上 海 科 技 大 学 信 息 科 学 与 技 术 学 院 ( 以 下 简 称 信 息 学 院 ) 教 学 指 导 委 员 会 讨 论 制 定, 适 用 于 信 息 学 院 2014 级 硕 士 研 究 生 的 年 度 博 士 资 格 考 试 信 息 学 院 2014

More information

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi

Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candi U17 10220 UDC624 Thesis for the Master degree in Engineering Research on Negative Pressure Wave Simulation and Signal Processing of Fluid-Conveying Pipeline Leak Candidate:Chen Hao Tutor: Xue Jinghong

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

國立中山大學學位論文典藏

國立中山大學學位論文典藏 I II III IV The theories of leadership seldom explain the difference of male leaders and female leaders. Instead of the assumption that the leaders leading traits and leading styles of two sexes are the

More information

南華大學數位論文

南華大學數位論文 The Digital Divide on the Remote Area: Regarding the community of Ta-Pang in Mt. A-li Abstract Base on the coming of information society, the digital science and technology usage suppose to be the basic

More information

Microsoft Word - 3D手册2.doc

Microsoft Word - 3D手册2.doc 第 一 章 BLOCK 前 处 理 本 章 纲 要 : 1. BLOCK 前 处 理 1.1. 创 建 新 作 业 1.2. 设 定 模 拟 控 制 参 数 1.3. 输 入 对 象 数 据 1.4. 视 图 操 作 1.5. 选 择 点 1.6. 其 他 显 示 窗 口 图 标 钮 1.7. 保 存 作 业 1.8. 退 出 DEFORMTM3D 1 1. BLOCK 前 处 理 1.1. 创 建

More information

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315.

JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct /35 TU3521 P315. 31 5 2011 10 JOURNAL OF EARTHQUAKE ENGINEERING AND ENGINEERING VIBRATION Vol. 31 No. 5 Oct. 2011 1000-1301 2011 05-0075 - 09 510405 1 /35 TU3521 P315. 8 A Earthquake simulation shaking table test and analysis

More information

UDC The Policy Risk and Prevention in Chinese Securities Market

UDC The Policy Risk and Prevention in Chinese Securities Market 10384 200106013 UDC The Policy Risk and Prevention in Chinese Securities Market 2004 5 2004 2004 2004 5 : Abstract Many scholars have discussed the question about the influence of the policy on Chinese

More information

14 17.,., Fig. 1 Bougeur gravity map of research region 2 Fig. 2 Magnetic map of research region

14 17.,., Fig. 1 Bougeur gravity map of research region 2 Fig. 2 Magnetic map of research region 1 7 1 Vol. 17 No. 1 2002 3 (13 23) PROGRESS IN GEOPHYSICS March 2002 (,,100101) [ ],, 39.,,. [ ] ; ; [] P738 [] A [ ]100422903 (2002) 0120013211 0,,.,,, NE [1 ],.., ( NE, EW,NE ),.,.,,. 1 20 20 km ( 10

More information

VLBI2010 [2] 1 mm EOP VLBI VLBI [3 5] VLBI h [6 11] VLBI VLBI VLBI VLBI VLBI GPS GPS ( ) [12] VLBI 10 m VLBI 65 m [13,14] (referen

VLBI2010 [2] 1 mm EOP VLBI VLBI [3 5] VLBI h [6 11] VLBI VLBI VLBI VLBI VLBI GPS GPS ( ) [12] VLBI 10 m VLBI 65 m [13,14] (referen 31 2 Vol. 31, No. 2 2013 5 PROGRESS IN ASTRONOMY May., 2013 doi: 10.3969/j.issn.1000-8349.2013.02.08 VLBI 1,2 1 ( 1. 200030 2. 100049 ) VLBI VLBI VLBI VLBI VLBI VLBI P228.6 A 1 (VLBI) 20 60 (ITRF) (EOP)

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

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1)

2 137 [5]. [6].. [7]. [8-9].. (PCA) PCA HIS C1C2C3.. RGB Hotelling. [1-11]. R G B 3. RGB 1) RGB M N 3 x = [x R x G x B ] T. RGB 3 3 C x (1) 28 2 21 3 JOURNAL OF APPLIED SCIENCES Electronics and Information Engineering Vol. 28 No. 2 Mar. 21 255-8297(21)2-136-6 4379. 1... TP751 P231.5 A Detection and Compensation of Shadows in High Resolution

More information

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) =

4 115,,. : p { ( x ( t), y ( t) ) x R m, y R n, t = 1,2,, p} (1),, x ( t), y ( t),,: F : R m R n.,m, n, u.,, Sigmoid. :,f Sigmoid,f ( x) = ^y k ( t) = 2007 4 4 :100026788 (2007) 0420114206, (, 430074) :,,,,,,GIS.,,. : ; ; ; ; : TP391 ;P338 : A Development of Combinatorial Intelligentized Decision2Making Support System and Its Utilization in Runoff Forecasting

More information

Microsoft Word - 林文晟3.doc

Microsoft Word - 林文晟3.doc 台 灣 管 理 學 刊 第 8 卷 第 期,008 年 8 月 pp. 33-46 建 構 農 產 運 銷 物 流 中 心 評 選 模 式 決 策 之 研 究 林 文 晟 清 雲 科 技 大 學 企 業 管 理 系 助 理 教 授 梁 榮 輝 崇 右 技 術 學 院 企 業 管 理 系 教 授 崇 右 技 術 學 院 校 長 摘 要 台 灣 乃 以 農 立 國, 農 業 經 濟 在 台 灣 經 濟

More information

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来

一 课 程 负 责 人 情 况 姓 名 吴 翊 性 别 男 出 生 年 月 1948.08.28 1. 基 本 信 息 学 位 硕 士 职 称 教 授 职 务 所 在 院 系 理 学 院 数 学 与 系 统 科 学 系 电 话 13808485157 研 究 方 向 数 据 处 理 近 三 年 来 湖 南 省 普 通 高 等 学 校 省 级 精 品 课 程 复 核 申 报 表 学 校 名 称 : 课 程 名 称 : 课 程 负 责 人 : 立 项 时 间 : 国 防 科 技 大 学 概 率 论 与 数 理 统 计 吴 翊 2009 年 课 程 网 站 地 址 :jpkc2009.nudt.edu.cn/gllysltj jpkc.nudt.edu.cn/gltj 湖 南 省 教 育 厅 制 二

More information

基于矩阵分解和矩阵变换的多义词向量研究

基于矩阵分解和矩阵变换的多义词向量研究 hyshi@pku.edu.cn 2018 6 9 Content 1 PCA VS. RPCA 2 2 3 [1] star s1 star s2 star s3 algorithm s1 algorithm s2 stars, movie, song, MVP stars, award, eagle, two-time supergiant, constellation, aurigae hash,

More information

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前

报 告 1: 郑 斌 教 授, 美 国 俄 克 拉 荷 马 大 学 医 学 图 像 特 征 分 析 与 癌 症 风 险 评 估 方 法 摘 要 : 准 确 的 评 估 癌 症 近 期 发 病 风 险 和 预 后 或 者 治 疗 效 果 是 发 展 和 建 立 精 准 医 学 的 一 个 重 要 前 东 北 大 学 中 荷 生 物 医 学 与 信 息 工 程 学 院 2016 年 度 生 物 医 学 与 信 息 工 程 论 坛 会 议 时 间 2016 年 6 月 8 日, 星 期 三,9:30 至 16:00 会 议 地 址 会 议 网 址 主 办 单 位 东 北 大 学 浑 南 校 区 沈 阳 市 浑 南 区 创 新 路 195 号 生 命 科 学 大 楼 B 座 619 报 告 厅 http://www.bmie.neu.edu.cn

More information

定稿

定稿 第 31 卷 第 8 期 2014 年 8 月 机 电 工 程 Journal of Mechanical & Electrical Engineering Vol. 31 No. 8 Aug. 2014 DOI:10.3969/j.issn.1001-4551.2014.08.008 * 基 于 逆 向 技 术 的 骨 盆 环 三 维 重 构 与 结 构 分 析 1,2 田 卫 军, 李 郁 (1.

More information

第一章 前言

第一章  前言 The Implementation of Arrhythmia Analysis System ii LabVIEW So and Chan QRS R-R interval QRS duration Tompkins and Ahlstrom 1983 R-R interval QRS duration search back 1R-R interval 8 R-R interval ± 14

More information

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378>

<4D6963726F736F667420576F7264202D20B8DFB9B0B0D3B0D3F5E0D3A6C1A6CAB5B2E2D3EBBCC6CBE3BDE1B9FBB2EED2ECD4ADD2F2B7D6CEF62DD5C5B9FAD0C22E646F6378> 高 拱 坝 坝 踵 应 力 实 测 与 计 算 结 果 差 异 原 因 分 析 张 国 新 周 秋 景 ( 中 国 水 利 水 电 科 学 研 究 院, 北 京 100038) 摘 要 : 坝 踵 应 力 是 关 系 到 混 凝 土 坝 是 否 开 裂 和 安 全 的 一 个 重 要 指 标, 不 管 是 用 结 构 力 学 法 还 是 有 限 元 法 都 能 计 算 出 坝 踵 有 一 定 的 拉

More information

Microsoft Word - 3906.doc

Microsoft Word - 3906.doc 在 线 测 试 离 我 们 有 多 远? 语 言 在 线 测 试 调 研 报 告 陈 晓 红, 蔡 静 ( 北 京 外 国 语 大 学 网 络 教 育 学 院, 北 京 100089) 摘 要 : 本 文 是 一 篇 关 于 英 语 在 线 测 试 的 调 研 报 告, 由 三 部 分 组 成 第 一 部 分 介 绍 计 算 机 在 语 言 测 试 中 的 重 要 作 用 及 各 种 基 于 计 算

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

Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem

Settlement Equation  H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+ e o log p' c + p' f! ( p' p' c c! p' o ) where ΔH = consolidation settlem Prediction of Compression and Recompression Indices of Texas Overconsolidated Clays Presented By: Sayeed Javed, Ph.D., P.E. Settlement Equation " H = CrH 1+ e o log p' o + ( p' p' c o! p' o ) CcH + 1+

More information

Microsoft Word - 19王建华.doc

Microsoft Word - 19王建华.doc 2012 年 12 月 图 学 学 报 December 2012 第 33 卷 第 6 期 JOURNAL OF GRAPHICS Vol.33 No.6 工 程 图 学 计 算 机 辅 助 教 学 实 践 与 思 考 王 建 华, 郝 育 新, 刘 令 涛 ( 北 京 信 息 科 技 大 学 机 电 学 院, 北 京 100192) 摘 要 : 随 着 计 算 机 技 术 的 迅 猛 发 展 和

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

東莞工商總會劉百樂中學

東莞工商總會劉百樂中學 /2015/ 頁 (2015 年 版 ) 目 錄 : 中 文 1 English Language 2-3 數 學 4-5 通 識 教 育 6 物 理 7 化 學 8 生 物 9 組 合 科 學 ( 化 學 ) 10 組 合 科 學 ( 生 物 ) 11 企 業 會 計 及 財 務 概 論 12 中 國 歷 史 13 歷 史 14 地 理 15 經 濟 16 資 訊 及 通 訊 科 技 17 視 覺

More information

國家圖書館典藏電子全文

國家圖書館典藏電子全文 I Abstract II III ... I Abstract...II...III... IV... VI 1...1 2...3 2-1...3 2-2...4 2-3...6 2-4...6 3...8 3-1...8 3-2...10 4...12 5...15 5-1...15 5-2...17 IV 5-3...18 6...21 6-1...21 6-2...22 6-3...22

More information

<4D F736F F D20A3B0A3B9A3AEB9D8CBA731302DBBF9D3DA436F70756C61BAAFCAFDB5C4D6E9BDADC1F7D3F2BAD3B4A8BEB6C1F7B7E1BFDDD4E2D3F62E646F63>

<4D F736F F D20A3B0A3B9A3AEB9D8CBA731302DBBF9D3DA436F70756C61BAAFCAFDB5C4D6E9BDADC1F7D3F2BAD3B4A8BEB6C1F7B7E1BFDDD4E2D3F62E646F63> 35 2 Vol.35No.2 2015 3 TROPICAL GEOGRAPHY Mar.2015 GUAN ShuaiZHA XiniDING BoLIN YingyanZHUO WenshanLIU ZufaWetness-Dryness Encountering of Runoff of the Pearl River Basin Based on Copula Functions[J]Tropical

More information

LTB G4H6-A3 - Mag.Layers Scientific Technics Co., Ltd. - Iiic.Cc

LTB G4H6-A3 - Mag.Layers Scientific Technics Co., Ltd. - Iiic.Cc ofired eramics Series UUNG-G HNOOGY OF RF SOUION Feature 特点 低温共烧陶瓷 ompact Size 体积小 Miniaturized SM packaged in low profile and lightweight. ow oss 低 ow insertion loss, high attenuation. High Soldering

More information