Openmvg: .ply file format

Created on 10 Apr 2018  路  5Comments  路  Source: openMVG/openMVG

Hello ,
May I ask something help for my project.
I want to use the .ply that are generated from openMVG in PCL pointCloudSegmentation to segment. But, when I reading .ply file in PCL library, there has no coordinates values of x,y,z and they show all values are zeros. These .ply output can be viewed in MeshLab, it is Ok and show the point clouds. But,in PCL, it can't show anything. I don't know where they miss. Please help me. I'm looking forward to your reply.

question

All 5 comments

Do you have any way to debug in PCL?

If you want you can also export the 3D from the sfm_data file.

  1. Use ConvertSfMDataFormat to convert from the sfm_data.bin to sfm_data.json.
  2. Use the json reader of your choice to read the 3D landmark position and send them to PCL.

Thank for your quickly reply. I will try it

Hi,
I tried as your suggestion. But, I don't know how to extract 3D points from .json file.

Now, I successfully export .ply file into PCL library. This is very helpful for me. Thank you !!!

Great!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

glbsalazar picture glbsalazar  路  7Comments

tw0023 picture tw0023  路  5Comments

autosquid picture autosquid  路  4Comments

lab3d picture lab3d  路  7Comments

yuyou picture yuyou  路  6Comments