Log in

View Full Version : Anaglyph plugin that uses the least-square (Eric Dubois') method


dmz01
14th July 2011, 16:26
I've created a plugin that takes a left and right rgb video streams and outputs an anaglyph of the two created using the least-square method developed by Eric Dubois. In a nutshell it converts the inputs to linear RGB, applies the Dubois algorithm and converts the output back to sRGB. The plugin contains 3 build-in matrices: one for lcd/red-cyan combo, one for lcd/green-magenta combo and one for plasma/crt/red-cyan combo. I've posted it here (http://forum.doom9.org/showthread.php?t=161899).