Visit DIX: the free, online dictionary for Spanish, German and English translations

Downloads

This page is intended for members of the Computer Vision Laboratory but you are free to use, download, and read any of the following contents at your own risk and without any warranty. (see the GNU General Public License)
Please report any bugs you find or extensions you make to R. Sierra

SoftwareDescriptionDownloadExternal Links
Image DisplayRead different image formats into C++ arrays and display them with OpenGL and GLUT
Pro: Very generic (tested for jpg, tif, gif, rgb, ppm, eps...)
Contra: Loading time could be faster
Note: OpenGL might display colors differently than other displaying programs, play with the value of the gamma correction.
readImages.h
readImages.cc
main.cc
makefile
ImageMagick
Glut
Image StorageStore the images displayed in the GLUT window (see Image Display) as ppm files and optionaly display them directly with xv.write_ppm.h
write_ppm.cc
defines.h
scalefunctions.h
scalefunctions.cc
sortfunctions.h
Glut
xv
Diffusion TensorProcess and display diffusion tensor data acquired with Diffusion Tensor MRI. The code is described in the master thesis. It will definitely not run "as is":
1. download and install VTK and CLAPACK
2. addapt the makefile to your system
3. remove any links to functions that I did not write myself and therefore are not part of this download.
tensorfunctions.* includes some functions to generate synthetic exampes which you should be able to display.
This code is published under the GNU General Public License
GNU General Public License
tensor.h tensor.cc
eigen.h eigen.cc
basefield.h basefield.cc
tensorfield.h tensorfield.cc
eigenfield.h eigenfield.cc
background.h background.cc
display.h display.cc
tensorfunctions.h tensorfunctions.cc
convert.cc mask.cc
test.cc Makefile
all.tar.gz
VTK
CLAPACK