ori-mrg / robotcar-dataset-sdk

Software Development Kit for the Oxford Robotcar Dataset
Other
262 stars 94 forks source link

The camera parameter of the undistorted images #8

Closed liruihao closed 7 years ago

liruihao commented 7 years ago

Hi,

Thank you very much for sharing and publishing the dataset.

I have one problem. I want to use the stereo images, but notice that only the original camera parameter and distortion bin file are provided. I tried to undistort the images using your SDK. But how could I get the new camera parameter? Do you have the undistorted camera parameter file?

Thank you very much for your help

Kind Regards,

Ruihao

wmaddern commented 7 years ago

Dear Ruihao,

The camera parameters provided are for the undistorted images in the form of [fx, fy, cx, cy] - we do not have the parameters for the distorted (raw) images since the calibration was performed at the factory at Point Grey. Please apply the undistortion using our SDK before using the images with the provided intrinsics.

For the Grasshopper2 images we provide recordings of checkerboards for calibration here:

http://robotcar-dataset.robots.ox.ac.uk/downloads/

Best,

Will.

jimaldon commented 4 years ago

@wmaddern Regarding bumblebee, I noticed https://github.com/ori-mrg/robotcar-dataset-sdk/tree/master/models only has Pinhole intrinsic calibration for stereo_narrow_left. stereo_narrow_right, stereo_wide_left, stereo_wide_right. However, the camera images are stored as stereo/left stereo/right and stereo/centre.

What about the intrinsics of stereo/centre? Also, which ones of the two stereonarrow.txt or stereowide.txt are valid for stereo/left and stereo/right images?