-
Notifications
You must be signed in to change notification settings - Fork 767
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
Python fisheye interface #811
Python fisheye interface #811
Commits on Jul 8, 2021
-
Forward declaration for Set of Fisheye Cameras
Forward declaration of camera vector for PinholeCamera<Cal3Fisheye> and PinholeCamera<Cal3Unified>.
Configuration menu - View commit details
-
Copy full SHA for 9967c59 - Browse repository at this point
Copy the full SHA 9967c59View commit details -
Extend python wrapper to include fisheye models.
Extend python wrapper to include fisheye camera models Cal3Fisheye and Cal3Unified.
Configuration menu - View commit details
-
Copy full SHA for dfd50f9 - Browse repository at this point
Copy the full SHA dfd50f9View commit details -
Merge pull request #1 from roderick-koehle/patch-3
Extend python wrapper to include fisheye models.
Configuration menu - View commit details
-
Copy full SHA for 03e2744 - Browse repository at this point
Copy the full SHA 03e2744View commit details -
Merge pull request #2 from roderick-koehle/patch-2
Forward declaration for Set of Fisheye Cameras
Configuration menu - View commit details
-
Copy full SHA for 73d40a5 - Browse repository at this point
Copy the full SHA 73d40a5View commit details -
Forward declaration of fisheye camera.
Forward declaration of PinholeCal3Fisheye needed by Python wrapper.
Configuration menu - View commit details
-
Copy full SHA for 55c1274 - Browse repository at this point
Copy the full SHA 55c1274View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8fc3cd - Browse repository at this point
Copy the full SHA c8fc3cdView commit details -
Extend unit testing of omnidirectional projection
Test projection function and factors using a stereoscopic (xi=1) reference model, i.e the image height is given by y = 2 f tan(theta/2).
Configuration menu - View commit details
-
Copy full SHA for 19e8cde - Browse repository at this point
Copy the full SHA 19e8cdeView commit details
Commits on Jul 9, 2021
-
Introduce setUpClass, python snake_case variables
Test case fails if object depth z is not equal 1.
Configuration menu - View commit details
-
Copy full SHA for bdeb606 - Browse repository at this point
Copy the full SHA bdeb606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6205057 - Browse repository at this point
Copy the full SHA 6205057View commit details -
Configuration menu - View commit details
-
Copy full SHA for a411b66 - Browse repository at this point
Copy the full SHA a411b66View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 66af007 - Browse repository at this point
Copy the full SHA 66af007View commit details
Commits on Jul 10, 2021
-
Add comment about initial guess in undistortion
For the equidistant fisheye model, r/f = tan(theta), the Gauss-Newton search to model radial distortion is expected to converge faster by mapping the angular coordinate space into the respective tangent space of the perspective plane. This is consistent to the nPlaneToSpace initial projection used in the calibrate() function of the omnidirectional model (Cal3Unified).
Configuration menu - View commit details
-
Copy full SHA for 0304992 - Browse repository at this point
Copy the full SHA 0304992View commit details -
Add ambiguous calibrate/uncalibrate declarations.
Without declaring calibrate / uncalibrated in the interface specification, the functions of the Base class Cal3DS2_Base is called. The layout of the optional Jacobian matrix is 2x10 in Cal3Unified and 2x9 in Cal3DS2_Base, so this are different function calls.
Configuration menu - View commit details
-
Copy full SHA for d54e234 - Browse repository at this point
Copy the full SHA d54e234View commit details -
Missing CameraSet binding specialisations
Add pybind specialisations for CameraSetCal3Unified and CameraSetCal3Fisheye.
Configuration menu - View commit details
-
Copy full SHA for 3118fde - Browse repository at this point
Copy the full SHA 3118fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a73961 - Browse repository at this point
Copy the full SHA 0a73961View commit details
Commits on Jul 11, 2021
-
Testing CameraSet and triangulatePoint3
Currently triangulatePoint3 returns wrong results for fisheye models. The template for PinholePose may be implemented for a fixed size of variable dimensions.
Configuration menu - View commit details
-
Copy full SHA for 941594c - Browse repository at this point
Copy the full SHA 941594cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c595767 - Browse repository at this point
Copy the full SHA c595767View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f53f5db - Browse repository at this point
Copy the full SHA f53f5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3402e46 - Browse repository at this point
Copy the full SHA 3402e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c37de - Browse repository at this point
Copy the full SHA 17c37deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e41ece - Browse repository at this point
Copy the full SHA 3e41eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d130387 - Browse repository at this point
Copy the full SHA d130387View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 305521e - Browse repository at this point
Copy the full SHA 305521eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cfc7f - Browse repository at this point
Copy the full SHA 16cfc7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bbe78 - Browse repository at this point
Copy the full SHA c2bbe78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a115788 - Browse repository at this point
Copy the full SHA a115788View commit details