期刊文献+
共找到8篇文章
< 1 >
每页显示 20 50 100
A New Mesh Simplification Algorithm Based on Triangle Collapses 被引量:6
1
作者 潘志庚 周昆 石教英 《Journal of Computer Science & Technology》 SCIE EI CSCD 2001年第1期57-63,共7页
In this paper a new mesh simplification algorithm based on triangle collapses is presented. The algorithm can provide efficient error management and simplify the original mesh greatly. Progressive meshes may be constr... In this paper a new mesh simplification algorithm based on triangle collapses is presented. The algorithm can provide efficient error management and simplify the original mesh greatly. Progressive meshes may be constructed with triangle collapsing operation. To make continuous transition between level of detail (LOD) models possible, a method for interpolating is also presented. Examples illustrate the efficiency of the algorithm. 展开更多
关键词 mesh simplification triangle mesh level of detail progressive mesh
原文传递
Feature Preserving Mesh Simplification Using Feature Sensitive Metric 被引量:7
2
作者 魏瑨 楼宇 《Journal of Computer Science & Technology》 SCIE EI CSCD 2010年第3期595-605,共11页
We present a new method for feature preserving mesh simplification based on feature sensitive (FS) metric. Previous quadric error based approach is extended to a high-dimensional FS space so as to measure the geomet... We present a new method for feature preserving mesh simplification based on feature sensitive (FS) metric. Previous quadric error based approach is extended to a high-dimensional FS space so as to measure the geometric distance together with normal deviation. As the normal direction of a surface point is uniquely determined by the position in Euclidian space, we employ a two-step linear optimization scheme to efficiently derive the constrained optimal target point. We demonstrate that our algorithm can preserve features more precisely under the global geometric properties, and can naturally retain more triangular patches on the feature regions without special feature detection procedure during the simplification process. Taking the advantage of the blow-up phenomenon in FS space, we design an error weight that can produce more suitable results. We also show that Hausdorff distance is markedly reduced during FS simplification. 展开更多
关键词 mesh simplification feature preserving feature sensitive (FS) metric
原文传递
Laplacian-based 3D mesh simplification with feature preservation 被引量:1
3
作者 Wei Lyu Wei Wu +2 位作者 Lin Zhang Zhaohui Wu Zhong Zhou 《International Journal of Modeling, Simulation, and Scientific Computing》 EI 2019年第2期64-82,共19页
We propose a novel Laplacian-based algorithm that simplifies triangle surface meshes and can provide different preservation ratios of geometric features.Our efficient and fast algorithm uses a 3D mesh model as input a... We propose a novel Laplacian-based algorithm that simplifies triangle surface meshes and can provide different preservation ratios of geometric features.Our efficient and fast algorithm uses a 3D mesh model as input and initially detects geometric features by using a Laplacian-based shape descriptor(L-descriptor).The algorithm further performs an optimized clustering approach that combines a Laplacian operator with K-means clustering algorithm to perform vertex classification.Moreover,we introduce a Laplacian weighted cost function based on L-descriptor to perform feature weighting and error statistics comparison,which are further used to change the deletion order of the model elements and preserve the saliency features.Our algorithm can provide different preservation ratios of geometric features and may be extended to handle arbitrary mesh topologies.Our experiments on a variety of 3D surface meshes demonstrate the advantages of our algorithm in terms of improving accuracy and applicability,and preserving saliency geometric features. 展开更多
关键词 mesh simplification L-descriptor feature weighting feature metric feature preservation
原文传递
Mesh simplification algorithm based on edge curvature metrics and local optimization
4
作者 Jun Huang Xiuhui Wang Jun Wang 《International Journal of Modeling, Simulation, and Scientific Computing》 EI 2020年第1期28-41,共14页
Aiming at the problem that the mesh simplification algorithm loses the geometric features of the model in large-scale simplification,an improved half-edge collapse mesh simplification algorithm is proposed.The concept... Aiming at the problem that the mesh simplification algorithm loses the geometric features of the model in large-scale simplification,an improved half-edge collapse mesh simplification algorithm is proposed.The concept of approximate measurement of edge curvature is introduced,and the edge curvature is added to the error measure,so that the order of half-edge collapse of the mesh is changed,and the simplified details of the mesh model can be preserved accurately.At the same time,by analyzing the quality of simplified triangular mesh,optimizing triangular mesh locally,reducing the amount of narrow triangles,the quality of the simplified model is improved.The proposed algorithm was tested on Cow model,Car model and Bunny model,and compared with another three algorithms,one of them is a classical mesh simplification algorithm based on edge collapse,the other is an improved algorithm of the classical one.The experimental results show that the improved algorithm can better retain the detail features of the original model at the same reduction ratio,and has reasonable mesh allocation,fast execution speed and small error. 展开更多
关键词 mesh simplification half-edge collapse edge curvature local optimization mesh quality
原文传递
Complex Model Simplification Algorithm with Improved Error Evaluation
5
作者 JIANGHong-bo LUYan-sheng TANGBo 《Wuhan University Journal of Natural Sciences》 EI CAS 2005年第2期380-384,共5页
Given the framework of incremental mesh simplification based on edgecollapse, the paper proposes a mesh simplification algorithm using an improved approach formeasuring simplification error. The algorithm uses edge co... Given the framework of incremental mesh simplification based on edgecollapse, the paper proposes a mesh simplification algorithm using an improved approach formeasuring simplification error. The algorithm uses edge collapse to simplify the trianglemesh andmaintains surface error approximations using c-error for the faces which have changed after edgecollapse and d-crror for the faces which become degenerated after edge collapse. Also, we reportsome results using a variety of computer graphics models, which can show that the algorithm canachieve the desired simplification effect. 展开更多
关键词 mesh simplification c-crror d-error edge collapse
下载PDF
Method of Direct Texture Synthesis on Arbitrary Surfaces 被引量:7
6
作者 Fu-LiWu Chun-HuiMei Jiao-YingShi 《Journal of Computer Science & Technology》 SCIE EI CSCD 2004年第5期643-649,共7页
A direct texture synthesis method on arbitrary surfaces is proposed in thispaper. The idea is to recursively map triangles on surface to texture space until the surface iscompletely mapped. First, the surface is simpl... A direct texture synthesis method on arbitrary surfaces is proposed in thispaper. The idea is to recursively map triangles on surface to texture space until the surface iscompletely mapped. First, the surface is simplified and a tangential vector field is created overthe simplified mesh. Then, mapping process searches for the most optimal texture coordinates intexture sample for each triangle, and the textures of neighboring triangles are blended on the mesh.All synthesized texture triangles are compressed to an atlas. Finally, the simplified mesh issubdivided to approach the initial surface. The algorithm has several advantages over formermethods: it synthesizes texture on surface without local parameterization; it does not needpartitioning surface to patches; and it does not need a particular texture sample. The resultsdemonstrate that the new algorithm is applicable to a wide variety of texture samples and anytriangulated surfaces. 展开更多
关键词 texture synthesis texture mapping mesh simplification computer graphics
原文传递
Automatic Cage Building with Quadric Error Metrics 被引量:2
7
作者 邓正杰 罗笑南 苗晓萍 《Journal of Computer Science & Technology》 SCIE EI CSCD 2011年第3期538-547,共10页
Modern computer graphics applications usually require high resolution object models for realistic rendering. However, it is expensive and difficult to deform such models in real time. In order to reduce the computatio... Modern computer graphics applications usually require high resolution object models for realistic rendering. However, it is expensive and difficult to deform such models in real time. In order to reduce the computational cost during deformations, a dense model is often manipulated through a simplified structure, called cage, which envelops the model. However, cages are usually built interactively by users, which is tedious and time-consuming. In this paper, we introduce a novel method that can build cages automatically for both 2D polygons and 3D triangular meshes. The method consists of two steps: 1) simplifying the input model with quadric error metrics and quadratic programming to build a coarse cage; 2) removing the self-intersections of the coarse cage with Delaunay partitions. With this new method, a user can build a cage to envelop an input model either entirely or partially with the approximate vertex number the user specifies. Experimental results show that, compared to other cage building methods with the same number of vertex, cages built by our method are more similar to the input models. Thus, the dense models can be manipulated with higher accuracy through our cages. 展开更多
关键词 CAGE quadric error metrics mesh simplification SELF-INTERSECTION DEFORMATION
原文传递
An Algorithm for LOD by Merging Near Coplanar Faces Based on Gauss Sphere
8
作者 曹卫群 鲍虎军 彭群生 《Journal of Computer Science & Technology》 SCIE EI CSCD 2001年第5期450-457,共8页
LOD (Level of Detail) models are widely used recently to accelerate the rendering of 3D scenes. An algorithm that creates multiple levels of detail for 3D scene by merging near-coplanar faces is presented in this pape... LOD (Level of Detail) models are widely used recently to accelerate the rendering of 3D scenes. An algorithm that creates multiple levels of detail for 3D scene by merging near-coplanar faces is presented in this paper. First a Gauss sphere is defined for the model of scene and it is divided into meshes near-uniformly. Then, the faces of objects are attached to the respective spherical meshes according to their normal direction. If faces attached to the same mesh are connected with each other, they are merged to form a near coplanar patch (Superface). Isolated vertices inside the patch are removed and the patch is retriangulated. To further improve the simplification, vicinity vertices on the boundary of the surface patch are merged. In the algorithm, a planar separate rule planar-enneatree is adopted to set up a hierarchical structure of the Gauss sphere, which is used to support the hierarchical model of the scene (LOD). The experimental result shows that the algorithm can achieve desired simplification effects. 展开更多
关键词 multiple level of detail mesh simplification gauss sphere coplanar merging
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部