Three-dimensional model simplifying method based on visual feature measurement
A technology of visual features and 3D models, applied in the field of 3D model simplification, it can solve problems such as loss of visual features, visual degradation, and failure of grids to be preferentially retained.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0053] Below in conjunction with embodiment the present invention is described in further detail
[0054] The three-dimensional model original data of the present invention adopts the three-dimensional model Happy Buddha of the PLY form of Stanford University, and original model contains 108,770 triangular faces, and the step of its simplified model is as follows:
[0055] 1. Vertex type analysis, first load the 3D model of Happy Buddha, and then perform connectivity analysis on the vertices of the model, and divide the vertices into four types: common vertices, boundary vertices, special vertices and isolated vertices. The data structure implemented by the vertex class is shown in Table 1.
[0056] enum
class CVertex
VertexType
{
VT_NORMAL;
VT_BORDER;
VT_SPECIAL;
VT_SINGLE;
};
{
VertexType m_eType;
float m_fError;
Vectorm_vecNeiVert;
Vectorm_vecNeiFace;
};
[0057] 2. Error calculation based...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com