期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
A Deep Learning Approach to Mesh Segmentation 被引量:1
1
作者 Abubakar Sulaiman Gezawa Qicong Wang +1 位作者 Haruna Chiroma Yunqi Lei 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第5期1745-1763,共19页
In the shape analysis community,decomposing a 3D shape intomeaningful parts has become a topic of interest.3D model segmentation is largely used in tasks such as shape deformation,shape partial matching,skeleton extra... In the shape analysis community,decomposing a 3D shape intomeaningful parts has become a topic of interest.3D model segmentation is largely used in tasks such as shape deformation,shape partial matching,skeleton extraction,shape correspondence,shape annotation and texture mapping.Numerous approaches have attempted to provide better segmentation solutions;however,the majority of the previous techniques used handcrafted features,which are usually focused on a particular attribute of 3Dobjects and so are difficult to generalize.In this paper,we propose a three-stage approach for using Multi-view recurrent neural network to automatically segment a 3D shape into visually meaningful sub-meshes.The first stage involves normalizing and scaling a 3D model to fit within the unit sphere and rendering the object into different views.Contrasting viewpoints,on the other hand,might not have been associated,and a 3D region could correlate into totally distinct outcomes depending on the viewpoint.To address this,we ran each view through(shared weights)CNN and Bolster block in order to create a probability boundary map.The Bolster block simulates the area relationships between different views,which helps to improve and refine the data.In stage two,the feature maps generated in the previous step are correlated using a Recurrent Neural network to obtain compatible fine detail responses for each view.Finally,a layer that is fully connected is used to return coherent edges,which are then back project to 3D objects to produce the final segmentation.Experiments on the Princeton Segmentation Benchmark dataset show that our proposed method is effective for mesh segmentation tasks. 展开更多
关键词 Deep learning mesh segmentation 3D shape shape features
下载PDF
A fast and efficient mesh segmentation method based on improved region growing 被引量:3
2
作者 YANG Fei ZHOU Fan +2 位作者 WANG Ruo-mei LIU Li LUO Xiao-nan 《Applied Mathematics(A Journal of Chinese Universities)》 SCIE CSCD 2014年第4期468-480,共13页
Mesh segmentation is one of the important issues in digital geometry processing. Region growing method has been proven to be a efficient method for 3D mesh segmentation. However, in mesh segmentation, feature line ext... Mesh segmentation is one of the important issues in digital geometry processing. Region growing method has been proven to be a efficient method for 3D mesh segmentation. However, in mesh segmentation, feature line extraction algorithm is computationally costly, and the over-segmentation problem still exists during region merging processing. In order to tackle these problems, a fast and efficient mesh segmentation method based on improved region growing is proposed in this paper. Firstly, the dihedral angle of each non-boundary edge is defined and computed simply, then the sharp edges are detected and feature lines are extracted. After region growing process is finished, an improved region merging method will be performed in two steps by considering some geometric criteria. The experiment results show the feature line extraction algorithm can obtain the same geometric information fast with less computational costs and the improved region merging method can solve over-segmentation well. 展开更多
关键词 mesh segmentation feature line region growing dihedral angle.
下载PDF
A Spectral Segmentation Method for Large Meshes
3
作者 Xiaohan Bao Weihua Tong Falai Chen 《Communications in Mathematics and Statistics》 SCIE CSCD 2023年第3期583-607,共25页
Mesh segmentation is a fundamental and critical task in mesh processing,and it has been studied extensively in computer graphics and geometric modeling communities.However,current methods are not well suited for segme... Mesh segmentation is a fundamental and critical task in mesh processing,and it has been studied extensively in computer graphics and geometric modeling communities.However,current methods are not well suited for segmenting large meshes which are now common in many applications.This paper proposes a new spectral segmentation method specifically designed for large meshes inspired by multi-resolution representations.Building on edge collapse operators and progressive mesh representations,we first devise a feature-aware simplification algorithm that can generate a coarse mesh which keeps the same topology as the input mesh and preserves as many features of the input mesh as possible.Then,using the spectral segmentation method proposed in Tong et al.(IEEE Trans Vis Comput Graph 26(4):1807–1820,2020),we perform partition on the coarse mesh to obtain a coarse segmentation which mimics closely the desired segmentation of the input mesh.By reversing the simplification process through vertex split operators,we present a fast algorithm which maps the coarse segmentation to the input mesh and therefore obtain an initial segmentation of the input mesh.Finally,to smooth some jaggy boundaries between adjacent parts of the initial segmentation or align with the desired boundaries,we propose an efficient method to evolve those boundaries driven by geodesic curvature flows.As demonstrated by experimental results on a variety of large meshes,our method outperforms the state-of-the-art segmentation method in terms of not only speed but also usability. 展开更多
关键词 mesh segmentation Spectral method Progressive mesh Feature-aware simplification Geodesic curvature flow
原文传递
Connectivity-Based Segmentation for GPU-Accelerated Mesh Decompression 被引量:6
4
作者 赵杰伊 唐敏 童若锋 《Journal of Computer Science & Technology》 SCIE EI CSCD 2012年第6期1110-1118,共9页
We present a novel algorithm to partition large 3D meshes for GPU-accelerated decompression. Our formulation focuses on minimizing the replicated vertices between patches, and balancing the numbers of faces of patches... We present a novel algorithm to partition large 3D meshes for GPU-accelerated decompression. Our formulation focuses on minimizing the replicated vertices between patches, and balancing the numbers of faces of patches for emcient parallel computing. First we generate a topology model of the original mesh and remove vertex positions. Then we assign the centers of patches using geodesic farthest point sampling and cluster the faces according to the geodesic distance to the centers. After the segmentation we swap boundary faces to fix jagged boundaries and store the boundary vertices for whole-mesh preservation. The decompression of each patch runs on a thread of GPU, and we evaluate its performance on various large benchmarks. In practice, the GPU-based decompression algorithm runs more than 48x faster on NVIDIA GeForce GTX 580 GPU compared with that on the CPU using single core. 展开更多
关键词 parallel decompression mesh segmentation connectivity compression GPU Edgebreaker
原文传递
A framework from point clouds to workpieces
5
作者 Li‑Yong Shen Meng‑Xing Wang +2 位作者 Hong‑Yu Ma Yi‑Fei Feng Chun‑Ming Yuan 《Visual Computing for Industry,Biomedicine,and Art》 EI 2022年第1期250-267,共18页
Combining computer-aided design and computer numerical control(CNC)with global technical connections have become interesting topics in the manufacturing industry.A framework was implemented that includes point clouds ... Combining computer-aided design and computer numerical control(CNC)with global technical connections have become interesting topics in the manufacturing industry.A framework was implemented that includes point clouds to workpieces and consists of a mesh generation from geometric data,optimal surface segmentation for CNC,and tool path planning with a certified scallop height.The latest methods were introduced into the mesh generation with implicit geometric regularization and total generalized variation.Once the mesh model was obtained,a fast and robust optimal surface segmentation method is provided by establishing a weighted graph and searching for the minimum spanning tree of the graph for extraordinary points.This method is easy to implement,and the number of segmented patches can be controlled while preserving the sharp features of the workpiece.Finally,a contour parallel tool-path with a confined scallop height is generated on each patch based on B-spline fitting.Experimental results show that the proposed framework is effective and robust. 展开更多
关键词 Computer numerical control mesh reconstruction mesh segmentation Path planning Scallop height
下载PDF
Feature-aligned segmentation using correlation clustering 被引量:4
6
作者 Yixin Zhuang Hang Dou +1 位作者 Nathan Carr Tao Ju 《Computational Visual Media》 CSCD 2017年第2期147-160,共14页
We present an algorithm for segmenting a mesh into patches whose boundaries are aligned with prominent ridge and valley lines of the shape. Our key insight is that this problem can be formulated as correlation cluster... We present an algorithm for segmenting a mesh into patches whose boundaries are aligned with prominent ridge and valley lines of the shape. Our key insight is that this problem can be formulated as correlation clustering(CC), a graph partitioning problem originating from the data mining community.The formulation lends two unique advantages to our method over existing segmentation methods. First,since CC is non-parametric, our method has few parameters to tune. Second, as CC is governed by edge weights in the graph, our method offers users direct and local control over the segmentation result. Our technical contributions include the construction of the weighted graph on which CC is defined, a strategy for rapidly computing CC on this graph, and an interactive tool for editing the segmentation. Our experiments show that our method produces qualitatively better segmentations than existing methods on a wide range of inputs. 展开更多
关键词 mesh segmentation correlation clustering(CC) feature lines
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部