首页 > 最新文献

2013 International Conference on Virtual Reality and Visualization最新文献

英文 中文
Fast Collision Detection Algorithm Based on Parallel Ant 基于并行蚂蚁的快速碰撞检测算法
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.50
Huiyan Qu, Zhao Wei
In order to improve the real-time, precision and interactivity of collision detection, based on detailed study of intelligent optimization algorithm technology, we propose a parallel ant colony optimization algorithm, which is introduced into improved random collision detection algorithm, in preliminary testing phase we use balancing bounding box tree first to rule out disjoint objects quickly, use parallel thought[1] to accelerate the speed of collision detection, regard the basic unit and leaves of object as "ants", and then traverse the search. Compare to traditional serial and parallel collision detection algorithm and partial parallel collision detection algorithm, especially for large-scale optimization problems, in the premise does not affect the accuracy and interactivity, the algorithm accelerate the collision detection efficiency further and reduce the time complexity.
为了提高碰撞检测的实时性、精度和交互性,在详细研究智能优化算法技术的基础上,提出了一种并行蚁群优化算法,并将该算法引入改进的随机碰撞检测算法中,在初步测试阶段首先采用平衡边界盒树快速排除不相交物体,采用并行思想[1]加快碰撞检测速度;将对象的基本单位和叶子视为“蚂蚁”,然后遍历搜索。与传统的串行并行碰撞检测算法和部分并行碰撞检测算法相比,特别是对于大规模优化问题,该算法在不影响精度和交互性的前提下,进一步加快了碰撞检测效率,降低了时间复杂度。
{"title":"Fast Collision Detection Algorithm Based on Parallel Ant","authors":"Huiyan Qu, Zhao Wei","doi":"10.1109/ICVRV.2013.50","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.50","url":null,"abstract":"In order to improve the real-time, precision and interactivity of collision detection, based on detailed study of intelligent optimization algorithm technology, we propose a parallel ant colony optimization algorithm, which is introduced into improved random collision detection algorithm, in preliminary testing phase we use balancing bounding box tree first to rule out disjoint objects quickly, use parallel thought[1] to accelerate the speed of collision detection, regard the basic unit and leaves of object as \"ants\", and then traverse the search. Compare to traditional serial and parallel collision detection algorithm and partial parallel collision detection algorithm, especially for large-scale optimization problems, in the premise does not affect the accuracy and interactivity, the algorithm accelerate the collision detection efficiency further and reduce the time complexity.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"153 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123242823","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A Fast Collision Detection Algorithm Based on Multi-Agent Particle Swarm Optimization 基于多智能体粒子群优化的快速碰撞检测算法
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.52
Fu Yue-wen, Liang Jia-hong, Hu Xiao-qian, Yang Shan-liang
In this paper, a fast collision detection algorithm based on multi-agent particle swarm optimization (MPSO) is proposed. We use the stochastic method to convert the collision detection problem into a nonlinear optimization problem in the distance mechanism. Combined with the evolution strategy of particle swarm optimization and the multi-agent system technology, a multi-agent particle swarm optimization based on the hierarchical topology structure is presented for the problem. The simulation results prove that this algorithm has a good optimal searching performance and it can satisfy the real-time requirement.
提出了一种基于多智能体粒子群优化的快速碰撞检测算法。我们利用随机方法将碰撞检测问题转化为距离机制下的非线性优化问题。结合粒子群优化的进化策略和多智能体系统技术,提出了一种基于分层拓扑结构的多智能体粒子群优化方法。仿真结果表明,该算法具有良好的最优搜索性能,能够满足实时性要求。
{"title":"A Fast Collision Detection Algorithm Based on Multi-Agent Particle Swarm Optimization","authors":"Fu Yue-wen, Liang Jia-hong, Hu Xiao-qian, Yang Shan-liang","doi":"10.1109/ICVRV.2013.52","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.52","url":null,"abstract":"In this paper, a fast collision detection algorithm based on multi-agent particle swarm optimization (MPSO) is proposed. We use the stochastic method to convert the collision detection problem into a nonlinear optimization problem in the distance mechanism. Combined with the evolution strategy of particle swarm optimization and the multi-agent system technology, a multi-agent particle swarm optimization based on the hierarchical topology structure is presented for the problem. The simulation results prove that this algorithm has a good optimal searching performance and it can satisfy the real-time requirement.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"80 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130107319","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Fast Mobility Model Prototyping in Network Simulations Using Game Engine 基于游戏引擎的网络仿真中的快速移动模型原型
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.31
Xun Luo, Na Yu
Mobility modeling is an important aspect of network simulation. At the same time, there are currently no efficient approaches for this task. We propose a fast prototyping solution of mobility models for network simulation. Our implementation consists of three parts: the steps to build macro and micro mobility models using game engine, a middle ware to integrate mobility modeling application with network simulators, and two experimental mobility models using Point of Interests. Both qualitative feedback and quantitative evaluation results show effectiveness and efficiency of our solution.
移动性建模是网络仿真的一个重要方面。与此同时,目前还没有有效的方法来完成这项任务。我们提出了一种用于网络仿真的移动模型快速原型解决方案。我们的实现包括三个部分:使用游戏引擎构建宏观和微观移动模型的步骤,将移动建模应用程序与网络模拟器集成的中间件,以及使用兴趣点的两个实验性移动模型。定性反馈和定量评价结果均表明了解决方案的有效性和高效性。
{"title":"Fast Mobility Model Prototyping in Network Simulations Using Game Engine","authors":"Xun Luo, Na Yu","doi":"10.1109/ICVRV.2013.31","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.31","url":null,"abstract":"Mobility modeling is an important aspect of network simulation. At the same time, there are currently no efficient approaches for this task. We propose a fast prototyping solution of mobility models for network simulation. Our implementation consists of three parts: the steps to build macro and micro mobility models using game engine, a middle ware to integrate mobility modeling application with network simulators, and two experimental mobility models using Point of Interests. Both qualitative feedback and quantitative evaluation results show effectiveness and efficiency of our solution.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"03 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129142030","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Simulation Study of Projectile Fragment Distribution Under the Condition of Airburst 空炸条件下弹丸破片分布的仿真研究
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.55
Ma Yong-zhong, Wang Yi-fei
Based on the theory analysis to the space distribution regularity of pellet fragments, consorting with spherical target experiment and the initial velocity experiment of pellet fragments, we get the change regularity of space distribution of density and initial velocity of pellet fragments following falling speed in dynamic explosion. This paper first establishes the mathematical model of the projectile fragment distribution under the air burst condition, and then combines the results of spherical target test and projectile fragment initial velocity test to conduct the simulation analysis on the law of projectile fragment initial velocity and density with the change of falling speed, finally get the conclusion which meets the real situation. The conclusion has a guiding significance to improve the projectile structure design and to improve lethality.
通过对弹丸破片空间分布规律的理论分析,结合球靶实验和弹丸破片初速实验,得到了动态爆炸中弹丸破片密度空间分布和弹丸破片初速随下落速度的变化规律。本文首先建立了空爆条件下弹丸破片分布的数学模型,然后结合球靶试验和弹丸破片初速试验的结果,对弹丸破片初速和密度随下落速度变化的规律进行了仿真分析,最终得到了符合实际情况的结论。该结论对改进弹体结构设计,提高杀伤力具有指导意义。
{"title":"Simulation Study of Projectile Fragment Distribution Under the Condition of Airburst","authors":"Ma Yong-zhong, Wang Yi-fei","doi":"10.1109/ICVRV.2013.55","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.55","url":null,"abstract":"Based on the theory analysis to the space distribution regularity of pellet fragments, consorting with spherical target experiment and the initial velocity experiment of pellet fragments, we get the change regularity of space distribution of density and initial velocity of pellet fragments following falling speed in dynamic explosion. This paper first establishes the mathematical model of the projectile fragment distribution under the air burst condition, and then combines the results of spherical target test and projectile fragment initial velocity test to conduct the simulation analysis on the law of projectile fragment initial velocity and density with the change of falling speed, finally get the conclusion which meets the real situation. The conclusion has a guiding significance to improve the projectile structure design and to improve lethality.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128477811","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An Effective Blur Invariant Interest Point Detector 一种有效的模糊不变量兴趣点检测器
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.54
Jin Xie, Zixing Cai
In order to extract interest point under some object deformations, such as image blur, geometric deformation et al., an invariant interest point detector based on Gabor multi scale-space was proposed. Firstly, build the Gabor multi scale-space representation by smoothing the image with a series of Gabor filters, secondly, detect the interest points by searching maximum response in the Gabor multi scale-space and determine the characteristic scale directly, finally, describe the local structure of interest point. The experimental data demonstrate that the proposed detector obtains the best performance under image blur in terms of repeatability and matching score.
为了在图像模糊、几何变形等物体变形情况下提取兴趣点,提出了一种基于Gabor多尺度空间的不变性兴趣点检测器。首先,通过一系列Gabor滤波器对图像进行平滑处理,构建Gabor多尺度空间表示;其次,通过在Gabor多尺度空间中搜索最大响应来检测兴趣点,并直接确定特征尺度;最后,描述兴趣点的局部结构。实验数据表明,在图像模糊情况下,该检测器在重复性和匹配分数方面都取得了较好的效果。
{"title":"An Effective Blur Invariant Interest Point Detector","authors":"Jin Xie, Zixing Cai","doi":"10.1109/ICVRV.2013.54","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.54","url":null,"abstract":"In order to extract interest point under some object deformations, such as image blur, geometric deformation et al., an invariant interest point detector based on Gabor multi scale-space was proposed. Firstly, build the Gabor multi scale-space representation by smoothing the image with a series of Gabor filters, secondly, detect the interest points by searching maximum response in the Gabor multi scale-space and determine the characteristic scale directly, finally, describe the local structure of interest point. The experimental data demonstrate that the proposed detector obtains the best performance under image blur in terms of repeatability and matching score.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128802253","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A Liver Vessel Skeleton Line Reconstruction Method Based on Linear Interpolation 基于线性插值的肝血管骨架线重建方法
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.49
Zhenxiang Wu, Xiaoxi Guo, Xiaoyang Huang, Shaohui Huang
The liver is one of the largest internal organs in the human body and has the most complicated vascular system. However, it is difficult to obtain very high-quality images in clinical. Meanwhile, a good understanding and observation of skeleton lines of the liver vessel system is one of the key factors to the judgment and planning of surgeries. To recover the diameter information lost both in the CT imaging and in the following segmentation and thinning stages, in this paper the linear interpolation method was first discussed as an attempt, then some improvements and approaches for a better interpolation were introduced. The result showed that our reconstruction method was practical and had good performance.
肝脏是人体最大的内脏器官之一,拥有最复杂的血管系统。然而,在临床上很难获得高质量的图像。同时,对肝血管系统骨架线的了解和观察是判断和规划手术的关键因素之一。为了恢复在CT成像以及随后的分割和细化阶段中丢失的直径信息,本文首先讨论了线性插值方法作为一种尝试,然后介绍了一些改进和更好的插值方法。结果表明,该方法具有较好的重建效果和实用性。
{"title":"A Liver Vessel Skeleton Line Reconstruction Method Based on Linear Interpolation","authors":"Zhenxiang Wu, Xiaoxi Guo, Xiaoyang Huang, Shaohui Huang","doi":"10.1109/ICVRV.2013.49","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.49","url":null,"abstract":"The liver is one of the largest internal organs in the human body and has the most complicated vascular system. However, it is difficult to obtain very high-quality images in clinical. Meanwhile, a good understanding and observation of skeleton lines of the liver vessel system is one of the key factors to the judgment and planning of surgeries. To recover the diameter information lost both in the CT imaging and in the following segmentation and thinning stages, in this paper the linear interpolation method was first discussed as an attempt, then some improvements and approaches for a better interpolation were introduced. The result showed that our reconstruction method was practical and had good performance.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131539027","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Wrist Recognition and the Center of the Palm Estimation Based on Depth Camera 基于深度相机的腕部识别与手掌中心估计
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.24
Zhengwei Yao, Zhigeng Pan, Shuchang Xu
When the hand and the forearm enter the available depth range of the depth camera, the data of the hand and the forearm will be extracted together. If process these data as a whole, which maybe affect some important algorithms such as the center of the palm estimation, the orientation of the hand estimation and hand tracing. The paper analyzes the motion features of the wrist and the contour features of the hand, takes advantage of the geometric characteristics of an inscribed rectangle and proposes a wrist recognition algorithm. In order to reduce the computing time of estimating the center of the palm, the paper analyzes the geometric characteristics of an acute triangle and an inscribed circle, combines the features of the hand interaction and proposes a new algorithm of estimating the center of the palm. Proved by the experiments, the wrist recognition algorithm can separate the hand from the forearm well, and the new algorithm of estimating the center of the palm has a distinct advantage over the original algorithms in the performance.
当手和前臂进入深度相机的可用深度范围时,将手和前臂的数据一起提取。如果将这些数据作为一个整体来处理,可能会影响到一些重要的算法,如手掌中心估计、手部方向估计和手部跟踪。分析了腕部的运动特征和手的轮廓特征,利用内切矩形的几何特征,提出了一种腕部识别算法。为了减少掌心估计的计算时间,分析了锐角三角形和内切圆的几何特征,结合手交互的特点,提出了一种新的掌心估计算法。实验证明,手腕识别算法可以很好地将手和前臂分开,并且新的手掌中心估计算法在性能上比原有算法有明显的优势。
{"title":"Wrist Recognition and the Center of the Palm Estimation Based on Depth Camera","authors":"Zhengwei Yao, Zhigeng Pan, Shuchang Xu","doi":"10.1109/ICVRV.2013.24","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.24","url":null,"abstract":"When the hand and the forearm enter the available depth range of the depth camera, the data of the hand and the forearm will be extracted together. If process these data as a whole, which maybe affect some important algorithms such as the center of the palm estimation, the orientation of the hand estimation and hand tracing. The paper analyzes the motion features of the wrist and the contour features of the hand, takes advantage of the geometric characteristics of an inscribed rectangle and proposes a wrist recognition algorithm. In order to reduce the computing time of estimating the center of the palm, the paper analyzes the geometric characteristics of an acute triangle and an inscribed circle, combines the features of the hand interaction and proposes a new algorithm of estimating the center of the palm. Proved by the experiments, the wrist recognition algorithm can separate the hand from the forearm well, and the new algorithm of estimating the center of the palm has a distinct advantage over the original algorithms in the performance.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114349650","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
The Validation Method of Simulation Model Based on K-Means Clustering and Fisher Discriminant Analysis 基于k均值聚类和Fisher判别分析的仿真模型验证方法
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.61
J. Song, Li Wei, Yang Ming
Usually, many simulation models of a system are provided. The most credible model should be selected. When the system only has a single output, some classic validation methods can solve the problem. But they become powerless when the system has multiple outputs with different data types. For solving the problem, the feature differences of each kind data were given, the simulation outputs were divided into k kinds of clusters based on K-means clustering, and which cluster the reference output belongs to was judged based on Fisher discriminant analysis. The simulation models whose outputs and reference output are in the same cluster are considered credible, and the model whose output is nearest to the reference output is the most credible one. In the application, the most credible model of the attitude control system of a missile was judged effectively by the method.
通常,会提供一个系统的多个仿真模型。应该选择最可信的模型。当系统只有一个输出时,一些经典的验证方法可以解决这个问题。但是当系统有多个不同数据类型的输出时,它们就无能为力了。为了解决这一问题,给出了每一类数据的特征差异,基于k -means聚类将仿真输出分为k类聚类,并基于Fisher判别分析判断参考输出属于哪一类聚类。仿真模型的输出与参考输出在同一簇的模型被认为是可信的,输出最接近参考输出的模型是最可信的。在实际应用中,该方法能有效地判断出导弹姿态控制系统的最可信模型。
{"title":"The Validation Method of Simulation Model Based on K-Means Clustering and Fisher Discriminant Analysis","authors":"J. Song, Li Wei, Yang Ming","doi":"10.1109/ICVRV.2013.61","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.61","url":null,"abstract":"Usually, many simulation models of a system are provided. The most credible model should be selected. When the system only has a single output, some classic validation methods can solve the problem. But they become powerless when the system has multiple outputs with different data types. For solving the problem, the feature differences of each kind data were given, the simulation outputs were divided into k kinds of clusters based on K-means clustering, and which cluster the reference output belongs to was judged based on Fisher discriminant analysis. The simulation models whose outputs and reference output are in the same cluster are considered credible, and the model whose output is nearest to the reference output is the most credible one. In the application, the most credible model of the attitude control system of a missile was judged effectively by the method.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121300408","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Based on Parameter Equation Function Rational Spline Interpolation with the Shape Preserved 基于参数方程的保形函数有理样条插值
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.58
Peng Feng-Bin, Li Shan-shan, Wei Yanjie, Wang Qiang
A rational cubic spline function (3/2) involving two shape parameters is presented, and is applied to the interpolation problem with the data that its type is parameter equation function. Based on it, we deduce a sufficient condition for sign preserving and monotonicity preserving. Thus by adjusting the shape parameters, it can interactively modify the shape of the interpolation curve and meet the relevant requirement for shape preserving. Furthermore, the error estimation of the spline interpolant is also given. And the relevant numerical experiments confirm the previous conclusion.
提出了一个包含两个形状参数的有理三次样条函数(3/2),并将其应用于其类型为参数方程函数的插值问题。在此基础上,推导出了保持符号和保持单调性的充分条件。通过调整形状参数,可以交互式地修改插补曲线的形状,满足保形的相关要求。此外,还给出了样条插值的误差估计。并通过相关的数值实验验证了上述结论。
{"title":"Based on Parameter Equation Function Rational Spline Interpolation with the Shape Preserved","authors":"Peng Feng-Bin, Li Shan-shan, Wei Yanjie, Wang Qiang","doi":"10.1109/ICVRV.2013.58","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.58","url":null,"abstract":"A rational cubic spline function (3/2) involving two shape parameters is presented, and is applied to the interpolation problem with the data that its type is parameter equation function. Based on it, we deduce a sufficient condition for sign preserving and monotonicity preserving. Thus by adjusting the shape parameters, it can interactively modify the shape of the interpolation curve and meet the relevant requirement for shape preserving. Furthermore, the error estimation of the spline interpolant is also given. And the relevant numerical experiments confirm the previous conclusion.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"64 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121720033","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Geometric Based Structure Propagation and Texture Matching for 3D Texture Completion 基于几何的结构传播和纹理匹配的3D纹理完成
Pub Date : 2013-09-14 DOI: 10.1109/ICVRV.2013.22
Kan Guo, Xiaowu Chen, Yili Liu, Bin Zhou, Yu Guo
This paper proposes a novel method to complete the missing appearance of mesh surfaces through structure propagation and texture matching. In advance, the appearance on surfaces is divided into structure and texture components. First, the missing structures are predicted through structure propagation. The structure propagation is guided by surfaces geometric features by using 3D tensor voting and crest line detection. Then, with the guidance of predicted structures, the optimal local sample patches are matched to in paint the missing texture. Finally, the completed result is obtained by mapping the optimal patches to the missing texture regions on surface. We acquire convincing completion results as shown in the experiments and comparisons.
本文提出了一种通过结构传播和纹理匹配来弥补网格表面缺失外观的新方法。预先将表面上的外观分为结构和纹理组件。首先,通过结构传播预测缺失结构。通过三维张量投票和波峰线检测,利用曲面几何特征引导结构传播。然后,在预测结构的指导下,匹配最优的局部样本补丁来绘制缺失的纹理。最后,将最优补丁映射到表面缺失的纹理区域,得到完整的结果。通过实验和比较,得到了令人信服的补全结果。
{"title":"Geometric Based Structure Propagation and Texture Matching for 3D Texture Completion","authors":"Kan Guo, Xiaowu Chen, Yili Liu, Bin Zhou, Yu Guo","doi":"10.1109/ICVRV.2013.22","DOIUrl":"https://doi.org/10.1109/ICVRV.2013.22","url":null,"abstract":"This paper proposes a novel method to complete the missing appearance of mesh surfaces through structure propagation and texture matching. In advance, the appearance on surfaces is divided into structure and texture components. First, the missing structures are predicted through structure propagation. The structure propagation is guided by surfaces geometric features by using 3D tensor voting and crest line detection. Then, with the guidance of predicted structures, the optimal local sample patches are matched to in paint the missing texture. Finally, the completed result is obtained by mapping the optimal patches to the missing texture regions on surface. We acquire convincing completion results as shown in the experiments and comparisons.","PeriodicalId":179465,"journal":{"name":"2013 International Conference on Virtual Reality and Visualization","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2013-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125432786","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
2013 International Conference on Virtual Reality and Visualization
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1