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

Update fisheye distortion model definition #581

Commits on Aug 23, 2020

  1. Updating CHANGELOGs for release.

    Joshua Whitley authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    7d90afa View commit details
    Browse the repository at this point in the history
  2. melodic-1.15.0

    Joshua Whitley authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    ceb95b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74cd40b View commit details
    Browse the repository at this point in the history
  4. fixes for fisheye calibration (ros-perception#542)

    * fix ros-perception#503:
    
    set_cammodel of StereoCalibrator need to override the method of parent class
    
    fix related to opencv/opencv#11085
    
    unlike cv2.calibrate, the cv2.fisheye.calibrate method expects float64 points and in an array with an extra dimension. The same for cv2.stereoCalibrate vs cv2.fisheye.stereoCalibrate
    
    * removed commented line;
    trimmed whitespace at line endings
    soeroesg authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    dc722b5 View commit details
    Browse the repository at this point in the history
  5. Add ChArUco board target (ros-perception#548)

    * wip
    
    * detecting ChArUco board
    
    * successful ChArUco calibration
    
    * updated with review comments
    JStech authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    0b17920 View commit details
    Browse the repository at this point in the history
  6. CI: Adding Github Actions workflow.

    Joshua Whitley authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    3d9f2ca View commit details
    Browse the repository at this point in the history
  7. Updating CI badge in README.

    Joshua Whitley authored and DavidTorresOcana committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    7723c5d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e80a90 View commit details
    Browse the repository at this point in the history