anaglyph - ver 2.0
ANAGLYPH - displays an anaglyph obtained by two stereoscopical images
anaglyph with no arguments, opens a dialog to pick an image which contains
two stereoscopical images in a single image file.
anaglyph('filename') displays an anaglyph of the image "filename"
(with extension), which contains two stereoscopical images in a single
image file (bmp, jpg, or other supported image type).
anaglyph('filename1', 'filename2') displays an anaglyph from the two images
"filename1", "filename2" (with extension) one for the right eye and one for the left one.
anaglyph(A) displays an anaglyph of the image A, in memory, which contains two stereoscopical images in a single image
file (bmp, jpg, or other supported image type).
anaglyph(A,B) displays an anaglyph from the two images A and B, in memory,
(with extension) one for the right eye and one for the left one.
Inputs: one or two names of image files or of matlab variables
Outputs (optional):
the figure handle to the anaglyph
Notes:
One can swap the two images during the visualization.
Version 2.0 NEWS
- now plots also images in memory
- with no args, opens a dialog to choose image
- zoom function
Example:
anaglyph('foto3d.bmp')
Other m-files required: none
Subfunctions: plotAnaglyph, swap
MAT-files required: none
See also: stereoview
Author: Iari-Gabriel Marino, Ph.D., nonlinear optics
University of Parma, Dept. of Physics, ITALY
email address: iarigabriel.marino@fis.unipr.it
Website: http://www.fis.unipr.it/raman/index2.htm
Personal: http://www.fis.unipr.it/home/marino/
November 2006; Last revision: 6-Nov-2006
Citar como
Iari-Gabriel Marino (2024). anaglyph - ver 2.0 (https://www.mathworks.com/matlabcentral/fileexchange/4977-anaglyph-ver-2-0), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Image Processing and Computer Vision > Computer Vision Toolbox > Point Cloud Processing > Display Point Clouds >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 | Version 2.0 NEWS
|