rgbdemo / nestk

C++ Library for Kinect
http://nicolas.burrus.name/index.php/Research/KinectUseNestk
Other
78 stars 45 forks source link

projector calibration #3

Closed chparsons closed 13 years ago

chparsons commented 13 years ago

Added some functionality to calibrate kinect and projector. The executable file calibrate_projector does the trick looking for a series of projector calibration images and a kinect calibration yml file (from a previous kinect calibration), then finds extrinsic/intrinsic parameters and finally writes the data in a projector calibration yml file.

nburrus commented 13 years ago

Thanks for the nice patch!