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

Wip/bundle adjustment #76

Merged
merged 51 commits into from
Aug 1, 2024
Merged

Wip/bundle adjustment #76

merged 51 commits into from
Aug 1, 2024

Conversation

hannalee2
Copy link
Collaborator

Major Updates:

  1. Bundle Adjustment implemented using optimization from the SciPy library (TODO: Increase precision).
    • usage: python -m parallax -b
  2. Reticle detection now uses tick marks from -10 to 10 (previously: -15 to 15) for better reticle detection.
  3. Bug Fix:
    • Problem: Selecting the positive x-axis gave an incorrect reprojection point.
    • Fix: Updated the camera intrinsic model after accepting the positive x-axis input from the user.

hannalee2 added 30 commits May 31, 2024 11:50
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typo in file name

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed typo.
Thanks for catching this!

pyproject.toml Outdated
@@ -26,7 +26,8 @@ dependencies = [
"pandas",
"scikit-image",
"requests",
"scikit-learn"
"scikit-learn",
"pyceres"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is pyceres dependency still needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed pyceres from the dependencies.

@jsiegle jsiegle merged commit eb2e117 into main Aug 1, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants