hengli / camodocal

CamOdoCal: Automatic Intrinsic and Extrinsic Calibration of a Rig with Multiple Generic Cameras and Odometry
Other
1.18k stars 390 forks source link

added data feeder API #8

Open mbuerki opened 10 years ago

mbuerki commented 10 years ago

code as I use it right now.

if you are interested in adapting this, I can make some changes, remove some non-generic aspects (i.e. I load four images in the data feeder thread because I know I have four cameras, stuff like that)

ahundt commented 9 years ago

What does this do? I just made a lot of changes to improve cross platform support and I'm going to submit another pull request.

hengli commented 9 years ago

Sorry that I have not addressed this for so long. The pull request by mbuerki makes it easier for users to use the CamOdoCal library; after placing the text files with odometry/GPS data and image files in the specified directory, they simply call an executable which automatically reads the data, runs the calibration, and generates calibration data. If you are interested in working on making the proposed changes more changes, do feel welcome to do so.

ahundt commented 9 years ago

Hey @mbuerki, thanks to @hengli I'm a library maintainer now. If you were still interested in merging the changes with the fixes to the non-generic aspects of your pull request I'd be happy to help.