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

Read images #7

Open
dancergraham opened this issue Jul 30, 2023 · 2 comments
Open

Read images #7

dancergraham opened this issue Jul 30, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dancergraham
Copy link
Owner

Allow image file reading including metadata

@dancergraham dancergraham added enhancement New feature or request help wanted Extra attention is needed labels Jul 30, 2023
@dancergraham
Copy link
Owner Author

This could be based on the unpack images section of this tool

https://github.com/cry-inc/e57/blob/master/tools/e57-unpack/src/main.rs

Outputting to a numpy array would be a nice option without additional dependencies. It would be good if the output format was fairly easy to use with open cv or similar python image processing libraries as people might want to do image processing on the photos with the pointcloud

@dancergraham
Copy link
Owner Author

My experience of images in e57 files is the panoramic photos from individual scan stations - A single e57 file contains multiple scans each taken from a single position, a scan station. Each scan may also be associated with 6 images forming a cube around the scanner position. It would therefore be useful to be able to get the 6 images (is it always 6?) for each scan station and to associate them with the points from the same station.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant