facebookarchive / Surround360

Surround360 is Facebook's open source hardware and software for capturing stereoscopic 3D 360 video for VR. The repo contains hardware designs, as well as software for camera control and rendering.
Other
2.17k stars 581 forks source link

Which color calibration algorithm? #254

Open achalshah20 opened 6 years ago

achalshah20 commented 6 years ago

Hi, Can someone give me a reference for the color calibration algorithm used here? Any research paper or links would be helpful. Thanks!

bkcabral commented 6 years ago

There is no paper we followed per se. Gowever using non-linear-least-squares optimization in Lab* is fairly well known and the underlying mathematics of which is described here: http://www.babelcolor.com/index_htm_files/RGB%20Coordinates%20of%20the%20Macbeth%20ColorChecker.pdf

achalshah20 commented 6 years ago

How do you find correspondences between actual palette and captured palette in order to run non linear optimization?