Catégorie : OpenCV
-
Anaglyphs with OpenCV
Here is a quick function that returns an anaglyph image from two sources. For the 3D goggles, I use Filter #25 for red and #58 for green. Depending on which side you load the source images, you need to check for which side is red or green. // Return an anaglyph image of a right…