-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Store (x, y, z) of every point in every input image #824
Comments
The output file of the Structure From Motion contains this information stored in just select the format (eg json) in the combo box and run the node. |
Thank you very much. Is it possible to do this from command line too? Thanks! |
Yes |
if you mean Meshroom's command line, yes, but you need first to modify the graph as in the picture and then run only the node using You can do it also from the command line using the AliceVision binary with the same name, |
Thank you. This was very helpful. One more question. Are these absolute measurements or relative. What I mean can I do distance measurements using these files? |
As far as I know, you need to scale the point cloud to a known scale first. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is closed due to inactivity. Feel free to re-open if new information is available. |
Does anyone know how to do this for every 3D position instead of only the feature points? I've tried with the Dense SfM data but it does not give a meaningful value for the image point (u, v) (see #1970) |
@lwndlnd Does the ConvertSfMFormat node help? Structure should include depth information, using Image Whitelist you can even limit the images to export: |
@natowi Thanks for the response, the white list is actually very useful! I'm already using the ConvertSfMFormat node. My question is if this is also possible with the dense SfM data
|
@lwndlnd When I remember correctly, you need to select the describer used before to include it in the output. In your case, select dspsift BTW: A converter to convert depth maps files (exr) to obj meshes is wip: alicevision/AliceVision#1417 |
@natowi I set the describer type to dspsift in the first ConvertSfMFormat node. If I select dspsift in the second one after the meshing no observations are exported. I'll definitely try the depth map converter when it's ready! |
I want to use meshroom to create a point cloud system. I want also to store the mapping of each point in the images and where it maps in the point cloud. This is basically the (x, y, z) coordinates of the matched point. That is if an image point is (u, v), it corresponds to (x, y, z) in the point cloud. Can I do that?
Thanks
The text was updated successfully, but these errors were encountered: