Skip to content
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

Apply transformation to an e57 file #60

Open
dancergraham opened this issue May 4, 2024 · 1 comment
Open

Apply transformation to an e57 file #60

dancergraham opened this issue May 4, 2024 · 1 comment
Labels
question Further information is requested

Comments

@dancergraham
Copy link
Collaborator

copied from
https://laserscanningforum.com/forum/viewtopic.php?f=43&t=21442

Hey all,

I have a point cloud in e57 format and am looking for a way to efficiently apply a transformation (via rotation matrix and translation). Im playing around with the pye57 package and am aware of the header section in the e57 file format. There is a node called 'pose' which potentially could be modified to apply the transformation without having to read the whole point cloud, but I cant seem to figure out away to actually modify these nodes as they seem to be read only.

Do you have any tips on that? Is there a was to modify those nodes? (in the pye57 description they talk about modifying them, but it doesnt work for me)
And what would be the syntax for that?

Thank you very much,
Stefan

@dancergraham dancergraham added the question Further information is requested label May 4, 2024
@swell-d
Copy link

swell-d commented Aug 21, 2024

You can create a new e57, copy the points into it, and spell out the necessary header.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants