SEDT
------
Contact : David Coeurjolly :  <dcoeurjo@liris.cnrs.fr>
SEDT is free software. 

0. Contents
-----------

	1. Presentation
	2. Compilation and installation
	3. Supported file formats
	4. Where to find documentation
	5. Changes

1. Presentation
---------------

	SEDT is an implementation of the 3D Squared Euclidean Distance
Transform proposed by Saito and Toriwaki and optimized by Hirata.


2. Compilation and installation
-------------------------------

	Edit the Makefile and change the lines :

VOLDIR= /home/dcoeurjo/local/
LONGVOLDIR= /home/dcoeurjo/local/

	According to the path to the libvol and liblongvol
        installation roots.    

	To compile, just type :
		% make

	Creating the doxygen documentation
		% make doc

	Uninstall :
		% make clean

4. Documentation
----------------

	See the HTML files produced by Doxygen.

5. Changes
----------
	
	10/02/2005 version 0.3 : C++ bugs have been corrected to speed
	up the algorithm

	11/01/2005  version 0.2 : a bug  has been fixed that makes the
	sedt correct

	22/10/2004  version 0.1  : first package 
