Giter Club home page Giter Club logo

Comments (5)

qianyizh avatar qianyizh commented on May 3, 2024

@syncle Should explain this in the ReadRGBD tutorial page. Also mention we don't have a solution for un-registered RGB-D image pair yet. This is TBD and we welcome PR to address it.

from open3d.

syncle avatar syncle commented on May 3, 2024

Sure. Will do. I am merging rgbd examples from test_py3d to ReadRGBD. The new tutorial will demonstrate I/O of different types of RGBD images, and its point cloud form.

from open3d.

qianyizh avatar qianyizh commented on May 3, 2024

This is a bit off the topic. But lately I have started using libigl. I really don't like its documentation: http://libigl.github.io/libigl/tutorial/tutorial.html
But I like its python tutorial a lot: https://github.com/libigl/libigl/tree/master/python/tutorial

When I am engineering, I don't want to touch any C++ code at all. So the documentation is useless for me. But I managed to engineer lots of stuff based on the Python tutorial.

Spend half an hour, download it, and engineer something, e.g., read/write a mesh, and render it. It is and educational experience to let you know which is important in our documentation which is not.

Our plan is correct: we write good python tutorials, and write a documentation page for each of it. I also had a principle regarding Open3D that I had set a very long time ago but I want to bring it up now. It is important:

For developers

Do only when necessary. If a functionality is not necessary, do not implement it. If an external tool/library is not necessary, do not use it. Considering the scale of the project and the cross-platform nature, the cost of adding something to the project can be very high. For individual source file or project, do not include header file or link libraries if they are not needed. Keep things organized.

from open3d.

championpaddler avatar championpaddler commented on May 3, 2024

@yxlao Can please guide me what needs to be done in documentation part ??

from open3d.

yxlao avatar yxlao commented on May 3, 2024

@sk9331657 please redirect the docs discussion to a new github issue or through discord, thanks

from open3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.