]> Creatis software - clitk.git/log
clitk.git
14 years agoremove olf clitkImageResample (keep clitkResampleImage)
dsarrut [Fri, 18 Mar 2011 10:04:24 +0000 (10:04 +0000)]
remove olf clitkImageResample (keep clitkResampleImage)

14 years agofirst version (copy of old clitkImageResample.ggo)
dsarrut [Fri, 18 Mar 2011 10:02:39 +0000 (10:02 +0000)]
first version (copy of old clitkImageResample.ggo)

14 years agoremove unused code for imageresample. The "true" one is clitkResampleImage and not...
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

14 years agoDisplay values of two images and their difference in the same way instead of rounding...
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

14 years agoRomulo:
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.

14 years agoRomulo: changed rounding of image resampling to floor() because, from a clinical...
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.

14 years agoAttempted to fix the mess of the resample fucker wrt to setting spacing and dims
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

14 years agoAdded reference to bug report for previous commit
srit [Wed, 16 Mar 2011 15:02:26 +0000 (15:02 +0000)]
Added reference to bug report for previous commit

14 years agoForce update of display extents to fix linked navigation bug + move propagation out...
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

14 years agoRomulo: invert matrix in .mat to be consistent with mhd matrices handled by itk
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

14 years agoReturn nan when quering scalar value outside whole extent
srit [Tue, 15 Mar 2011 15:37:39 +0000 (15:37 +0000)]
Return nan when quering scalar value outside whole extent

14 years agoRomulo: fixed crash on display transform for vf, overlay and fusion images
srit [Tue, 15 Mar 2011 15:24:47 +0000 (15:24 +0000)]
Romulo: fixed crash on display transform for vf, overlay and fusion images

14 years agoRomulo: fixed log file, AppendOn was missing
srit [Tue, 15 Mar 2011 14:58:14 +0000 (14:58 +0000)]
Romulo: fixed log file, AppendOn was missing

14 years agoCorrected log option for portability
srit [Mon, 14 Mar 2011 23:33:51 +0000 (23:33 +0000)]
Corrected log option for portability

14 years agoAdded VF color option and corresponding button
srit [Mon, 14 Mar 2011 23:13:13 +0000 (23:13 +0000)]
Added VF color option and corresponding button

14 years agoDisabled NKI transform function
srit [Mon, 14 Mar 2011 22:54:15 +0000 (22:54 +0000)]
Disabled NKI transform function

15 years agosmall gui update
dsarrut [Fri, 11 Mar 2011 08:49:13 +0000 (08:49 +0000)]
small gui update

15 years agoSet the correct window/level in the spinbox when preset is enabled
dsarrut [Fri, 11 Mar 2011 08:48:41 +0000 (08:48 +0000)]
Set the correct window/level in the spinbox when preset is enabled

15 years agoDo not compile those tests by default
dsarrut [Fri, 11 Mar 2011 08:32:29 +0000 (08:32 +0000)]
Do not compile those tests by default

15 years agoMOST IMPORTANT CHANGE IN VV SINCE YEARS !! Now MemoryUsage is displayed in blue.
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.

15 years agoRemove "Panel" textlabel
dsarrut [Fri, 11 Mar 2011 07:15:27 +0000 (07:15 +0000)]
Remove "Panel" textlabel

15 years agoDisplay 'NA' if memory usage is not available
dsarrut [Fri, 11 Mar 2011 07:14:56 +0000 (07:14 +0000)]
Display 'NA' if memory usage is not available

15 years agoRomulo:
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

15 years agoRomulo:
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

15 years agoRomulo:
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

15 years agoRomulo:
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)

15 years agoRomulo:
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

15 years agoReturn 0.0 if libstatgrab is not used
dsarrut [Thu, 10 Mar 2011 16:02:04 +0000 (16:02 +0000)]
Return 0.0 if libstatgrab is not used

15 years agoReplace vvImage::Pointer with raw pointer for function
dsarrut [Thu, 10 Mar 2011 16:00:09 +0000 (16:00 +0000)]
Replace vvImage::Pointer with raw pointer for function

15 years agoAdd a list of open images to correctly release memory when the tool is closed
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

15 years agoCosmetic
dsarrut [Thu, 10 Mar 2011 15:58:14 +0000 (15:58 +0000)]
Cosmetic

15 years agoCorrect destructor
dsarrut [Thu, 10 Mar 2011 15:57:09 +0000 (15:57 +0000)]
Correct destructor

15 years agoAdd smartpointer for vtk objects
dsarrut [Thu, 10 Mar 2011 15:56:02 +0000 (15:56 +0000)]
Add smartpointer for vtk objects

15 years ago*** empty log message ***
grevillot [Thu, 10 Mar 2011 07:54:53 +0000 (07:54 +0000)]
*** empty log message ***

15 years agoMake the tool work for all image pixel types
dsarrut [Tue, 8 Mar 2011 12:34:53 +0000 (12:34 +0000)]
Make the tool work for all image pixel types

15 years agoRemoved direct modification of matrix elements which triggered vtk warnings.
srit [Mon, 7 Mar 2011 16:22:06 +0000 (16:22 +0000)]
Removed direct modification of matrix elements which triggered vtk warnings.

15 years agoUndo previous commit: itk MemoryUsageObserver slows down vv
srit [Mon, 7 Mar 2011 12:45:33 +0000 (12:45 +0000)]
Undo previous commit: itk MemoryUsageObserver slows down vv

15 years agoRemove statgrab stuff, prefer portable ITK functions
srit [Fri, 4 Mar 2011 23:56:37 +0000 (23:56 +0000)]
Remove statgrab stuff, prefer portable ITK functions

15 years agoMSVC++ was complaining of shadowed default parameters.
srit [Fri, 4 Mar 2011 23:55:00 +0000 (23:55 +0000)]
MSVC++ was complaining of shadowed default parameters.

15 years agoDon't feel the buffer in GenerateOutputInformation which can be called again after...
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...

15 years agoConsistent GetScalarComponentAsDouble with the one in vvSlicer
srit [Thu, 3 Mar 2011 16:26:13 +0000 (16:26 +0000)]
Consistent GetScalarComponentAsDouble with the one in vvSlicer

15 years agoPut GetScalarComponentAsDouble with required update in static function for use by...
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.

15 years agorelease memory when overlay and fusion images are closed
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)

15 years agoadd memory usage
dsarrut [Thu, 3 Mar 2011 15:38:48 +0000 (15:38 +0000)]
add memory usage

15 years agoput MemoryInfo in mebibytes and not megabytes
dsarrut [Thu, 3 Mar 2011 15:34:47 +0000 (15:34 +0000)]
put MemoryInfo in mebibytes and not megabytes

15 years agoOnly update cursor value when clicking point
srit [Thu, 3 Mar 2011 15:27:27 +0000 (15:27 +0000)]
Only update cursor value when clicking point

15 years agoPropagate new parameters after hitting r
srit [Thu, 3 Mar 2011 14:51:18 +0000 (14:51 +0000)]
Propagate new parameters after hitting r

15 years agoLet the renderer do the computation
srit [Thu, 3 Mar 2011 14:29:05 +0000 (14:29 +0000)]
Let the renderer do the computation

15 years agoCompose transformation in .mat with current transformation
srit [Thu, 3 Mar 2011 14:01:15 +0000 (14:01 +0000)]
Compose transformation in .mat with current transformation

15 years agoAccount for ITK image direction
srit [Thu, 3 Mar 2011 13:26:49 +0000 (13:26 +0000)]
Account for ITK image direction

15 years ago add tooltip for MiB mebibytes / MB megabytes
dsarrut [Thu, 3 Mar 2011 12:56:56 +0000 (12:56 +0000)]
 add tooltip for MiB mebibytes / MB megabytes

15 years ago(oups, remove the debug print) and update the memory each 5 seconds
dsarrut [Thu, 3 Mar 2011 10:33:56 +0000 (10:33 +0000)]
(oups, remove the debug print) and update the memory each 5 seconds

15 years agoremove "required" for flag 'mode'
dsarrut [Thu, 3 Mar 2011 10:18:05 +0000 (10:18 +0000)]
remove "required" for flag 'mode'

15 years agochange flag name "IntermediateSpacing"
dsarrut [Thu, 3 Mar 2011 10:17:35 +0000 (10:17 +0000)]
change flag name "IntermediateSpacing"

15 years agochange default -> do not use cache for contour (bug)
dsarrut [Thu, 3 Mar 2011 10:16:57 +0000 (10:16 +0000)]
change default -> do not use cache for contour (bug)

15 years agoadd memory usage info in panel (need libstatgrab)
dsarrut [Thu, 3 Mar 2011 10:16:29 +0000 (10:16 +0000)]
add memory usage info in panel (need libstatgrab)

15 years agocosmetic
dsarrut [Thu, 3 Mar 2011 10:15:55 +0000 (10:15 +0000)]
cosmetic

15 years agosmall improvement for S8
dsarrut [Thu, 3 Mar 2011 10:15:11 +0000 (10:15 +0000)]
small improvement for S8

15 years agoreplace old resize with new CropLikeImage
dsarrut [Thu, 3 Mar 2011 10:13:16 +0000 (10:13 +0000)]
replace old resize with new CropLikeImage

15 years agoadd "CopyInformation" when crop like another image
dsarrut [Thu, 3 Mar 2011 10:12:42 +0000 (10:12 +0000)]
add "CopyInformation" when crop like another image

15 years agocorrect intermediate spacing flag
dsarrut [Thu, 3 Mar 2011 10:12:12 +0000 (10:12 +0000)]
correct intermediate spacing flag

15 years agoreplace SmartPointer with raw pointer for function (recommended)
dsarrut [Thu, 3 Mar 2011 10:11:38 +0000 (10:11 +0000)]
replace SmartPointer with raw pointer for function (recommended)

15 years agoadd getMemoryUsage
dsarrut [Thu, 3 Mar 2011 10:10:53 +0000 (10:10 +0000)]
add getMemoryUsage

15 years agoRemove useless UpdateReslice
srit [Wed, 2 Mar 2011 18:33:20 +0000 (18:33 +0000)]
Remove useless UpdateReslice

15 years agoUse transform for vvImage objects
srit [Wed, 2 Mar 2011 18:32:36 +0000 (18:32 +0000)]
Use transform for vvImage objects

15 years agoSmall changes, need refactoring
srit [Wed, 2 Mar 2011 18:30:19 +0000 (18:30 +0000)]
Small changes, need refactoring

15 years agoEnable resliced images, put in mTransformedVtkImages
srit [Wed, 2 Mar 2011 18:29:09 +0000 (18:29 +0000)]
Enable resliced images, put in mTransformedVtkImages

15 years agoCommand line options --window --level. Both are required to be accounted for.
srit [Tue, 1 Mar 2011 09:36:17 +0000 (09:36 +0000)]
Command line options --window --level. Both are required to be accounted for.

15 years agoNew functionality: button apply windowing to all images
srit [Mon, 28 Feb 2011 18:24:52 +0000 (18:24 +0000)]
New functionality: button apply windowing to all images

15 years agoAdd tip on image file name with absolute path
srit [Mon, 28 Feb 2011 14:44:44 +0000 (14:44 +0000)]
Add tip on image file name with absolute path

15 years agoChange namespace handling for MSVC++ compilation
srit [Sat, 26 Feb 2011 16:47:18 +0000 (16:47 +0000)]
Change namespace handling for MSVC++ compilation

15 years agoBUG: Add PrintMemory Symbol to clitkCommon even if CLITK_MEMORY_INFO is OFF
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

15 years agoChange preset 3 to 400/20 (like in [Chapet et al])
dsarrut [Tue, 22 Feb 2011 07:17:15 +0000 (07:17 +0000)]
Change preset 3 to 400/20 (like in [Chapet et al])

15 years agoCorrect contours position
dsarrut [Tue, 22 Feb 2011 07:16:28 +0000 (07:16 +0000)]
Correct contours position

15 years agoStation8 almost ok.
dsarrut [Tue, 22 Feb 2011 07:14:00 +0000 (07:14 +0000)]
Station8 almost ok.

15 years agocosmetic
dsarrut [Tue, 22 Feb 2011 07:12:45 +0000 (07:12 +0000)]
cosmetic

15 years agoAdd LabelizeAndCountNumberOfObjects
dsarrut [Tue, 22 Feb 2011 07:12:02 +0000 (07:12 +0000)]
Add LabelizeAndCountNumberOfObjects

15 years agoVivien, Simon stop watching these logs !
dsarrut [Tue, 22 Feb 2011 07:08:15 +0000 (07:08 +0000)]
Vivien, Simon stop watching these logs !

15 years agosmall bugs corrections
dsarrut [Thu, 17 Feb 2011 07:59:06 +0000 (07:59 +0000)]
small bugs corrections

15 years agoadd lineseparation
dsarrut [Thu, 17 Feb 2011 07:57:54 +0000 (07:57 +0000)]
add lineseparation

15 years agoremove extractXXX from compilation
dsarrut [Tue, 15 Feb 2011 11:47:13 +0000 (11:47 +0000)]
remove extractXXX from compilation

15 years agocorrect bug when comment
dsarrut [Tue, 15 Feb 2011 11:34:30 +0000 (11:34 +0000)]
correct bug when comment

15 years agocorrect bug when reload
dsarrut [Tue, 15 Feb 2011 11:33:47 +0000 (11:33 +0000)]
correct bug when reload

15 years agoremove option 'remove'
dsarrut [Tue, 15 Feb 2011 11:33:18 +0000 (11:33 +0000)]
remove option 'remove'

15 years agoremove verbose
dsarrut [Tue, 15 Feb 2011 11:33:00 +0000 (11:33 +0000)]
remove verbose

15 years agomorpho math filter
dsarrut [Tue, 15 Feb 2011 11:31:34 +0000 (11:31 +0000)]
morpho math filter

15 years agoStation8
dsarrut [Tue, 15 Feb 2011 11:31:14 +0000 (11:31 +0000)]
Station8

15 years agoadd cache for read image
dsarrut [Tue, 15 Feb 2011 11:30:53 +0000 (11:30 +0000)]
add cache for read image

15 years agocosmetic
dsarrut [Tue, 15 Feb 2011 11:29:59 +0000 (11:29 +0000)]
cosmetic

15 years agocorrect options scheme
dsarrut [Tue, 15 Feb 2011 11:29:37 +0000 (11:29 +0000)]
correct options scheme

15 years agoadd options
dsarrut [Tue, 15 Feb 2011 11:29:05 +0000 (11:29 +0000)]
add options

15 years agoadd default filename + exception on error
dsarrut [Tue, 15 Feb 2011 11:28:40 +0000 (11:28 +0000)]
add default filename + exception on error

15 years agoadd lib dependence to some tools
dsarrut [Tue, 15 Feb 2011 10:52:41 +0000 (10:52 +0000)]
add lib dependence to some tools

15 years agoadd options ('keep object', 'inverse', verbose etc)
dsarrut [Tue, 15 Feb 2011 10:51:53 +0000 (10:51 +0000)]
add options ('keep object', 'inverse', verbose etc)

15 years agocorrection orientation, add 'keep object' option
dsarrut [Tue, 15 Feb 2011 10:51:03 +0000 (10:51 +0000)]
correction orientation, add 'keep object' option

15 years agoadd 'border' option
dsarrut [Tue, 15 Feb 2011 10:46:13 +0000 (10:46 +0000)]
add 'border' option

15 years agoadd 'OR' operation
dsarrut [Tue, 15 Feb 2011 10:45:37 +0000 (10:45 +0000)]
add 'OR' operation

15 years agoadd missing "allocate"
dsarrut [Tue, 15 Feb 2011 10:45:04 +0000 (10:45 +0000)]
add missing "allocate"

15 years agoadd findExtrema, jointSlices
dsarrut [Tue, 15 Feb 2011 10:44:32 +0000 (10:44 +0000)]
add findExtrema, jointSlices

15 years agosimplify, correct default
dsarrut [Tue, 15 Feb 2011 10:44:07 +0000 (10:44 +0000)]
simplify, correct default