ITK/Release 4/DICOM/Tcon 2011 05 20: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 17: | Line 17: | ||
** [https://github.com/ComplexSystemsModeling/ITK/commit/cd78da0ded26a6090f468f4b2044cce47b78ddff enabling warnings again] | ** [https://github.com/ComplexSystemsModeling/ITK/commit/cd78da0ded26a6090f468f4b2044cce47b78ddff enabling warnings again] | ||
** [https://github.com/ComplexSystemsModeling/ITK/commit/858a3981d50b99fd5a8428666644ace0960adb61 makes gdcm system libs visibles from outside the module] | ** [https://github.com/ComplexSystemsModeling/ITK/commit/858a3981d50b99fd5a8428666644ace0960adb61 makes gdcm system libs visibles from outside the module] | ||
* Reviewing Gaetan's Master(Statistics) Branch | * [http://review.source.kitware.com/#q,status:merged+project:ITK+branch:master+topic:statistics,n,z Reviewing Gaetan's Master(Statistics) Branch] | ||
**Change Ia7ba3068: ENH: provide default parameter values in ImageToHistogramFilter | **Change Ia7ba3068: ENH: provide default parameter values in ImageToHistogramFilter | ||
**Change I957bc8ac: ENH: drop the decorator layout in HistogramToImageFilter | **Change I957bc8ac: ENH: drop the decorator layout in HistogramToImageFilter |
Revision as of 11:29, 20 May 2011
System gdcm
- System GDCM is now stable on Win XP VS10
infrastructure
- our fork of ITK is now stable, we keep the GDCM warnings ON in our copy time to address them. then we will switch main ITK back on.
- building our branch of itk against linux, mac and windows:
- < drew put the name of the machines on the dashboard here >
- < each meeting should start or include browsing those machines and discuss remaining bugs/warnings >
- would anyone contribute buildhosts for that? We are missing windows buildhosts for ITK anyway.
Progress
- fix library naming problem
- fix library linking problem (modularization design shortcoming - thanks Brad K. for patch)
- fix buildhosts
- List of commits:
- Reviewing Gaetan's Master(Statistics) Branch
- Change Ia7ba3068: ENH: provide default parameter values in ImageToHistogramFilter
- Change I957bc8ac: ENH: drop the decorator layout in HistogramToImageFilter
- Change Ie5ca1a6c: ENH: add a new test for the conversion image-histogram
- Change Ie2244566: BUG: HistogramToImageFilter is not checking the histogram size
- Change If613f4ab: ENH: use an image type in HistogramToImageFilter template parameter
- Change I9677cc8f: ENH: unify the numeric traits API
- Change I5cab1e97: ENH: return the actual number of component used in the image
- Change I7f6cf2ef: ENH: provide a default size for the generated histogram
- Change I56e1302e: COMP: ImageToListSampleAdaptor was not usable with a VectorImage
- Change I5d5d8209: ENH: Add a base class to transform an image in something else
next week (and more)
- update patches on gerrit from github (including brad K patch), merge those in ITK
- note for the community, it is possible that all third party module fail teh same way when using system versions ...)
- Iron out all remaining warnings / failing tests with systems gdcm
- merge system gdcm in ITK on github (to have gdcm warnings enable on our buildhosts)
- Iron out new errors / warnings if any
- Merge in ITK (ouch - help?)
- re-enable GDCM errors in ITK
- redirect our buidlhost to main ITK
Before June meeting
- fix protocol support
- fix streaming
- implement RT-support