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

Figure out how to align and stack layers #12

Open
zacharylazzara opened this issue Apr 17, 2022 · 0 comments
Open

Figure out how to align and stack layers #12

zacharylazzara opened this issue Apr 17, 2022 · 0 comments
Labels
Project Initialization These items can be done before the architecture is finished, and will likely assist in the design.

Comments

@zacharylazzara
Copy link
Contributor

Once the DataLoader and tile stitching are finished, we can begin working on aligning layers. This will depend on the image stitching class (which itself will depend on the DataLoader class), and will take two X,Y,Z tuples as arguments, then return the aligned and stacked layers.

The ultimate goal is to produce a 3D voxel map, but we also need to ensure the whole thing can fit into memory. Since we won't be able to fit everything into memory at once, the scanning systems will need to produce a 3D coordinate space that they're interested in, which will be sent to this class. This class will then return the requested 3D data, using previous classes to build that data from the images on the fly, and discarding the data once its no longer directly in use.

@zacharylazzara zacharylazzara added the Project Initialization These items can be done before the architecture is finished, and will likely assist in the design. label Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project Initialization These items can be done before the architecture is finished, and will likely assist in the design.
Projects
None yet
Development

No branches or pull requests

1 participant