-
Notifications
You must be signed in to change notification settings - Fork 732
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
Update fisheye distortion model definition #581
Conversation
@DavidTorresOcana Are you testing these changes in Melodic or Noetic? I've just updated the base branch from |
These changes (#581 , #441 , ros-perception/vision_opencv#306 ) have been tested in I do not think this precise PR would have any conflict (though is thought to work with #441 , ros-perception/vision_opencv#306) when merging into I will test all these in |
* 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
* wip * detecting ChArUco board * successful ChArUco calibration * updated with review comments
157f90d
to
0e80a90
Compare
Please do no merge this. This PR has been substituted with #592 retargeting |
Update fisheye distortion model definition.
Update calibration tool distortion model for fisheye camera to be compatible with ros-perception/vision_opencv#306 and ros-perception/image_common#146 in as indicated in ros/common_msgs#151.