Skip to content

This is a Python 3.9 code that uses Open3D to convert 3D point cloud data in the PCD (Point Cloud Data) format to OBJ (OBJect) mesh format. This code can convert example PCD data taken from [PointCloudLibrary/data](https://github.com/PointCloudLibrary/data/blob/master/tutorials/ism_test_cat.pcd).

Notifications You must be signed in to change notification settings

JinLi998/PointCloudToMesh_Open3D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

PointCloudToMesh_Open3D

This is a Python 3.9 code that uses Open3D to convert 3D point cloud data in the PCD (Point Cloud Data) format to OBJ (OBJect) mesh format. This code can convert example PCD data taken from PointCloudLibrary/data.

Open3D PCD to OBJ Converter

This project provides a Python 3.9 code to convert PCD (Point Cloud Data) files into OBJ (OBJect) mesh files using Open3D.

image

Usage

  1. Clone this repository.

    git clone https://github.com/yourusername/open3d-pcd-to-obj-converter.git
    
    
  2. Download Open3D & Numpy

    pip install open3d
    pip install numpy
    

References

Open3D: https://github.com/IntelVCL/Open3D
PCD (Point Cloud Data) File Format: https://pointclouds.org/documentation/tutorials/pcd_file_format.html
Code : https://ichi.pro/python-de-tengun-kara-3-d-messhu-o-seiseisuru-tame-no-5-suteppu-gaido-60176041760954, https://engineer-mole.tistory.com/248 https://towardsdatascience.com/5-step-guide-to-generate-3d-meshes-from-point-clouds-with-python-36bad397d8ba

About

This is a Python 3.9 code that uses Open3D to convert 3D point cloud data in the PCD (Point Cloud Data) format to OBJ (OBJect) mesh format. This code can convert example PCD data taken from [PointCloudLibrary/data](https://github.com/PointCloudLibrary/data/blob/master/tutorials/ism_test_cat.pcd).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%