]>
Creatis software - clitk.git/log
dsarrut [Fri, 18 Mar 2011 10:06:05 +0000 (10:06 +0000)]
slight changes to use nex clitkVFResample.ggo
dsarrut [Fri, 18 Mar 2011 10:04:24 +0000 (10:04 +0000)]
remove olf clitkImageResample (keep clitkResampleImage)
dsarrut [Fri, 18 Mar 2011 10:02:39 +0000 (10:02 +0000)]
first version (copy of old clitkImageResample.ggo)
dsarrut [Fri, 18 Mar 2011 10:00:40 +0000 (10:00 +0000)]
remove unused code for imageresample. The "true" one is clitkResampleImage and not clitkImageResample
srit [Thu, 17 Mar 2011 18:39:09 +0000 (18:39 +0000)]
Display values of two images and their difference in the same way instead of rounding to the second decimal
srit [Thu, 17 Mar 2011 14:43:08 +0000 (14:43 +0000)]
Romulo:
1) Perform image resampling if the spacing of the MHD file doesn't match the slice thickness found in the reference dicom series. Use the dicom spacing as the output.
2) Remove files from the dicom series if the number of slices in the MHD doesn't match the number of files in the image (it may be smaller due to rounding of image resampling). An error is still generated if there are more slices than files, though.
- issue: VV somehow still detects all images (Open Dicom), but the number of files and the series itself are correctly read.
3) Warnings are printed in both cases above if "verbose" is enabled.
srit [Thu, 17 Mar 2011 14:42:13 +0000 (14:42 +0000)]
Romulo: changed rounding of image resampling to floor() because, from a clinical point of view, it seems to be better to miss a slice than to add information that didn't exist in the original image.
srit [Wed, 16 Mar 2011 17:19:22 +0000 (17:19 +0000)]
Attempted to fix the mess of the resample fucker wrt to setting spacing and dims
srit [Wed, 16 Mar 2011 15:02:26 +0000 (15:02 +0000)]
Added reference to bug report for previous commit
srit [Wed, 16 Mar 2011 14:57:02 +0000 (14:57 +0000)]
Force update of display extents to fix linked navigation bug + move propagation out of loop
srit [Tue, 15 Mar 2011 16:59:53 +0000 (16:59 +0000)]
Romulo: invert matrix in .mat to be consistent with mhd matrices handled by itk
srit [Tue, 15 Mar 2011 15:37:39 +0000 (15:37 +0000)]
Return nan when quering scalar value outside whole extent
srit [Tue, 15 Mar 2011 15:24:47 +0000 (15:24 +0000)]
Romulo: fixed crash on display transform for vf, overlay and fusion images
srit [Tue, 15 Mar 2011 14:58:14 +0000 (14:58 +0000)]
Romulo: fixed log file, AppendOn was missing
srit [Mon, 14 Mar 2011 23:33:51 +0000 (23:33 +0000)]
Corrected log option for portability
srit [Mon, 14 Mar 2011 23:13:13 +0000 (23:13 +0000)]
Added VF color option and corresponding button
srit [Mon, 14 Mar 2011 22:54:15 +0000 (22:54 +0000)]
Disabled NKI transform function
dsarrut [Fri, 11 Mar 2011 08:49:13 +0000 (08:49 +0000)]
small gui update
dsarrut [Fri, 11 Mar 2011 08:48:41 +0000 (08:48 +0000)]
Set the correct window/level in the spinbox when preset is enabled
dsarrut [Fri, 11 Mar 2011 08:32:29 +0000 (08:32 +0000)]
Do not compile those tests by default
dsarrut [Fri, 11 Mar 2011 07:16:06 +0000 (07:16 +0000)]
MOST IMPORTANT CHANGE IN VV SINCE YEARS !! Now MemoryUsage is displayed in blue.
dsarrut [Fri, 11 Mar 2011 07:15:27 +0000 (07:15 +0000)]
Remove "Panel" textlabel
dsarrut [Fri, 11 Mar 2011 07:14:56 +0000 (07:14 +0000)]
Display 'NA' if memory usage is not available
delmon [Thu, 10 Mar 2011 16:20:52 +0000 (16:20 +0000)]
Romulo:
- Add command-line option to set a log file for VTK and ITK messages
+ option is --log
+ file is stored as date_time.log in /tmp/vv-log for the moment
* still to find a better location, so that it works in Windows and Linux
delmon [Thu, 10 Mar 2011 16:19:33 +0000 (16:19 +0000)]
Romulo:
- Included visualization of the image's transformation interface on the main
window
- Removed panel information that preivously existed
delmon [Thu, 10 Mar 2011 16:17:56 +0000 (16:17 +0000)]
Romulo:
- Corrected bug in --noAutoCrop function, both in ggo file and source code
delmon [Thu, 10 Mar 2011 16:16:15 +0000 (16:16 +0000)]
Romulo:
- Added functionality to transform points based on the BSpline coefficients
instead of the vector field
- Added new command-line option --coeff (mutual exclusive wrt --vf)
delmon [Thu, 10 Mar 2011 16:14:11 +0000 (16:14 +0000)]
Romulo:
- Added functionality to generate the BSpline coefficients during the
registration.
- Added new command-line option --CoeffEveryN (requires --coeff and --verbose)
- see ggo file
- Created new observer class (as specified by ITK) to catch iteration events
triggered by the optmizer
dsarrut [Thu, 10 Mar 2011 16:02:04 +0000 (16:02 +0000)]
Return 0.0 if libstatgrab is not used
dsarrut [Thu, 10 Mar 2011 16:00:09 +0000 (16:00 +0000)]
Replace vvImage::Pointer with raw pointer for function
dsarrut [Thu, 10 Mar 2011 15:58:54 +0000 (15:58 +0000)]
Add a list of open images to correctly release memory when the tool is closed
dsarrut [Thu, 10 Mar 2011 15:58:14 +0000 (15:58 +0000)]
Cosmetic
dsarrut [Thu, 10 Mar 2011 15:57:09 +0000 (15:57 +0000)]
Correct destructor
dsarrut [Thu, 10 Mar 2011 15:56:02 +0000 (15:56 +0000)]
Add smartpointer for vtk objects
grevillot [Thu, 10 Mar 2011 07:54:53 +0000 (07:54 +0000)]
*** empty log message ***
dsarrut [Tue, 8 Mar 2011 12:34:53 +0000 (12:34 +0000)]
Make the tool work for all image pixel types
srit [Mon, 7 Mar 2011 16:22:06 +0000 (16:22 +0000)]
Removed direct modification of matrix elements which triggered vtk warnings.
srit [Mon, 7 Mar 2011 12:45:33 +0000 (12:45 +0000)]
Undo previous commit: itk MemoryUsageObserver slows down vv
srit [Fri, 4 Mar 2011 23:56:37 +0000 (23:56 +0000)]
Remove statgrab stuff, prefer portable ITK functions
srit [Fri, 4 Mar 2011 23:55:00 +0000 (23:55 +0000)]
MSVC++ was complaining of shadowed default parameters.
srit [Fri, 4 Mar 2011 10:39:32 +0000 (10:39 +0000)]
Don't feel the buffer in GenerateOutputInformation which can be called again after update...
srit [Thu, 3 Mar 2011 16:26:13 +0000 (16:26 +0000)]
Consistent GetScalarComponentAsDouble with the one in vvSlicer
srit [Thu, 3 Mar 2011 16:20:35 +0000 (16:20 +0000)]
Put GetScalarComponentAsDouble with required update in static function for use by other objects.
dsarrut [Thu, 3 Mar 2011 15:40:11 +0000 (15:40 +0000)]
release memory when overlay and fusion images are closed
(change NumberOfSlicers by GetNumberOfSlicers)
dsarrut [Thu, 3 Mar 2011 15:38:48 +0000 (15:38 +0000)]
add memory usage
dsarrut [Thu, 3 Mar 2011 15:34:47 +0000 (15:34 +0000)]
put MemoryInfo in mebibytes and not megabytes
srit [Thu, 3 Mar 2011 15:27:27 +0000 (15:27 +0000)]
Only update cursor value when clicking point
srit [Thu, 3 Mar 2011 14:51:18 +0000 (14:51 +0000)]
Propagate new parameters after hitting r
srit [Thu, 3 Mar 2011 14:29:05 +0000 (14:29 +0000)]
Let the renderer do the computation
srit [Thu, 3 Mar 2011 14:01:15 +0000 (14:01 +0000)]
Compose transformation in .mat with current transformation
srit [Thu, 3 Mar 2011 13:26:49 +0000 (13:26 +0000)]
Account for ITK image direction
dsarrut [Thu, 3 Mar 2011 12:56:56 +0000 (12:56 +0000)]
add tooltip for MiB mebibytes / MB megabytes
dsarrut [Thu, 3 Mar 2011 10:33:56 +0000 (10:33 +0000)]
(oups, remove the debug print) and update the memory each 5 seconds
dsarrut [Thu, 3 Mar 2011 10:18:05 +0000 (10:18 +0000)]
remove "required" for flag 'mode'
dsarrut [Thu, 3 Mar 2011 10:17:35 +0000 (10:17 +0000)]
change flag name "IntermediateSpacing"
dsarrut [Thu, 3 Mar 2011 10:16:57 +0000 (10:16 +0000)]
change default -> do not use cache for contour (bug)
dsarrut [Thu, 3 Mar 2011 10:16:29 +0000 (10:16 +0000)]
add memory usage info in panel (need libstatgrab)
dsarrut [Thu, 3 Mar 2011 10:15:55 +0000 (10:15 +0000)]
cosmetic
dsarrut [Thu, 3 Mar 2011 10:15:11 +0000 (10:15 +0000)]
small improvement for S8
dsarrut [Thu, 3 Mar 2011 10:13:16 +0000 (10:13 +0000)]
replace old resize with new CropLikeImage
dsarrut [Thu, 3 Mar 2011 10:12:42 +0000 (10:12 +0000)]
add "CopyInformation" when crop like another image
dsarrut [Thu, 3 Mar 2011 10:12:12 +0000 (10:12 +0000)]
correct intermediate spacing flag
dsarrut [Thu, 3 Mar 2011 10:11:38 +0000 (10:11 +0000)]
replace SmartPointer with raw pointer for function (recommended)
dsarrut [Thu, 3 Mar 2011 10:10:53 +0000 (10:10 +0000)]
add getMemoryUsage
srit [Wed, 2 Mar 2011 18:33:20 +0000 (18:33 +0000)]
Remove useless UpdateReslice
srit [Wed, 2 Mar 2011 18:32:36 +0000 (18:32 +0000)]
Use transform for vvImage objects
srit [Wed, 2 Mar 2011 18:30:19 +0000 (18:30 +0000)]
Small changes, need refactoring
srit [Wed, 2 Mar 2011 18:29:09 +0000 (18:29 +0000)]
Enable resliced images, put in mTransformedVtkImages
srit [Tue, 1 Mar 2011 09:36:17 +0000 (09:36 +0000)]
Command line options --window --level. Both are required to be accounted for.
srit [Mon, 28 Feb 2011 18:24:52 +0000 (18:24 +0000)]
New functionality: button apply windowing to all images
srit [Mon, 28 Feb 2011 14:44:44 +0000 (14:44 +0000)]
Add tip on image file name with absolute path
srit [Sat, 26 Feb 2011 16:47:18 +0000 (16:47 +0000)]
Change namespace handling for MSVC++ compilation
delmon [Tue, 22 Feb 2011 08:35:07 +0000 (08:35 +0000)]
BUG: Add PrintMemory Symbol to clitkCommon even if CLITK_MEMORY_INFO is OFF
dsarrut [Tue, 22 Feb 2011 07:17:15 +0000 (07:17 +0000)]
Change preset 3 to 400/20 (like in [Chapet et al])
dsarrut [Tue, 22 Feb 2011 07:16:28 +0000 (07:16 +0000)]
Correct contours position
dsarrut [Tue, 22 Feb 2011 07:14:00 +0000 (07:14 +0000)]
Station8 almost ok.
dsarrut [Tue, 22 Feb 2011 07:12:45 +0000 (07:12 +0000)]
cosmetic
dsarrut [Tue, 22 Feb 2011 07:12:02 +0000 (07:12 +0000)]
Add LabelizeAndCountNumberOfObjects
dsarrut [Tue, 22 Feb 2011 07:08:15 +0000 (07:08 +0000)]
Vivien, Simon stop watching these logs !
dsarrut [Thu, 17 Feb 2011 07:59:06 +0000 (07:59 +0000)]
small bugs corrections
dsarrut [Thu, 17 Feb 2011 07:57:54 +0000 (07:57 +0000)]
add lineseparation
dsarrut [Tue, 15 Feb 2011 11:47:13 +0000 (11:47 +0000)]
remove extractXXX from compilation
dsarrut [Tue, 15 Feb 2011 11:34:30 +0000 (11:34 +0000)]
correct bug when comment
dsarrut [Tue, 15 Feb 2011 11:33:47 +0000 (11:33 +0000)]
correct bug when reload
dsarrut [Tue, 15 Feb 2011 11:33:18 +0000 (11:33 +0000)]
remove option 'remove'
dsarrut [Tue, 15 Feb 2011 11:33:00 +0000 (11:33 +0000)]
remove verbose
dsarrut [Tue, 15 Feb 2011 11:31:34 +0000 (11:31 +0000)]
morpho math filter
dsarrut [Tue, 15 Feb 2011 11:31:14 +0000 (11:31 +0000)]
Station8
dsarrut [Tue, 15 Feb 2011 11:30:53 +0000 (11:30 +0000)]
add cache for read image
dsarrut [Tue, 15 Feb 2011 11:29:59 +0000 (11:29 +0000)]
cosmetic
dsarrut [Tue, 15 Feb 2011 11:29:37 +0000 (11:29 +0000)]
correct options scheme
dsarrut [Tue, 15 Feb 2011 11:29:05 +0000 (11:29 +0000)]
add options
dsarrut [Tue, 15 Feb 2011 11:28:40 +0000 (11:28 +0000)]
add default filename + exception on error
dsarrut [Tue, 15 Feb 2011 10:52:41 +0000 (10:52 +0000)]
add lib dependence to some tools
dsarrut [Tue, 15 Feb 2011 10:51:53 +0000 (10:51 +0000)]
add options ('keep object', 'inverse', verbose etc)
dsarrut [Tue, 15 Feb 2011 10:51:03 +0000 (10:51 +0000)]
correction orientation, add 'keep object' option
dsarrut [Tue, 15 Feb 2011 10:46:13 +0000 (10:46 +0000)]
add 'border' option
dsarrut [Tue, 15 Feb 2011 10:45:37 +0000 (10:45 +0000)]
add 'OR' operation
dsarrut [Tue, 15 Feb 2011 10:45:04 +0000 (10:45 +0000)]
add missing "allocate"
dsarrut [Tue, 15 Feb 2011 10:44:32 +0000 (10:44 +0000)]
add findExtrema, jointSlices