]> Creatis software - clitk.git/log
clitk.git
13 years agoFixed bugs in libstatgrab
srit [Mon, 21 Mar 2011 17:45:11 +0000 (17:45 +0000)]
Fixed bugs in libstatgrab

13 years agoRomulo:
srit [Mon, 21 Mar 2011 16:09:05 +0000 (16:09 +0000)]
Romulo:
- set Link/Link All functionality
  + when linking two images: take the one in the first combo box (left) as the reference for viewing adjustments
  + when linking all images: take the last manipulated image as the reference. The last manipulated image is the one with which the user last interacted using the mouse (mouseclick, mousewheel, but NOT mousemove)

13 years agoRemoved cmake memory option
srit [Mon, 21 Mar 2011 15:27:18 +0000 (15:27 +0000)]
Removed cmake memory option

13 years agoMSVC++ complains that the exception is not used, put debugging message back
srit [Sun, 20 Mar 2011 20:01:44 +0000 (20:01 +0000)]
MSVC++ complains that the exception is not used, put debugging message back

13 years agoFixed compiling error by MSVC++
srit [Sun, 20 Mar 2011 20:00:49 +0000 (20:00 +0000)]
Fixed compiling error by MSVC++

13 years agoCorrected bug when opening unexisting file (introduced by myself in version 1.52)
srit [Sun, 20 Mar 2011 20:00:13 +0000 (20:00 +0000)]
Corrected bug when opening unexisting file (introduced by myself in version 1.52)

13 years agoUpdate panel height
dsarrut [Fri, 18 Mar 2011 12:50:29 +0000 (12:50 +0000)]
Update panel height

13 years agoCheck image size before performing operation
dsarrut [Fri, 18 Mar 2011 12:49:55 +0000 (12:49 +0000)]
Check image size before performing operation

13 years agoResample tool now use new resampleImage class (use the right number of thread)
dsarrut [Fri, 18 Mar 2011 12:49:25 +0000 (12:49 +0000)]
Resample tool now use new resampleImage class (use the right number of thread)

13 years agoAdd new resampleImageLib
dsarrut [Fri, 18 Mar 2011 12:48:44 +0000 (12:48 +0000)]
Add new resampleImageLib

13 years agoCorrect tool name
dsarrut [Fri, 18 Mar 2011 12:48:26 +0000 (12:48 +0000)]
Correct tool name

13 years agoRemove debug verbose
dsarrut [Fri, 18 Mar 2011 12:48:06 +0000 (12:48 +0000)]
Remove debug verbose

13 years agoAdd ResampleImage library for vv
dsarrut [Fri, 18 Mar 2011 12:47:51 +0000 (12:47 +0000)]
Add ResampleImage library for vv

13 years agoAdd HaveSameSizeAndSpacingThan function
dsarrut [Fri, 18 Mar 2011 12:47:17 +0000 (12:47 +0000)]
Add HaveSameSizeAndSpacingThan function

13 years agoslight changes to use nex clitkVFResample.ggo
dsarrut [Fri, 18 Mar 2011 10:06:05 +0000 (10:06 +0000)]
slight changes to use nex clitkVFResample.ggo

13 years agoremove olf clitkImageResample (keep clitkResampleImage)
dsarrut [Fri, 18 Mar 2011 10:04:24 +0000 (10:04 +0000)]
remove olf clitkImageResample (keep clitkResampleImage)

13 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)

13 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

13 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

13 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.

13 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.

13 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

13 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

13 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

13 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

13 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

13 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

13 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

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

13 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

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

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

13 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

13 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

13 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.

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

13 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

13 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

13 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

13 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

13 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)

13 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

13 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

13 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

13 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

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

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

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

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

13 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

13 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.

13 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

13 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

13 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.

13 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...

13 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

13 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.

13 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)

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

13 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

13 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

13 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

13 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

13 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

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

13 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

13 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

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

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

13 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)

13 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)

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

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

13 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

13 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

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

13 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)

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

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

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

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

13 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

13 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.

13 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

13 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

13 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

13 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

13 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])

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

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

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

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

13 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 !

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

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

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

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

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

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

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