Skip to content

avnishsachar/Open3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implemented a function to return a list of identically colored connected components from a triangle mesh using Open3D

Additions to Open3D in this project:

Building and Running

After cloning this repository, follow the instructions given in the Library Documentation to build.

[NOTE] Once built, make sure to give the system specific path for test_mesh.ply and results.txt files in solution.py and solution.cpp

Additions to the Library:

  • A C++ function open3d::geometry::TriangleMesh::IdenticallyColoredConnectedComponents which provides with identically colored components of the mesh.
  • A Python binding open3d.geometry.TriangleMesh.identically_colored_connected_components
  • A C++ Unit Test

About

Homework Task for intel-isl/Open3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published