]> Creatis software - clitk.git/log
clitk.git
12 years agoGateAsciiImageIO is now cross-platform using itksys::RegularExpression
Simon Rit [Thu, 8 Dec 2011 10:03:15 +0000 (11:03 +0100)]
GateAsciiImageIO is now cross-platform using itksys::RegularExpression

12 years agoFixed MSVC warning
Simon Rit [Mon, 5 Dec 2011 07:58:31 +0000 (08:58 +0100)]
Fixed MSVC warning

12 years agoDefine mkstemp for MSVC. Not sure if it also works for other compilers
Simon Rit [Mon, 5 Dec 2011 07:57:38 +0000 (08:57 +0100)]
Define mkstemp for MSVC. Not sure if it also works for other compilers
on Windows

12 years agoGate text file I/O is not cross-platform due to regex, compile only on unix
Simon Rit [Mon, 5 Dec 2011 07:56:46 +0000 (08:56 +0100)]
Gate text file I/O is not cross-platform due to regex, compile only on unix

12 years agoAdd quotes in case variables are not defined
Simon Rit [Sun, 4 Dec 2011 17:18:08 +0000 (18:18 +0100)]
Add quotes in case variables are not defined

12 years agoUse the gnugetopt.h header part of gengetopt instead of cygwin's
Simon Rit [Sun, 4 Dec 2011 17:06:31 +0000 (18:06 +0100)]
Use the gnugetopt.h header part of gengetopt instead of cygwin's

12 years agoSubdirectory filters has been removed
Simon Rit [Sun, 4 Dec 2011 16:35:50 +0000 (17:35 +0100)]
Subdirectory filters has been removed

12 years agoRemoved warnings
Simon Rit [Sun, 4 Dec 2011 14:04:46 +0000 (15:04 +0100)]
Removed warnings

12 years agoitk4 migration
Vivien Delmon [Thu, 1 Dec 2011 10:49:01 +0000 (11:49 +0100)]
itk4 migration

- m_Parameters disapeared in itk4. Don't use it in our
  ImageToImageMetric.

12 years agoRemove warnings
Vivien Delmon [Wed, 30 Nov 2011 09:45:50 +0000 (10:45 +0100)]
Remove warnings

- Remove warnings with -Wall
  It remains some warning about gengetopt generated files
- Use ImageDimension instead of 3 in some filters

12 years agoBug #650 crash with --fusion and --overlay
Vivien Delmon [Tue, 29 Nov 2011 14:23:31 +0000 (15:23 +0100)]
Bug #650 crash with --fusion and --overlay

- Check if the file exists before opening it

12 years agoBUG seed_arg was used instead of seedRadius_arg
Vivien Delmon [Tue, 29 Nov 2011 12:56:33 +0000 (13:56 +0100)]
BUG seed_arg was used instead of seedRadius_arg

12 years agoAdd seedRadius option to clitkRegionGrowing
Vivien Delmon [Tue, 29 Nov 2011 11:03:49 +0000 (12:03 +0100)]
Add seedRadius option to clitkRegionGrowing

- Add seedRadius option to clitkRegionGrowing to allow ball of seeds
  instead of single pixel seed.

12 years agoreturned normal function to overlay menu origin/master
Romulo Pinho [Wed, 23 Nov 2011 15:45:22 +0000 (16:45 +0100)]
returned normal function to overlay menu

12 years agoitkv4 migration use itk::ThreadIdType
Vivien Delmon [Fri, 18 Nov 2011 16:37:54 +0000 (17:37 +0100)]
itkv4 migration use itk::ThreadIdType

- Add a typedef on unsigned int for itk 3.20 compatibility
- Use itk::ThreadIdType where needed

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Vivien Delmon [Thu, 17 Nov 2011 15:39:00 +0000 (16:39 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoAdd missing basename call after.
Vivien Delmon [Thu, 17 Nov 2011 15:38:21 +0000 (16:38 +0100)]
Add missing basename call after.

12 years agoCorrected bug with button All: W/L was read from spin box which
Simon Rit [Thu, 17 Nov 2011 12:06:59 +0000 (13:06 +0100)]
Corrected bug with button All: W/L was read from spin box which
resolution is limited by text

12 years agoCorrected tab key bugs for one image and reverse order with shift
Simon Rit [Thu, 17 Nov 2011 12:02:32 +0000 (13:02 +0100)]
Corrected tab key bugs for one image and reverse order with shift

12 years agoMotion mask without resampling
Vivien Delmon [Thu, 17 Nov 2011 09:52:49 +0000 (10:52 +0100)]
Motion mask without resampling

- Remove resampling if create_midP_masks-2.0.sh is called without
  resampling arguments

12 years agoBLUT transform in threaded mode
Romulo Pinho [Wed, 16 Nov 2011 14:47:36 +0000 (15:47 +0100)]
BLUT transform in threaded mode

- Guarantees that the treaded version of the class will be invoked
+ obs: this change has no effect on the current version (of clitkBLUTDIR) yet, it's just for consistenty with similar changes made in clitkResampleImage

12 years agonew VV option: --linkall
Romulo Pinho [Wed, 16 Nov 2011 14:45:50 +0000 (15:45 +0100)]
new VV option: --linkall

- links all images given in the command line

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Vivien Delmon [Wed, 16 Nov 2011 10:52:55 +0000 (11:52 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoBUG with gcc 4.1.2 unnecessary typename
Vivien Delmon [Wed, 16 Nov 2011 09:26:29 +0000 (10:26 +0100)]
BUG with gcc 4.1.2 unnecessary typename

- remove unnecessary typename

12 years agoMerge branch 'testblut'; commit 'c134c94'
Romulo Pinho [Wed, 16 Nov 2011 09:25:42 +0000 (10:25 +0100)]
Merge branch 'testblut'; commit 'c134c94'

12 years agochange in midP script to create 4D warped image
Romulo Pinho [Wed, 16 Nov 2011 09:22:37 +0000 (10:22 +0100)]
change in midP script to create 4D warped image

12 years agoCat image tool
Simon Rit [Thu, 10 Nov 2011 17:01:53 +0000 (18:01 +0100)]
Cat image tool

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Simon Rit [Thu, 10 Nov 2011 15:11:58 +0000 (16:11 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoadded target image translation in gamma index
pierre gueth [Tue, 8 Nov 2011 10:17:55 +0000 (11:17 +0100)]
added target image translation in gamma index

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Vivien Delmon [Mon, 7 Nov 2011 16:53:24 +0000 (17:53 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoBe compatible with itk 3.20 with debug on
Vivien Delmon [Mon, 7 Nov 2011 16:53:01 +0000 (17:53 +0100)]
Be compatible with itk 3.20 with debug on

12 years agoBLUT interpolation is really fast ... again!
Romulo Pinho [Mon, 7 Nov 2011 15:45:34 +0000 (16:45 +0100)]
BLUT interpolation is really fast ... again!

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Simon Rit [Fri, 4 Nov 2011 09:44:56 +0000 (10:44 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
David Sarrut [Fri, 4 Nov 2011 09:36:31 +0000 (10:36 +0100)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoremove gitignore
Vivien Delmon [Fri, 4 Nov 2011 09:35:09 +0000 (10:35 +0100)]
remove gitignore

12 years agoadd first version of LabelOverlapMeasuresImageFilter (dice computation)
David Sarrut [Fri, 4 Nov 2011 09:31:35 +0000 (10:31 +0100)]
add first version of LabelOverlapMeasuresImageFilter (dice computation)

12 years agoChange output display
David Sarrut [Fri, 4 Nov 2011 09:28:05 +0000 (10:28 +0100)]
Change output display

12 years agoComment CricoidCartilag limit (put in support)
David Sarrut [Fri, 4 Nov 2011 09:27:41 +0000 (10:27 +0100)]
Comment CricoidCartilag limit (put in support)

12 years agoNew way to extract support
David Sarrut [Fri, 4 Nov 2011 09:27:12 +0000 (10:27 +0100)]
New way to extract support

12 years agoSimplify 4R 4L seg
David Sarrut [Fri, 4 Nov 2011 09:26:51 +0000 (10:26 +0100)]
Simplify 4R 4L seg

12 years agoSecond version of rel pos analyzer
David Sarrut [Fri, 4 Nov 2011 09:26:11 +0000 (10:26 +0100)]
Second version of rel pos analyzer

12 years agoRemove old stuff
David Sarrut [Fri, 4 Nov 2011 09:25:41 +0000 (10:25 +0100)]
Remove old stuff

12 years agoNew ComputeOptimalThreshold
David Sarrut [Fri, 4 Nov 2011 09:25:29 +0000 (10:25 +0100)]
New ComputeOptimalThreshold

12 years agoCorrect angle units
David Sarrut [Fri, 4 Nov 2011 09:25:11 +0000 (10:25 +0100)]
Correct angle units

12 years agoTo be consistant, crop strictly above (not above or equal)
David Sarrut [Fri, 4 Nov 2011 09:24:59 +0000 (10:24 +0100)]
To be consistant, crop strictly above (not above or equal)

12 years agoSecond version of databse of rel pos
David Sarrut [Fri, 4 Nov 2011 09:24:20 +0000 (10:24 +0100)]
Second version of databse of rel pos

12 years agoFirst version of rel pos database builder
David Sarrut [Fri, 4 Nov 2011 09:23:03 +0000 (10:23 +0100)]
First version of rel pos database builder

12 years agoFirst version of the builder of relpos database
David Sarrut [Fri, 4 Nov 2011 09:22:45 +0000 (10:22 +0100)]
First version of the builder of relpos database

12 years agoExplicit units for Angle (rad or deg)
David Sarrut [Fri, 4 Nov 2011 09:21:58 +0000 (10:21 +0100)]
Explicit units for Angle (rad or deg)

12 years agocorrections in mid-P scripts
Romulo Pinho [Fri, 4 Nov 2011 08:32:30 +0000 (09:32 +0100)]
corrections in mid-P scripts

- when checking clitk tools' return values

12 years agoclitkExtractLung - new option
Romulo Pinho [Thu, 3 Nov 2011 17:07:31 +0000 (18:07 +0100)]
clitkExtractLung - new option

- doNotSeparateLungs

12 years agomore refined abort-on-exception mechanism
Romulo Pinho [Thu, 3 Nov 2011 15:56:52 +0000 (16:56 +0100)]
more refined abort-on-exception mechanism

- new macro defined in clitkCommon.h
- abort execution with a proper return code
- only used in tools related to mid-P calculation, for now
- mid-P scripts interpret return codes

12 years agoSecond version of clitkRelativePositionAnalyzer
David Sarrut [Thu, 27 Oct 2011 13:57:03 +0000 (15:57 +0200)]
Second version of clitkRelativePositionAnalyzer

12 years agoAdd afdb_path option
David Sarrut [Thu, 27 Oct 2011 13:56:40 +0000 (15:56 +0200)]
Add afdb_path option

12 years agoAdd --afdb_path option
David Sarrut [Thu, 27 Oct 2011 13:56:24 +0000 (15:56 +0200)]
Add --afdb_path option

12 years agoAdd --afdb_path option
David Sarrut [Thu, 27 Oct 2011 13:56:14 +0000 (15:56 +0200)]
Add --afdb_path option

12 years agoAdd path when loading an image
David Sarrut [Thu, 27 Oct 2011 13:55:46 +0000 (15:55 +0200)]
Add path when loading an image

12 years agoFirst version of the clitkRelativePositionDataBase struct
David Sarrut [Thu, 27 Oct 2011 13:55:22 +0000 (15:55 +0200)]
First version of the clitkRelativePositionDataBase struct

12 years agoAdd the tool clitkRelativePositionDataBaseAnalyzer
David Sarrut [Thu, 27 Oct 2011 13:54:37 +0000 (15:54 +0200)]
Add the tool clitkRelativePositionDataBaseAnalyzer

12 years agoAdd first version of clitkRelativePositionDataBaseAnalyzer
David Sarrut [Thu, 27 Oct 2011 13:54:16 +0000 (15:54 +0200)]
Add first version of clitkRelativePositionDataBaseAnalyzer

12 years agoSecond version of RelativePositionAnalyzer
David Sarrut [Thu, 27 Oct 2011 13:52:29 +0000 (15:52 +0200)]
Second version of RelativePositionAnalyzer

12 years agoAdd New(), GetValueTag and Path (to search for image)
David Sarrut [Thu, 27 Oct 2011 13:51:52 +0000 (15:51 +0200)]
Add New(), GetValueTag and Path (to search for image)

12 years agoCosmetic
David Sarrut [Thu, 27 Oct 2011 13:50:46 +0000 (15:50 +0200)]
Cosmetic

12 years agoChange comments
David Sarrut [Thu, 27 Oct 2011 13:49:38 +0000 (15:49 +0200)]
Change comments

12 years agoAdd MapToVec (first/second) functions.
David Sarrut [Thu, 27 Oct 2011 13:49:01 +0000 (15:49 +0200)]
Add MapToVec (first/second) functions.

12 years agoRemoved unused file
Simon Rit [Thu, 27 Oct 2011 11:09:24 +0000 (13:09 +0200)]
Removed unused file

12 years agoSync changes with RTK
Simon Rit [Thu, 27 Oct 2011 11:08:36 +0000 (13:08 +0200)]
Sync changes with RTK

12 years agobasic GUI state reading/saving
Romulo Pinho [Wed, 26 Oct 2011 07:28:10 +0000 (09:28 +0200)]
basic GUI state reading/saving

- read/save only images and overlays for now
- menu option to read/save state
- "--state XMLFILE" to read state from cmd line

12 years agobasic GUI state loading/saving functionality
Romulo Pinho [Tue, 25 Oct 2011 16:08:23 +0000 (18:08 +0200)]
basic GUI state loading/saving functionality

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Romulo Pinho [Mon, 24 Oct 2011 14:57:49 +0000 (16:57 +0200)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
pierre gueth [Mon, 24 Oct 2011 12:20:41 +0000 (14:20 +0200)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agowrite gate ascii format
pierre gueth [Mon, 24 Oct 2011 12:19:53 +0000 (14:19 +0200)]
write gate ascii format

12 years agooutput saving using vvImageWriter
pierre gueth [Mon, 24 Oct 2011 11:44:56 +0000 (13:44 +0200)]
output saving using vvImageWriter

12 years agofixed over_one counter
pierre gueth [Mon, 24 Oct 2011 10:38:36 +0000 (12:38 +0200)]
fixed over_one counter

12 years agofixing clitk gamma for profiles
pierre gueth [Mon, 24 Oct 2011 09:47:09 +0000 (11:47 +0200)]
fixing clitk gamma for profiles

12 years agoreading for gate ascii format
pierre gueth [Mon, 24 Oct 2011 09:46:44 +0000 (11:46 +0200)]
reading for gate ascii format

12 years agoAdd ComputeBBUnion
David Sarrut [Mon, 24 Oct 2011 06:31:03 +0000 (08:31 +0200)]
Add ComputeBBUnion

12 years agoAdd ResizeImageLike with region or bb
David Sarrut [Mon, 24 Oct 2011 06:30:47 +0000 (08:30 +0200)]
Add ResizeImageLike with region or bb

12 years agoAdd SliceBySliceRelativePosition with angles
David Sarrut [Mon, 24 Oct 2011 06:29:29 +0000 (08:29 +0200)]
Add SliceBySliceRelativePosition with angles

12 years agoAdd code for computing FuzzyMap only (without threshold)
David Sarrut [Mon, 24 Oct 2011 06:29:02 +0000 (08:29 +0200)]
Add code for computing FuzzyMap only (without threshold)

12 years agoAdd FloatSliceType
David Sarrut [Mon, 24 Oct 2011 06:28:32 +0000 (08:28 +0200)]
Add FloatSliceType

12 years agoCorrect but when using LimitsWithTrachea (not taken into account)
David Sarrut [Mon, 24 Oct 2011 06:28:17 +0000 (08:28 +0200)]
Correct but when using LimitsWithTrachea (not taken into account)

12 years agoFirst version of RelativePositionAnalyzer
David Sarrut [Mon, 24 Oct 2011 06:27:19 +0000 (08:27 +0200)]
First version of RelativePositionAnalyzer

12 years agoAdd AFDB support
David Sarrut [Mon, 24 Oct 2011 06:26:24 +0000 (08:26 +0200)]
Add AFDB support

12 years agoAdd AFDB support
David Sarrut [Mon, 24 Oct 2011 06:26:13 +0000 (08:26 +0200)]
Add AFDB support

12 years agoRemove comments
David Sarrut [Mon, 24 Oct 2011 06:25:59 +0000 (08:25 +0200)]
Remove comments

12 years agoCorrect the way to set angles
David Sarrut [Mon, 24 Oct 2011 06:25:36 +0000 (08:25 +0200)]
Correct the way to set angles

12 years agoFirst version of clitkLabelImageOverlapMeasure
David Sarrut [Mon, 24 Oct 2011 06:24:08 +0000 (08:24 +0200)]
First version of clitkLabelImageOverlapMeasure

12 years agoAdd GetAngle
David Sarrut [Mon, 24 Oct 2011 06:23:31 +0000 (08:23 +0200)]
Add GetAngle

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
David Sarrut [Mon, 24 Oct 2011 05:25:11 +0000 (07:25 +0200)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoAdd clitkLabelImageOverlapMeasure and clitkRelativePositionAnalyzer
David Sarrut [Mon, 24 Oct 2011 05:25:07 +0000 (07:25 +0200)]
Add clitkLabelImageOverlapMeasure and clitkRelativePositionAnalyzer

12 years agoread gate ascii file header
pierre gueth [Fri, 21 Oct 2011 11:58:37 +0000 (13:58 +0200)]
read gate ascii file header

12 years agoCheck VTK_VERSION with a valid syntax
Vivien Delmon [Fri, 21 Oct 2011 11:55:30 +0000 (13:55 +0200)]
Check VTK_VERSION with a valid syntax

12 years agoDon't use VTK_LIBRAARIES with old VTK versions
Vivien Delmon [Fri, 21 Oct 2011 11:37:48 +0000 (13:37 +0200)]
Don't use VTK_LIBRAARIES with old VTK versions

12 years agoRemove old scripts from CMakeLists
Vivien Delmon [Fri, 21 Oct 2011 11:36:16 +0000 (13:36 +0200)]
Remove old scripts from CMakeLists

- Remove installation of scripts thathas been removed of the repository.

12 years agoignoring build directory
pierre gueth [Fri, 21 Oct 2011 09:28:51 +0000 (11:28 +0200)]
ignoring build directory

12 years agostarted io support for gate ascii file
pierre gueth [Thu, 20 Oct 2011 14:32:39 +0000 (16:32 +0200)]
started io support for gate ascii file

12 years agoclitkGammaIndex switched to vvImage
pierre gueth [Thu, 20 Oct 2011 13:56:00 +0000 (15:56 +0200)]
clitkGammaIndex switched to vvImage

12 years agoMerge branch 'master' of /home/dsarrut/clitk3.server
Romulo Pinho [Thu, 20 Oct 2011 09:07:24 +0000 (11:07 +0200)]
Merge branch 'master' of /home/dsarrut/clitk3.server

12 years agoshowing step size in gradient descent
Romulo Pinho [Thu, 20 Oct 2011 09:06:59 +0000 (11:06 +0200)]
showing step size in gradient descent