-
Notifications
You must be signed in to change notification settings - Fork 1
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
camera_optimization suggestion #50
Labels
Comments
asp_plot/asp_plot/csm_camera.py Lines 1023 to 1043 in 8662ad9
|
bpurinton
added a commit
that referenced
this issue
Oct 26, 2024
Related to #50 - Renames all camera_optimization code to csm_camera, including naming the CLI csm_camera_plot. - Bumps version from 0.5.1 to 0.5.2
bpurinton
added a commit
that referenced
this issue
Oct 26, 2024
Related to #50. - If a original/optimized camera pair is not provided to csm_camera_plot, it will just plot the single original/optimized camera that was provided.
Awesome. Thanks @bpurinton! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CLI utility and function names should be clear that this is a plotting tool, not to be confused with a utility that does the actual camera optimization. Maybe
camera_optimization_plot
or something.But I think this is only a
csm_linescan_plot
at this point, and only supports linescan input? At some point, we were hoping to support similar plotting tool for sequence of frame cameras, like the currentorbit_plot.py
tool. So maybe just csm_plot, or something.While we want to plot changes before/after bundle_adjust or jitter_solve, we should also be able to plot a single camera or two cameras, without providing a second "corrected" set.
It would be good to swap in some "clean" test datasets, as the one in the notebook has outliers and is not necessarily representative - this is a minor issue, as I know it is just for testing and development, but these sample figures will inevitably end up used elsewhere, so we should use something that looks good and makes sense, easy to explain, etc.
The text was updated successfully, but these errors were encountered: