中心路径,centerline
1)centerline[英]['sent?lain][美]['s?nt?,la?n]中心路径
1.A study on extracting centerline in virtual endoscopy;虚拟内窥镜中心路径抽取技术
2.Improved algorithm for blood vessel centerline extraction改进的血管中心路径提取算法
3.The core of VE is extracting the centerline of the 3D object.它的关键在于三维物体中心路径的提取。
英文短句/例句

1.Centerline Extraction Based on Hessian Matrix基于Hessian矩阵的中心路径提取算法
2.An Automatic Centerline Extraction Algorithm Based on Distance from Boundary Field基于边界距离场的管腔中心路径自动提取算法
3.In this paper, a new centerline extraction algorithm based on Hessian Matrix is proposed.提出了一种基于Hessian矩阵的中心路径提取算法.
4.A Path Choice of the Sustainable Development of Central District in Metropolis;大城市中心城区可持续发展路径选择
5.A Philosophical Meditation on the Developmental Course of Chinese Personality Psychology;中国人格心理学发展路径的哲学思考
6.The Shift Route of Chinese Economic Gravity Center in Recent 50 Years;近50年来中国经济重心移动路径分析
7.Motivation & Path of Higher Education to Social Center高等教育走向社会中心的动因及路径
8.On the Path Planning Algorithm for Central Vehicle Navigation System;中心式车载导航系统中路径规划问题的研究
9.Application of Shortcut Algorithm in Choice of Logistics Center;最短路径算法在物流中心选址中的应用
10.Research on the Path Planning Model and the Simulation Technology of Machining Center On-line Inspection;加工中心在线检测路径规划模型及仿真研究
11.The Research on the Reform Path of Governing Structure in Yangpu Cable-Television Centre;杨浦有线电视中心组织治理结构改革路径探究
12.Study on the Problem of Multi-distribution Centers Vehicle Routing Based on GIS;基于GIS的多配送中心车辆路径问题的研究
13.The Research on the Path-Dependence Problem in the Corporate Core Competence;企业核心竞争力中的路径依赖问题研究
14.The Retrospective Analysis of a Clinical Pathway for Chronic Heart Failure of Traditional Chinese Medicine;慢性心力衰竭中医临床路径的回顾性分析研究
15.Objective Orientation and Route planning of Nanning Regional Financial Center;南宁区域性金融中心的目标定位与路径规划
16.Order Picking Optimization Problem in the Man on Board System in Distribution Center;配送中心MOB系统配置下配货路径优化问题
17.Qinzhou Port Logistics Centre integrated function promotion way research;钦州港口物流中心整体功能提升的路径研究
18.Comparison between development paths of modern service industry of regional central cities at home and abroad;国内外区域中心城市现代服务业发展路径比较
相关短句/例句

Central path中心路径
1.Methods Exploiting some characterizations of the central path and the NCP function,a smoothing-type method for the solution of semidefinite programs are derived.方法应用中心路径的性质及NCP函数,构造了求解半定规划的光滑化方法。
3)central path algorithm中心路径法
4)Centerline extraction中心路径提取
1.In this paper, a new centerline extraction algorithm based on Hessian Matrix is proposed.提出了一种基于Hessian矩阵的中心路径提取算法。
5)3D center path三维中心路径
1.In this paper, after summarize the main existent methods, a new 3D center path finding algorithm base on two distance fields is proposed: Between any given start-point and end-point which can be connected, the source distance field base on the start-point and the boundary distance field base on the boun.为了解决当前中心路径自动 提取算法中存在的效果差,计算量大的问题,提出了一种基于双距离场的快速三维中心路径提取算法,该算法对于 任意给定可连通的起点和终点,首先建立基于起点的源距离场和基于边界的边界距离场,然后通过两个距离场的 共同约束来快速地提取出一条连接起点和终点的中心路径,同时为了保证漫游的效果,还采用3次B样条曲线对 所获取的路径进行了光滑,最后在PC机平台上实现和测试了该算法,实验结果证明,该算法不仅速度快、效果好, 而且具有很高的灵活性。
6)central-path following method中心路径跟踪法
延伸阅读

Pro/ENGINEER中复杂几何路径的数组阵列1 引言 Pro/ENGINEER是目前应用非常广泛的CAD/CAM软件,其功能非常强大。在Pro/ENGINEER中进行特征复制时, PATTERN(数组阵列)可以一次建立多个相同的特征,比COPY(复制)省时省力。 在实际应用中,阵列的几何路径有规则的(如直线形、圆形等),也有不规则的(如平行四边形、椭圆形等)。对于规则路径,其生成较简单,如圆形路径,选取一周向驱动尺寸,输入阵列的增量与个数即可。下面以在基座上钻孔为例,介绍不规则几何路径的数组阵列。2 设计实例 首先,生成基座(如图1黑点表示孔的圆心位),其中心点位于Pro/ENGINEER中坐标系的原点,再钻出左上角的第一个孔(以基座的两条边为参考边,这两条边的交点为准原点)。然后进行数组阵列,产生其余的孔,依次选择“Pattern→General→Table”。图1 黑点表示孔的圆心位2.1 步骤一 选择图1中的尺寸“40,55”作为“表格驱动阵列的驱动尺寸”,然后选“Done”。2.2 步骤二 选择“Add”,进行表的添加(输入一个表名如A),接着打开一个窗口,其中已有的文字均为注释语句,最后一行为: idx d4(40.0) d3(55.0) 其中,idx表示这一列填的是序号,从1开始;d后的数字以实际操作中产生的为准,括号内数值为步骤1中所选驱动尺寸的值,可以看出该值的显示顺序与尺寸的选择顺序是对应的。2.3 步骤三进行表的录入,依次填入:165 5529055311555414055550856601157 7014589514591201451014514511170145121508513160115 其中1~4为上部右边的4个孔,5~7为左边3个孔,8~11为下部右边4个孔,12~13为右边剩余2个孔。2.4 步骤四 首先点击“File→Save”,并且进行保存。然后点击“File→Exit”,退出程序。之后执行“Done”即可进行阵列,如图2所示。