Coder Social home page Coder Social logo

Comments (3)

deanone avatar deanone commented on July 20, 2024

Hi Shakir,

The points in the JSON point cloud are essential records of the form:

id: [coordinate1, coordinate2, coordinate3]

So essentially each point lives in the 3D space. It is fairly easy to create such a file in Python. Just put your point cloud data in a dictionary having records in the format I described above and then export to a file using the json package for instance.

In hope this helps.

Best,

Athanasios

from iterative-closest-point.

Shakirsadiq6 avatar Shakirsadiq6 commented on July 20, 2024

Hi deanone,
Thanks for your reply. I understood your answer. I would like to ask one more thing. For example, I have a 3D object of any format how I am going to get the point cloud data? I don't have any knowledge about 3D objects so could you explain that? how can I get those coordinates and can create python object for converting it into the JSON.

from iterative-closest-point.

deanone avatar deanone commented on July 20, 2024

Hi Shakir,

Unfortunately, I do not have much experience on extracting point clouds (i.e., sets of coordinates) from 3D objects in different formats. I consider the point cloud as a given thing, and proceed from there.

Best,

Athanasios

from iterative-closest-point.

Related Issues (1)

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.