]> Creatis software - clitk.git/log
clitk.git
14 years agoscript to easily create new clitk tools. Does not do vv tools yet
schaerer [Fri, 9 Apr 2010 13:32:20 +0000 (13:32 +0000)]
script to easily create new clitk tools. Does not do vv tools yet

14 years agoremove old stuff
schaerer [Fri, 9 Apr 2010 12:39:13 +0000 (12:39 +0000)]
remove old stuff

14 years ago*** empty log message ***
bharath [Fri, 9 Apr 2010 09:47:58 +0000 (09:47 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
bharath [Fri, 9 Apr 2010 09:17:30 +0000 (09:17 +0000)]
*** empty log message ***

14 years agofix the remaining things for release. The fix for resample is just a hack, should...
schaerer [Thu, 8 Apr 2010 15:18:08 +0000 (15:18 +0000)]
fix the remaining things for release. The fix for resample is just a hack, should be fixed

14 years agominor bugfixes
schaerer [Tue, 6 Apr 2010 12:58:13 +0000 (12:58 +0000)]
minor bugfixes

14 years agoported the resampler to the new tool framework
schaerer [Tue, 6 Apr 2010 12:13:44 +0000 (12:13 +0000)]
ported the resampler to the new tool framework

14 years agoChanged shortcuts
srit [Tue, 6 Apr 2010 11:19:29 +0000 (11:19 +0000)]
Changed shortcuts

14 years agoUse Tab key for next and previous image
srit [Fri, 2 Apr 2010 12:42:15 +0000 (12:42 +0000)]
Use Tab key for next and previous image

14 years agoAdded next prev image keys. Temporarily in a q.
srit [Fri, 2 Apr 2010 09:50:38 +0000 (09:50 +0000)]
Added next prev image keys. Temporarily in a q.

14 years ago- correct crop 2D bug
dsarrut [Fri, 2 Apr 2010 09:46:58 +0000 (09:46 +0000)]
- correct crop 2D bug
- prepare for DicomRT Struct

14 years agofix MIP bug
schaerer [Thu, 1 Apr 2010 13:54:35 +0000 (13:54 +0000)]
fix MIP bug

14 years agomove the image warp to the experimental menu
schaerer [Thu, 1 Apr 2010 12:59:25 +0000 (12:59 +0000)]
move the image warp to the experimental menu

14 years agoUse unix as default (for clitk-tests)
srit [Tue, 30 Mar 2010 07:27:00 +0000 (07:27 +0000)]
Use unix as default (for clitk-tests)

14 years ago- correct bug (qt length/size)
dsarrut [Tue, 30 Mar 2010 06:51:10 +0000 (06:51 +0000)]
- correct bug (qt length/size)

14 years ago- correct "same image name" bug
dsarrut [Tue, 30 Mar 2010 06:40:39 +0000 (06:40 +0000)]
- correct "same image name" bug

14 years ago- convert tool
dsarrut [Mon, 29 Mar 2010 11:25:21 +0000 (11:25 +0000)]
- convert tool

14 years ago- add "convert to" in context menu
dsarrut [Mon, 29 Mar 2010 07:48:55 +0000 (07:48 +0000)]
- add "convert to" in context menu

14 years agoadded the new headers
schaerer [Thu, 25 Mar 2010 09:29:06 +0000 (09:29 +0000)]
added the new headers

14 years agoremoved headers
schaerer [Thu, 25 Mar 2010 09:13:18 +0000 (09:13 +0000)]
removed headers

14 years ago- correct bug: string pixeltype is different in ITK and VTK
dsarrut [Wed, 24 Mar 2010 20:35:08 +0000 (20:35 +0000)]
- correct bug: string pixeltype is different in ITK and VTK

14 years agoadded BSD license
schaerer [Wed, 24 Mar 2010 14:08:06 +0000 (14:08 +0000)]
added BSD license

14 years agohide the experimental menu when CLITK_EXPERIMENTAL is not set
schaerer [Wed, 24 Mar 2010 13:59:01 +0000 (13:59 +0000)]
hide the experimental menu when CLITK_EXPERIMENTAL is not set

14 years agoput experimental tools in the experimental menu
schaerer [Wed, 24 Mar 2010 13:37:34 +0000 (13:37 +0000)]
put experimental tools in the experimental menu

14 years ago- move into filters
dsarrut [Wed, 24 Mar 2010 13:11:50 +0000 (13:11 +0000)]
- move into filters

14 years ago- new vv tool
dsarrut [Wed, 24 Mar 2010 13:02:59 +0000 (13:02 +0000)]
- new vv tool

14 years agoexperimental menu. Doesn't hide yet
schaerer [Wed, 24 Mar 2010 12:59:16 +0000 (12:59 +0000)]
experimental menu. Doesn't hide yet

14 years ago- ggo is now used by the filter
dsarrut [Wed, 24 Mar 2010 12:58:32 +0000 (12:58 +0000)]
- ggo is now used by the filter

14 years ago- multiple inputs in vv
dsarrut [Wed, 24 Mar 2010 10:48:05 +0000 (10:48 +0000)]
- multiple inputs in vv
- example with (vv/clitk)ImageArithm

14 years agominor fix
schaerer [Wed, 24 Mar 2010 09:42:47 +0000 (09:42 +0000)]
minor fix

14 years agosorry, forgot to add this file in the last commit
schaerer [Wed, 24 Mar 2010 08:09:20 +0000 (08:09 +0000)]
sorry, forgot to add this file in the last commit

14 years agoAlso ignore .kdev4 files
srit [Tue, 23 Mar 2010 17:38:43 +0000 (17:38 +0000)]
Also ignore .kdev4 files

14 years agomechanism for hiding experimental stuff in vv
schaerer [Tue, 23 Mar 2010 16:30:59 +0000 (16:30 +0000)]
mechanism for hiding experimental stuff in vv

14 years agoThe new macro put the *_ggo* files in the binary directory so it's useless to ignore...
srit [Wed, 17 Mar 2010 15:47:03 +0000 (15:47 +0000)]
The new macro put the *_ggo* files in the binary directory so it's useless to ignore them.

14 years agoModified ggo mechanism: now uses a macro (WRAP_GGO) on the qt WRAP_UI model. The...
srit [Wed, 17 Mar 2010 15:43:48 +0000 (15:43 +0000)]
Modified ggo mechanism: now uses a macro (WRAP_GGO) on the qt WRAP_UI model. The old mechanism is still in place but the new way should be used, e.g.:
WRAP_GGO(FOO_GGO_SOURCES foo.ggo)
ADD_EXECUTABLE(foo foo.cxx FOO_GGO_SOURCES)

14 years ago- new multiple input selector
dsarrut [Wed, 17 Mar 2010 11:23:38 +0000 (11:23 +0000)]
- new multiple input selector

14 years ago new multiple input selector for default vvToolWidget
dsarrut [Wed, 17 Mar 2010 11:22:18 +0000 (11:22 +0000)]
 new multiple input selector for default vvToolWidget

14 years agoCorrected LocalWindowing: now really in screen (view) coordinates
srit [Wed, 10 Mar 2010 18:30:34 +0000 (18:30 +0000)]
Corrected LocalWindowing: now really in screen (view) coordinates

14 years agoRemoved old includes
srit [Wed, 10 Mar 2010 15:42:08 +0000 (15:42 +0000)]
Removed old includes

14 years agoadded functionality for OBJ meshes. Untested.
schaerer [Wed, 10 Mar 2010 15:36:26 +0000 (15:36 +0000)]
added functionality for OBJ meshes. Untested.

14 years agoremove useless logs
schaerer [Wed, 10 Mar 2010 09:38:18 +0000 (09:38 +0000)]
remove useless logs

14 years agoRefresh all slicers when doing local window
srit [Tue, 9 Mar 2010 16:21:26 +0000 (16:21 +0000)]
Refresh all slicers when doing local window

14 years agoAdded new functionality: local windowing around mouse pointer. Now with "z".
srit [Tue, 9 Mar 2010 14:28:37 +0000 (14:28 +0000)]
Added new functionality: local windowing around mouse pointer. Now with "z".

14 years agoFixed wrong file name: was launching an exception
srit [Mon, 8 Mar 2010 16:25:58 +0000 (16:25 +0000)]
Fixed wrong file name: was launching an exception

14 years agobug was due to Qt "Focus policy"
schaerer [Mon, 8 Mar 2010 10:12:28 +0000 (10:12 +0000)]
bug was due to Qt "Focus policy"

14 years agoclass name and file name should always match
schaerer [Mon, 8 Mar 2010 07:49:50 +0000 (07:49 +0000)]
class name and file name should always match

14 years ago- update vv tool Binarize, now work with float pixel type + display lower contour
dsarrut [Fri, 5 Mar 2010 10:32:32 +0000 (10:32 +0000)]
- update vv tool Binarize, now work with float pixel type + display lower contour

14 years ago*** empty log message ***
dsarrut [Fri, 5 Mar 2010 10:30:04 +0000 (10:30 +0000)]
*** empty log message ***

14 years agoMoved signal files to clitk-tests/signal
srit [Thu, 4 Mar 2010 10:08:05 +0000 (10:08 +0000)]
Moved signal files to clitk-tests/signal

14 years agoRemoved signal from clitkCommon. Now in clitk-tests/signal
srit [Thu, 4 Mar 2010 10:06:49 +0000 (10:06 +0000)]
Removed signal from clitkCommon. Now in clitk-tests/signal

14 years agofftw is not required anymore
srit [Thu, 4 Mar 2010 09:54:10 +0000 (09:54 +0000)]
fftw is not required anymore

14 years agoggo case sensitivity
srit [Thu, 4 Mar 2010 09:53:25 +0000 (09:53 +0000)]
ggo case sensitivity

14 years agoggo case sensitivity changed
srit [Thu, 4 Mar 2010 09:50:26 +0000 (09:50 +0000)]
ggo case sensitivity changed

14 years ago- no modification
dsarrut [Wed, 3 Mar 2010 13:00:36 +0000 (13:00 +0000)]
- no modification

14 years agomissing header
schaerer [Wed, 3 Mar 2010 12:51:06 +0000 (12:51 +0000)]
missing header

14 years ago- ok Joel, you are righet, I forgot the file ...
dsarrut [Wed, 3 Mar 2010 12:47:31 +0000 (12:47 +0000)]
- ok Joel, you are righet, I forgot the file ...

14 years ago- add stuffs needed in EllipseFitting
dsarrut [Wed, 3 Mar 2010 12:42:06 +0000 (12:42 +0000)]
- add stuffs needed in EllipseFitting

14 years ago- add clitkSignalApparentMotionTracking
dsarrut [Wed, 3 Mar 2010 12:41:27 +0000 (12:41 +0000)]
- add clitkSignalApparentMotionTracking

14 years ago- test of mean position finder with ellipse (to be move in clitk-tests)
dsarrut [Wed, 3 Mar 2010 10:47:48 +0000 (10:47 +0000)]
- test of mean position finder with ellipse (to be move in clitk-tests)

14 years ago beautiful icon
dsarrut [Tue, 2 Mar 2010 13:29:11 +0000 (13:29 +0000)]
 beautiful icon

14 years ago slightly decrease template compilation time
dsarrut [Tue, 2 Mar 2010 13:28:42 +0000 (13:28 +0000)]
 slightly decrease template compilation time

14 years ago- remove all function (now in base)
dsarrut [Tue, 2 Mar 2010 13:04:12 +0000 (13:04 +0000)]
- remove all function (now in base)

14 years ago- filter base (with trial to improve compilation time by explicit template in cxx)
dsarrut [Tue, 2 Mar 2010 13:02:52 +0000 (13:02 +0000)]
- filter base (with trial to improve compilation time by explicit template in cxx)

14 years ago- bug (forget .ui)
dsarrut [Tue, 2 Mar 2010 12:21:33 +0000 (12:21 +0000)]
- bug (forget .ui)

14 years ago- essai pour compiler plus vite
dsarrut [Tue, 2 Mar 2010 12:20:50 +0000 (12:20 +0000)]
- essai pour compiler plus vite

14 years ago crop tool
dsarrut [Mon, 1 Mar 2010 15:39:05 +0000 (15:39 +0000)]
 crop tool

14 years ago- autotool
dsarrut [Mon, 1 Mar 2010 15:37:41 +0000 (15:37 +0000)]
- autotool

14 years agono more useful
dsarrut [Mon, 1 Mar 2010 13:14:32 +0000 (13:14 +0000)]
no more useful

14 years ago tool example
dsarrut [Mon, 1 Mar 2010 08:37:19 +0000 (08:37 +0000)]
 tool example

14 years ago- toolbase + binarize
dsarrut [Mon, 1 Mar 2010 07:37:20 +0000 (07:37 +0000)]
- toolbase + binarize

14 years ago- tool base
dsarrut [Wed, 24 Feb 2010 11:49:57 +0000 (11:49 +0000)]
- tool base

14 years ago- toolbase
dsarrut [Wed, 24 Feb 2010 11:42:40 +0000 (11:42 +0000)]
- toolbase

14 years ago- binarize
dsarrut [Wed, 24 Feb 2010 11:42:13 +0000 (11:42 +0000)]
- binarize

14 years agoclitkSignal without fftw3
lgrezesb [Mon, 22 Feb 2010 09:21:55 +0000 (09:21 +0000)]
clitkSignal without fftw3

14 years agoSome VTK libraries were not used
srit [Sat, 20 Feb 2010 16:30:49 +0000 (16:30 +0000)]
Some VTK libraries were not used

14 years agostill pb with signal...
lgrezesb [Fri, 19 Feb 2010 14:50:41 +0000 (14:50 +0000)]
still pb with signal...

14 years agomodification of clitkSignal -> remove dependance to fftw3
lgrezesb [Fri, 19 Feb 2010 14:08:57 +0000 (14:08 +0000)]
modification of clitkSignal -> remove dependance to fftw3

14 years agofftw
lgrezesb [Fri, 19 Feb 2010 14:01:42 +0000 (14:01 +0000)]
fftw

14 years ago*** empty log message ***
srit [Fri, 19 Feb 2010 12:10:13 +0000 (12:10 +0000)]
*** empty log message ***

14 years ago*** empty log message ***
srit [Thu, 18 Feb 2010 22:52:09 +0000 (22:52 +0000)]
*** empty log message ***

14 years agofixes for unix
schaerer [Thu, 18 Feb 2010 14:47:18 +0000 (14:47 +0000)]
fixes for unix

14 years agoclitkImageCommon.h is not systematically included anymore
srit [Wed, 17 Feb 2010 21:24:17 +0000 (21:24 +0000)]
clitkImageCommon.h is not systematically included anymore

14 years ago*** empty log message ***
srit [Wed, 17 Feb 2010 20:53:13 +0000 (20:53 +0000)]
*** empty log message ***

14 years agoXVI IO
srit [Wed, 17 Feb 2010 20:52:29 +0000 (20:52 +0000)]
XVI IO

14 years agoSynergy projections file format
srit [Wed, 17 Feb 2010 08:24:14 +0000 (08:24 +0000)]
Synergy projections file format

14 years agoggo correction
dsarrut [Thu, 11 Feb 2010 12:29:21 +0000 (12:29 +0000)]
ggo correction

14 years agoRemoved warnings with MSVC
srit [Wed, 10 Feb 2010 14:59:49 +0000 (14:59 +0000)]
Removed warnings with MSVC

14 years agoGood version of clitkSignalMeanPosition, from clitk2
lgrezesb [Wed, 10 Feb 2010 14:55:00 +0000 (14:55 +0000)]
Good version of clitkSignalMeanPosition, from clitk2

14 years agomove the ImageTypeManager on the stack, warning still there
schaerer [Tue, 9 Feb 2010 14:40:55 +0000 (14:40 +0000)]
move the ImageTypeManager on the stack, warning still there

14 years agoalmost finished the work on multiple components
schaerer [Tue, 9 Feb 2010 14:19:24 +0000 (14:19 +0000)]
almost finished the work on multiple components

14 years agocleanup / better handling of errors
schaerer [Tue, 9 Feb 2010 10:27:54 +0000 (10:27 +0000)]
cleanup / better handling of errors

14 years ago*** empty log message ***
srit [Tue, 9 Feb 2010 08:44:04 +0000 (08:44 +0000)]
*** empty log message ***

14 years agopreliminary fixes for multi-component images
schaerer [Mon, 8 Feb 2010 15:45:17 +0000 (15:45 +0000)]
preliminary fixes for multi-component images

14 years agoadded missing header
schaerer [Mon, 8 Feb 2010 13:16:43 +0000 (13:16 +0000)]
added missing header

14 years agoNew version released
srit [Mon, 8 Feb 2010 13:14:22 +0000 (13:14 +0000)]
New version released

14 years agoPackaging fix
srit [Mon, 8 Feb 2010 12:51:47 +0000 (12:51 +0000)]
Packaging fix

14 years agoRemoved QVTKWidget, added installed libs for win
srit [Mon, 8 Feb 2010 12:07:48 +0000 (12:07 +0000)]
Removed QVTKWidget, added installed libs for win

14 years agoUNIX -> unix
schaerer [Mon, 8 Feb 2010 10:37:54 +0000 (10:37 +0000)]
UNIX -> unix

14 years agoPorted C99 std::isnormal function
srit [Mon, 8 Feb 2010 10:10:44 +0000 (10:10 +0000)]
Ported C99 std::isnormal function

14 years agoMore MSVC stuff
srit [Mon, 8 Feb 2010 00:24:34 +0000 (00:24 +0000)]
More MSVC stuff