%-------------------------------------------------------------------------------
Goal : Develop the module for 3D mesh comparison, in ACIS environment
Todo :
- Study
- Qualitative shape (search, detection, matching, comparison, ...)
- MeshLab(VCG) or OpenMesh library
- ACIS
2. Implementation
- TBA...
%-------------------------------------------------------------------------------
- Qualitative shape (search, detection, matching, comparison, ...)
- Global feature-based --> "...fail to capture the specific details of a shape..." less preferred
Manufacturing feature-based--> we don't have the required input data- Graph based --> B-Rep / Voxel based? less preferred
- Histogram-based
Product information based--> we don't have the required input data
- Conceptually divided into 1) alignment and 2) comparison stage.[Hanra, Soonjo]
- Obviously, defining the distance metric will be the key-point
- On the other hand, the research objective is strictly limited to the parts for shipbuilding,
so maybe we can make contribution in that circumstances.
- MeshLab is a tool based on the VCG.
- Not used before in library level(VCG), only the MeshLab script is used in Macro-Parametrics project.
- OpenMesh is a library based on half-edge data structure of the mesh, used before on the work
presented in ACDDE 2012.
- Both OpenMesh and VCG has a default mesh comparison functionality.
- On OpenMesh(OpenFlipper)
Comparison result between the sphere and box.
Euclidean distance measurement is applied.
- On MeshLab
Comparison result between the sphere and box(box has different dimension with above test case.)
Hausdorff distance measurement is applied.
- Alignment should be further investigated. Both tools provides only manual alignment interface.
%------------------------------------------------------------------------------
Additional Resources
No comments:
Post a Comment