Skip to content

tudelft3d/fLOD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furniture Level Of Detail - fLOD

DOI

fLOD is a python tool for generating furniture level of detail (fLOD) representations from 3D mesh models for indoor CFD applications. The tool uses the following definition of fLOD:

  • fLOD = 1: The oriented bounding box of the mesh
  • fLOD = 2: Furniture-part segmentation with 0.05 filtering radius
  • fLOD = 3: Furniture-part segmentation with 0.005 filtering radius

fLOD (a) is the decision tree to guide the choice of the fLODs. (b) is a simplified process of the fLOD generation.

Overview

This tool processes STL mesh files of furniture by:

  1. Voxelising the input mesh
  2. Generating a skeleton using distance transform and local maxima detection
  3. Segmenting the mesh into distinct parts based on skeleton branches
  4. Filtering parts by geometric criteria (projection fitting within a circle)
  5. Healing mesh by filling holes with constrained Delaunay triangulation

Installation

Run the following:

pip install -r requirements.txt

(Only tested with python 3.12)

Usage

python fLOD_generation.py --fLOD [fLOD_number] --path [path_to_stl]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages