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

Incorrect matches plotted when multiple .match files present #82

Open
dshean opened this issue Feb 2, 2025 · 0 comments
Open

Incorrect matches plotted when multiple .match files present #82

dshean opened this issue Feb 2, 2025 · 0 comments

Comments

@dshean
Copy link
Member

dshean commented Feb 2, 2025

My directory contains two .match files, as --num-matches-from-disparity was included during the parallel_stereo call. L__R.match is written during stereo_pprc, and a second match file (long filename) is written during stereo_tri. Current stereo.py just uses first filename from glob list.

Should revisit assumptions about L_sub and orthos and match files. The L_sub might not be orthorectified, but could be in original image coords (lines/samples) rather than map coordiantes. The L__R match file should always be consistent with L_sub/R_sub. Should test using the mapproject stereo workflow and the "original" stereo workflow without running mapproject first.

Image

@dshean dshean mentioned this issue Feb 2, 2025
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

1 participant