]>
Creatis software - clitk.git/log
Romulo Pinho [Wed, 13 Feb 2013 12:30:35 +0000 (13:30 +0100)]
allows negative values in VV's image/scalar arithm tool
Romulo Pinho [Fri, 8 Feb 2013 12:21:14 +0000 (13:21 +0100)]
clitkDicomRTStruct2Image: small correction in help message
Romulo Pinho [Fri, 8 Feb 2013 12:13:13 +0000 (13:13 +0100)]
clitkDicomRTStruct2Image: new features
- support conversion given ROI name or substring
Romulo Pinho [Tue, 5 Feb 2013 00:10:15 +0000 (01:10 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Tue, 5 Feb 2013 00:05:52 +0000 (01:05 +0100)]
addition of verbose messages
Romulo Pinho [Tue, 5 Feb 2013 00:03:56 +0000 (01:03 +0100)]
removing debug messages
Pierre Gueth [Fri, 1 Feb 2013 15:29:52 +0000 (16:29 +0100)]
fixed root cmake lookup
Simon Rit [Fri, 1 Feb 2013 08:11:06 +0000 (09:11 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Conflicts:
vv/vvSlicer.cxx
Simon Rit [Fri, 1 Feb 2013 07:45:30 +0000 (08:45 +0100)]
Changes rounding to nearest slice with a comment to explain that the
slice might never be visible (bug #1883).
Simon Rit [Fri, 1 Feb 2013 07:45:30 +0000 (08:45 +0100)]
Rolled back to previous rounding to reslice overlay/fusion.
Romulo Pinho [Thu, 31 Jan 2013 22:12:33 +0000 (23:12 +0100)]
VectorArithm: make Norm(0) = 0
Romulo Pinho [Thu, 31 Jan 2013 15:27:16 +0000 (16:27 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 31 Jan 2013 15:26:19 +0000 (16:26 +0100)]
support different series in a single dicom folder in Dicom2Image
Romulo Pinho [Thu, 31 Jan 2013 15:23:41 +0000 (16:23 +0100)]
added clitkVectorArithm tool (correction in commit)
- removed all vector support from clitkImageArithm
Romulo Pinho [Thu, 31 Jan 2013 14:55:20 +0000 (15:55 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 31 Jan 2013 14:54:40 +0000 (15:54 +0100)]
Added clitkVectorArithm tool
- removed all vector support from clitkImageArithm
Simon Rit [Thu, 31 Jan 2013 08:29:14 +0000 (09:29 +0100)]
Fixes for bug #1883
Simon Rit [Wed, 30 Jan 2013 10:08:59 +0000 (11:08 +0100)]
Fix for bug 1882
Romulo Pinho [Fri, 25 Jan 2013 13:51:47 +0000 (14:51 +0100)]
correct bugs related to new window/level option
- also refactored to avoid similar problems in the future
Romulo Pinho [Thu, 24 Jan 2013 13:26:49 +0000 (14:26 +0100)]
added tool to interpolate VFs
- support for float/double;Dim=3;Comp=3; vectors only
Romulo Pinho [Thu, 24 Jan 2013 13:25:06 +0000 (14:25 +0100)]
added window/level preset for head/brain
- same as Focal
Romulo Pinho [Tue, 22 Jan 2013 09:08:26 +0000 (10:08 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 17 Jan 2013 08:19:36 +0000 (09:19 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 17 Jan 2013 08:15:48 +0000 (09:15 +0100)]
circumventing apparent bug in BSplineTransform of ITK 4.x
- SetCoefficientImages doesn't seem to take all images of fields of the flat vector image
- Created the flat parameters-image myself and used SetParameters() instead
rblanc [Tue, 15 Jan 2013 14:03:10 +0000 (15:03 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Conflicts:
vv/vvMainWindow.cxx
vv/vvMainWindow.h
rblanc [Tue, 15 Jan 2013 13:52:07 +0000 (14:52 +0100)]
improved behavior when closing an image related to a fusion sequence (not fully finished)
Simon Rit [Tue, 15 Jan 2013 13:35:30 +0000 (14:35 +0100)]
Fix for bug #1881
Vivien Delmon [Mon, 14 Jan 2013 17:16:48 +0000 (18:16 +0100)]
itk4.3 compatibility
- Use Update instead of StartRegistration
Vivien Delmon [Mon, 14 Jan 2013 15:50:02 +0000 (16:50 +0100)]
itk4.3 compatibility
- itkCompose3DVectorImageFilter is now itkComposeImageFilter
Vivien Delmon [Mon, 14 Jan 2013 15:27:24 +0000 (16:27 +0100)]
Remove itkAnalyzeImageIO
- itkAnalyzeImageIO was used to force identity matrix when reading
analyze images. itk now uses another reader that does not apply fancy
matrix when reading analyze file, previous code is not needed anymore.
rblanc [Tue, 8 Jan 2013 17:57:23 +0000 (18:57 +0100)]
fixed the TSliders issues for FusionSequence, and prepared ground for temporal synchronization, which still needs to be implemented...
rblanc [Mon, 7 Jan 2013 16:26:07 +0000 (17:26 +0100)]
continued the fusion sequence visualization mode
trying to improve display and window behavior
and preparing ground for temporal synchronization
seems broken however... as loading an image causes a crash...
Romulo Pinho [Thu, 13 Dec 2012 16:16:02 +0000 (17:16 +0100)]
Added GoToLandmark functionality
- like GoToCursor, but when we double-click a landmark in the landmark panel's table
Romulo Pinho [Thu, 13 Dec 2012 15:31:43 +0000 (16:31 +0100)]
add "Remove All" landmarks
Romulo Pinho [Thu, 13 Dec 2012 15:11:43 +0000 (16:11 +0100)]
(more) robust handling of landmarks in time-sequences
- --landmarks [--sequence] cmd line option (including help message!)
- landmark display follows time-frame
- landmark addition/removal also matches time-frame
Romulo Pinho [Thu, 6 Dec 2012 13:06:02 +0000 (14:06 +0100)]
added --landmarks to vv's help message
- we can generate a new release now...
Romulo Pinho [Thu, 6 Dec 2012 13:02:11 +0000 (14:02 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 6 Dec 2012 13:01:31 +0000 (14:01 +0100)]
added new cmd line option: --landmarks
- guess what it does...
Romulo Pinho [Thu, 6 Dec 2012 12:35:17 +0000 (13:35 +0100)]
added support to new landmark-file type
- .pts from Jef's studies
rblanc [Wed, 5 Dec 2012 16:39:29 +0000 (17:39 +0100)]
improved the FusionSequence visualization mode, by linking to the 2nd sequence (US).
todo: the positions of horizontal sliders are not properly updated, but the display is OK.
Still the display bug for the fused US image...
rblanc [Tue, 4 Dec 2012 14:15:29 +0000 (15:15 +0100)]
1/ some minor changes for compilation under windows / VC++ 2010 Express
2/ 1st prototype version of the sequence fusion visualization mode (not so clean, but it works)
Simon Rit [Fri, 23 Nov 2012 11:09:45 +0000 (12:09 +0100)]
Remove check on image information when loading merged image with time
from GUI to be consistent with command line. Since we are reslicing
anyway, there is no need to have similar info anymore.
Vivien Delmon [Wed, 21 Nov 2012 08:41:45 +0000 (09:41 +0100)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Simon Rit [Tue, 20 Nov 2012 16:30:21 +0000 (17:30 +0100)]
Added ImagX file format from RTK
Vivien Delmon [Mon, 19 Nov 2012 11:02:48 +0000 (12:02 +0100)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 15 Nov 2012 09:03:49 +0000 (10:03 +0100)]
Handling SYSTEM GDCM build and install trees (correction)
Romulo Pinho [Thu, 15 Nov 2012 08:50:48 +0000 (09:50 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 15 Nov 2012 08:30:11 +0000 (09:30 +0100)]
ITK4 compatibility
Romulo Pinho [Thu, 15 Nov 2012 08:29:27 +0000 (09:29 +0100)]
handling SYSTEM_GDCM from build and install trees
Simon Rit [Tue, 13 Nov 2012 17:42:59 +0000 (18:42 +0100)]
Added support for ESRF reconstructions
Simon Rit [Tue, 13 Nov 2012 17:21:13 +0000 (18:21 +0100)]
Copied ESRF Edf processing from rtk and use rtk file names to emphasize that they are comming from rtk.
Simon Rit [Tue, 13 Nov 2012 16:30:43 +0000 (17:30 +0100)]
Copied His processing from rtk and use rtk file names to emphasize that they are comming from rtk.
Simon Rit [Tue, 13 Nov 2012 16:27:35 +0000 (17:27 +0100)]
Copied Hnd processing from rtk and use rtk file names to emphasize that they are comming from rtk.
Romulo Pinho [Fri, 9 Nov 2012 10:28:14 +0000 (11:28 +0100)]
added support for more VF file types
Simon Rit [Fri, 9 Nov 2012 10:15:39 +0000 (11:15 +0100)]
Removed git tag on VV to compile HEAD
Romulo Pinho [Thu, 8 Nov 2012 08:27:00 +0000 (09:27 +0100)]
compilation issues
- simplification of RPATH assignment when make-installing
- handling the use of ITK with USE_SYSTEM_GDCM
David Sarrut [Tue, 6 Nov 2012 09:32:24 +0000 (10:32 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
David Sarrut [Tue, 6 Nov 2012 09:23:38 +0000 (10:23 +0100)]
Add option to detect too small segmented structures
David Sarrut [Tue, 6 Nov 2012 09:22:53 +0000 (10:22 +0100)]
Add option to detect too small segmented structures
Romulo Pinho [Mon, 5 Nov 2012 16:44:14 +0000 (17:44 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Mon, 5 Nov 2012 16:42:12 +0000 (17:42 +0100)]
correctly reading contour colours for GDCM 2.x
Romulo Pinho [Mon, 5 Nov 2012 09:18:57 +0000 (10:18 +0100)]
adjusting dependencies
David Sarrut [Fri, 2 Nov 2012 19:35:17 +0000 (12:35 -0700)]
Sorry I push the wrong file
David Sarrut [Fri, 2 Nov 2012 19:25:11 +0000 (12:25 -0700)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Conflicts:
vv/vvMainWindow.cxx
David Sarrut [Fri, 3 Feb 2012 06:57:12 +0000 (07:57 +0100)]
Add nii.gz as file extension
Vivien Delmon [Wed, 31 Oct 2012 10:11:10 +0000 (11:11 +0100)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Benoît Presles [Tue, 30 Oct 2012 10:57:16 +0000 (11:57 +0100)]
Added svl file format (Clarity)
Benoît Presles [Tue, 30 Oct 2012 10:53:35 +0000 (11:53 +0100)]
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
Simon Rit [Tue, 30 Oct 2012 10:50:05 +0000 (11:50 +0100)]
Fixed slice error: check that it is in extent before updating extents
David Sarrut [Mon, 29 Oct 2012 15:45:31 +0000 (16:45 +0100)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 25 Oct 2012 10:03:21 +0000 (12:03 +0200)]
bug removal
- correcting iterator regions
Romulo Pinho [Wed, 24 Oct 2012 20:50:13 +0000 (22:50 +0200)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Wed, 24 Oct 2012 20:49:22 +0000 (22:49 +0200)]
bug removal
- was accessing pixel neighbours outside the image buffer...
Benoît Presles [Wed, 24 Oct 2012 11:20:16 +0000 (13:20 +0200)]
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
Benoît Presles [Wed, 24 Oct 2012 11:18:32 +0000 (13:18 +0200)]
updated the render window for the labeled landmarks
Simon Rit [Wed, 24 Oct 2012 07:08:23 +0000 (09:08 +0200)]
No typename outside template (MSVC sensitive)
Benoît Presles [Tue, 23 Oct 2012 17:40:55 +0000 (19:40 +0200)]
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
Benoît Presles [Tue, 23 Oct 2012 17:02:58 +0000 (19:02 +0200)]
Merge branch 'master' of git://git.creatis.insa-lyon.fr/clitk
Benoît Presles [Tue, 23 Oct 2012 17:01:59 +0000 (19:01 +0200)]
added labels to landmarks
Simon Rit [Tue, 23 Oct 2012 16:56:26 +0000 (18:56 +0200)]
Clean-up while debugging
Vivien Delmon [Tue, 23 Oct 2012 12:28:14 +0000 (14:28 +0200)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Romulo Pinho [Tue, 23 Oct 2012 09:51:00 +0000 (11:51 +0200)]
further changes to solve bug #1714
Vivien Delmon [Mon, 22 Oct 2012 14:27:36 +0000 (16:27 +0200)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Vivien Delmon [Mon, 22 Oct 2012 14:26:37 +0000 (16:26 +0200)]
BUG: Problem with absolute paths
David Sarrut [Mon, 22 Oct 2012 13:29:26 +0000 (15:29 +0200)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Simon Rit [Mon, 22 Oct 2012 13:27:26 +0000 (15:27 +0200)]
Fix for Bug #1714: only check on sliders of the visible vvSlicer.
Vivien Delmon [Mon, 22 Oct 2012 10:54:39 +0000 (12:54 +0200)]
Merge branch 'master' of tux.creatis.insa-lyon.fr:clitk
Romulo Pinho [Fri, 19 Oct 2012 09:52:27 +0000 (11:52 +0200)]
VV: added links to Read/Save state
David Sarrut [Fri, 19 Oct 2012 07:41:26 +0000 (09:41 +0200)]
Change comment for buggy part
David Sarrut [Fri, 19 Oct 2012 07:40:05 +0000 (09:40 +0200)]
Default opacity is now 0.5
David Sarrut [Fri, 19 Oct 2012 07:39:40 +0000 (09:39 +0200)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 18 Oct 2012 08:07:56 +0000 (10:07 +0200)]
vv: corrected tree column updates when maximizing view
David Sarrut [Thu, 18 Oct 2012 07:57:48 +0000 (09:57 +0200)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Romulo Pinho [Thu, 18 Oct 2012 07:37:37 +0000 (09:37 +0200)]
VV panning: middlebutton = left button + shift
- a change made specially for mac owners and their mice-without-middle-button issues... ;-)
Romulo Pinho [Thu, 18 Oct 2012 07:07:30 +0000 (09:07 +0200)]
updated help message concerning window/level cmd line option
David Sarrut [Wed, 17 Oct 2012 10:55:39 +0000 (12:55 +0200)]
Merge branch 'master' of git.creatis.insa-lyon.fr:clitk
Conflicts:
vv/vv.cxx
vv/vvSlicerManager.cxx
vv/vvSlicerManagerCommand.cxx
David Sarrut [Wed, 17 Oct 2012 10:48:34 +0000 (12:48 +0200)]
Add option to detect too small CCL (stomach)
Romulo Pinho [Wed, 17 Oct 2012 10:41:40 +0000 (12:41 +0200)]
window/level in read/save state
Romulo Pinho [Wed, 17 Oct 2012 09:39:56 +0000 (11:39 +0200)]
accepts multiple window/level in cmd-line
- window/level is applied to set of images (sequences too) appearing before the window/level
- useful when opening, eg, different modalities at the same time
Romulo Pinho [Tue, 16 Oct 2012 21:18:37 +0000 (23:18 +0200)]
preserve crosshair position when changing orientation
- it used to jump to the slice in the middle of the volume