Menu

Tree [7349ba] master /
 History

HTTPS access


File Date Author Commit
 board 2024-02-27 Sébastien Fourey Sébastien Fourey [e162c9] Reformat code
 gui 2024-02-29 Sébastien Fourey Sébastien Fourey [5ecaad] Update about dialog
 share 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 snake 2024-02-27 Sébastien Fourey Sébastien Fourey [522b08] Update configure script and code polishing
 surface 2024-02-27 Sébastien Fourey Sébastien Fourey [e162c9] Reformat code
 tools 2024-02-27 Sébastien Fourey Sébastien Fourey [e162c9] Reformat code
 zzztools 2024-02-27 Sébastien Fourey Sébastien Fourey [e162c9] Reformat code
 .gitignore 2024-02-29 Sébastien Fourey Sébastien Fourey [7349ba] Update .gitignore
 .rsync-exclude 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 ChangeLog 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 INSTALL 2013-11-13 Sebastien Fourey Sebastien Fourey [41cac9] Add new multithreaded operations, LUTs, and rob...
 LICENSE 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 Makefile.dos 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 Makefile.install 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 Makefile.win 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 README 2013-11-13 Sebastien Fourey Sebastien Fourey [41cac9] Add new multithreaded operations, LUTs, and rob...
 TODO.txt 2015-11-24 Sebastien Fourey Sebastien Fourey [27ccf7] Add cimg and cimgz loading support
 arch_info.h.sample 2013-12-19 Sebastien Fourey Sebastien Fourey [bf374b] Add GrayShadeFromHue and GrayShadeFromSaturation
 configure 2024-02-29 Sébastien Fourey Sébastien Fourey [41bacf] Update configure script
 configure.bat 2013-11-13 Sebastien Fourey Sebastien Fourey [4b00a6] Initial commit
 global_options.qprefs.sample 2013-12-19 Sebastien Fourey Sebastien Fourey [bf374b] Add GrayShadeFromHue and GrayShadeFromSaturation
 globals.h 2024-02-29 Sébastien Fourey Sébastien Fourey [3d71ed] Change version
 main.pro 2015-11-24 Sebastien Fourey Sebastien Fourey [27ccf7] Add cimg and cimgz loading support
 version 2024-02-29 Sébastien Fourey Sébastien Fourey [d33766] Add a version script

Read Me

QVox README.txt
===============

/*
 *  @info
 *
 *  This is FREE SOFTWARE according to the definition of the  Free
 *  Software Fundation. This code is protected by the CeCILL Licence
 *  (GPL compatible).  Among other requirements, credits to the
 *  authors should never be removed from this code.  For information
 *  about the CeCILL Licence, please visit the CeCILL homepage at
 *  http://www.cecill.info
 *
 *  You should also find a subdirectory named Licence where copies of
 *  the licence are available in several formats.
 *
 *  For any question, suggestion or bug report please contact
 *  Sebastien Fourey. (http://foureys.users.greyc.fr/)
 *
 */

Author
======

Sébastien Fourey
GREYC Image - ENSICAEN
6 bd du maréchal Juin
F-14050 Caen CEDEX
http://foureys.users.greyc.fr/

Credits
=======

 * Alexandre Lenoir, a former Ph.D. student at the GREYC, is the one who
 came with many ideas which allow the real time rendering of a 3D dicrete
 volume with no hardware acceleration. 
 He was himself inspired by the works of J.K. Udupa and
 G.T. Herman about the display of medical images.