anaglyphs [message #9611] |
Thu, 24 July 1997 00:00  |
Achim Hein
Messages: 42 Registered: February 1996
|
Member |
|
|
Some days ago, I asked the group something about pseudo real 3-d
representation and reveiced that the technique I am looking for is
called anaglyph.
Because of a mail problem I can not remember who was the good fairy
informing me about anaglyph. I say good fairy because he (I think so)
offered me examples of making these anaglyphs and the code. And that is
why I am asking once more.
Is there anyone who has written an anaglyph eventually in IDL?
Or - Dear fairy, what about another wish?
Thanks
Achim Hein
--
_______________________________________________
Dipl.-Ing. A. Hein
PB2 / ZESS - Uni-GH-Siegen
Paul-Bonatz Str. 9-11
57068 Siegen
Phone: 0271/740-3362
Fax: 0271/740-2336
Mail: Hein@nv.et-inf.uni-siegen.de
_______________________________________________
Please have a look at our Web-Sites:
http://www.nv.et-inf.uni-siegen.de/pb2/www_pb2
_______________________________________________
|
|
|
Re: anaglyphs [message #9669 is a reply to message #9611] |
Mon, 28 July 1997 00:00  |
Klaus-Dieter Matz
Messages: 1 Registered: July 1997
|
Junior Member |
|
|
Hi,
try (for red/green glasses)
- on a 24-bit display
ERASE,0
TV,CHANNEL=1,left_image
TV,CHANNEL=2,right_image
- on a 8-bit display
ana_image=COLOR_QUAN(left_image, right_image, left_image*0B, r,g,b)
TV,ana_image
TVLCT,r,g,b
Hope this helps
. Klaus-Dieter Matz (KD.Matz@dlr.de)
/||
......./.||................................................
: ____/__||___ Deutsche Forschungsanstalt fuer :
:/ / / // Luft- und Raumfahrt eV. :
/___/___/___// Institut fuer Planetenerkundung :
:---| /.---' Abt. Planetengeologie :
:...|.//..................................................:
|// D L R
''
|
|
|