Commit Graph

13 Commits

Author SHA1 Message Date
Sébastien Loriot 0ebdccfa4e update URL and Id tag 2011-03-02 14:59:51 +00:00
Stéphane Tayeb 86527359ed Minor Bug Fix: trilinear interpolation may crash when querying with coordinates between -1 and 0. Add a test on real coordinates to exit interpolation if it is < 0. 2009-07-08 11:22:48 +00:00
Laurent Rineau fba90014b9 Remove an assertion. I am not sure that assertion is theorically correct. 2008-11-19 19:24:31 +00:00
Laurent Rineau 1bcac34f28 - Test the trilinear interpolation with a real image, taken from
examples/Surface_mesher/data/.
- Fix the trilinear interpolation when vx/vy/vz are not all equal to 1.
2008-11-17 13:34:21 +00:00
Laurent Rineau eeac591e0f Add and test a trilinear interpolation for labellized images. 2008-11-10 17:38:35 +00:00
Laurent Rineau 54fd823261 Add benches, and improve the implementation of trilinear_interpolation. 2008-10-30 15:20:04 +00:00
Laurent Rineau a63ed4f05f Fix the trilinear interpolation, and its test. 2008-10-30 14:11:01 +00:00
Laurent Rineau b714f4cd32 Add a trilinear interpolation, and a test for it. 2008-10-30 09:48:22 +00:00
Laurent Rineau de29665fc0 - License modification: now LGPL v2.1.
- Pierre has not modified include/CGAL/Image_3_vtk_interface.h: I am the
  only author.
2008-10-17 08:39:19 +00:00
Laurent Rineau 43cc745311 Commit work of previous days (week-end, yesterday and this morning):
The surface mesher Qt4 demo can now deal with labellized images.
2008-10-07 13:00:59 +00:00
Laurent Rineau e78c6b9855 image's vx, vy, vz are in double (not float). 2008-04-17 10:11:30 +00:00
Laurent Rineau 56057487d5 - Add a class CGAL::Image_3, that summarize useful features of CGALimageIO.
- Add VTK import/export functions to CGALimageIO.
- Add a CGALimageIO+VTK demo: open an image file with CGALimageIO then
  use VTK's marching cubes to display an isolevel.
2008-04-16 11:05:15 +00:00
Laurent Rineau 09a919365f Move most of Gray_level_image_3 to a new class <CGAL/Image_3.h>. 2008-04-08 08:59:13 +00:00