Questions tagged [anaglyph-3d]

Stereoscopic 3D effect achieved by means of encoding each eye's image using filters of different colors, typically red and cyan.

Stereoscopic 3D effect achieved by means of encoding each eye's image using filters of different (usually chromatically opposite) colors, typically red and cyan.

Source: http://en.wikipedia.org/wiki/Anaglyph_3D

13 questions
4
votes
3 answers

Making a Java Program Stereo-3D

I was wondering if its possible to convert a java application (or any application) to stereo-3D (like, with the red-and-blue glasses). Is there any tool or framework that does this?
user663321
  • 1,963
  • 2
  • 14
  • 10
3
votes
1 answer

SVG: Getting an Anaglyph effect

I'm trying to create a SVG filter that would create an Anaglyph effect. What I've done so far is to duplicate some shapes to some red and blue shapes. Now, I would like to change the way (opacity...) those shapes overlap so I can get the anaglyph…
Pierre
  • 34,472
  • 31
  • 113
  • 192
2
votes
0 answers

How do I make anaglyph 3D video player in FireMonkey?

I am trying to make a firemonkey anaglyph 3D video player, but I don't understand how can I implement it to Delphi in FireMonkey project! I am using libVLC for playing video in firemonkey. Can some one show me a good tutorial or a code sample for…
relativ
  • 665
  • 1
  • 7
  • 18
2
votes
3 answers

3D-Anaglyph creation algorithm, using depth map image: where to find?

I'm looking for a generic algorithm to calculate a red/cian anaglyph starting from the original image and his b/w depth map (example: http://www.swell3d.com/2008/07/turn-2d-painting-into-3d-anagl.html) That algorythm are used, for example, in…
TheUnexpected
  • 3,077
  • 6
  • 32
  • 62
2
votes
1 answer

How to implement a procedure of calibration red and cyan colors of monitor for concrete red-cyan anaglyph glasses?

I am developing an application for treatment of children. It must show different images for left and right eyes. I decided to use cheap red-cyan glasses for separating the fields of view of the eyes. The first eye will see only red images the second…
dasg
  • 321
  • 9
  • 18
2
votes
2 answers

Multiple render to two projectors using processing (for Polarization based 3D)

I want to setup a 3D installation in our college, for that, I want to know that, whether I can setup two eye distance separated cameras in processing, and render each one to two different projectors, so that, I can blend those outputs by polarizing…
jubin
  • 35
  • 3
1
vote
4 answers

Java. What is the fastest way to run and process every pixel on bitmap?

I have the image_source that is the source bitmap with some picture and image_new — temporary bitmap I do this code, that makes image_source be anaglyph background layer: int [] pixel = {0x0, 0x0, 0x0}; int [] image_params = {image_source.getWidth()…
Finesse
  • 9,793
  • 7
  • 62
  • 92
1
vote
0 answers

How does YouTube 3D flash player instantly switch to anaglyph in 1080p?

A 3D Youtube movie like this: http://www.youtube.com/watch?v=SmV4ieSpk4k can be watched in various 3D technics. I want to make a simular player but I can't understand how YouTube's 3D player can switch instantly from Side-By-Side to anaglyph and…
Marijn
  • 11
  • 2
1
vote
2 answers

Colors in a 3D anaglyph image

I'm trying to explore how a 3D anaglyph image (with red/cyan colors) can be made. I'm using the HTML5 element to do the drawing. The problem is that I cannot find out what colors exactly should be used. Also, I'm not really sure as to how…
pimvdb
  • 151,816
  • 78
  • 307
  • 352
0
votes
0 answers

Is there a program to turn 3D models into interactive pop-out of the screen anaglyph?

We have 3D models from Autodesk Inventor that we can currently turn into 3D anaglyph models using an add-on program. This only works for still images though. There is potential to do an animation and turn that video into an anaglyph but I dont have…
0
votes
1 answer

How to toggle jquery plugin

$('img').anaglyphImage({ intensity: 20, quality: 0.9 }); This codes are making an image anaglyph effect, there's no problem here, I want to remove this effect to clicking a button and adding this effect again like switch button 3d on/3d…
0
votes
1 answer

3D shapes and Cellophane glasses

How do I generate basic 3D shapes (red and blue) that can be seen as 3D with cellophane 3D glasses, using C# in a desktop app? (Note that this question is not limited to any particular language. If I can get a head start in any language, then that's…
uSeRnAmEhAhAhAhAhA
  • 2,527
  • 6
  • 39
  • 64
-2
votes
1 answer

How to render game in 3d anaglyph

As far as I know, Nvidia supports 3d Anaglyph driver. But what I want is render 3d Game in 3d Anaglyph for user instead of install driver. I am looking for techniques or document about this. Thanks for help