ply-file-format Questions

6

Solved

I want to read the not reconstructed data from the Stanford Bunny. The point data is stored as several range images, which have to be transformed to be combined to one big point cloud, like written...
Resume asked 11/6, 2015 at 14:18

1

Solved

I'm currently trying to play a sequence of ply models through open3d, but I'm having some issues with updating the geometry. Currently only the first image is shown, and the vis isn't being updated...
Powe asked 25/1, 2022 at 1:11

5

I am trying to load/read a ply file using PyMesh and this line command: mesh = pymesh.load_mesh("model.obj") as it is in http://pymesh.readthedocs.io/en/latest/basic.html. But this gives me an e...
Symptomatic asked 5/5, 2016 at 14:9

1

Solved

My app generates ply files after scanning objects. After ios 14 update the color of my 3d models does not load correctly. Also I am unable to view ply files in xcode (works fine in preview). Anyone...
Chukker asked 28/9, 2020 at 10:19

4

Solved

I need to read, manipulate and write PLY files in Python. PLY is a format for storing 3D objects. Through a simple search I've found two relevant libraries, PyMesh and plyfile. Has anyone had any e...
Akiko asked 28/4, 2016 at 16:35

2

For example, I want to choose two points from all the point clouds, and draw a line between them. I'm using Meshlab to deal with .ply files but I don't know how to accomplish this. Can I do this us...
Bollworm asked 18/11, 2017 at 11:51

1

I have a 3D point cloud each with different color/values attribute attached to each vertex of XYZ points. The Raw data is in simple .txt / csv form in columns i.e x, y, z, V1, V2, V3 and a new li...
Masaccio asked 15/6, 2013 at 11:4

0

Some question asked about how can use obj in webgl. But my question is how can get/save/export obj or ply file from content of canvas in webgl?! For example how can I get two objects in obj forma...
Colbycolbye asked 3/1, 2015 at 13:50
1

© 2022 - 2024 — McMap. All rights reserved.