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

[Future Requirement] Spatial stitching diagnostics/correction of multiple images. #20

Open
YooSunYoung opened this issue Jun 9, 2024 · 2 comments

Comments

@YooSunYoung
Copy link
Member

YooSunYoung commented Jun 9, 2024

Note that it's basically a same thing as image feature detection/alignment

Executive summary

Spatial stitching of multiple images.

Context and background knowledge

Odin will have multiple detectors facing different space

Inputs

Multiple images of different space.

Methodology

It might have to either correct/diagnose the overlapping region of images or interpolate the gap between images.

Outputs

Corrected single image containing multiple images from different spaces.

Which interfaces are required?

Python module / function

Test cases

Not provided yet.

Comments

It's not priority yet.

@nvaytet
Copy link
Member

nvaytet commented Jun 11, 2024

Spatial stitching of images is complicated. I would prefer to rely on an external package/library to do this (e.g. opencv?).

@YooSunYoung
Copy link
Member Author

Spatial stitching of images is complicated. I would prefer to rely on an external package/library to do this (e.g. opencv?).

I agree. I guess we'll just wrap the open cv methods and make sure how the methods work in the workflow documentation...?

Also, it was much easier with human eyes since the features in the neutron background image is so subtle....

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

No branches or pull requests

2 participants