Agenda&Status 080709: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: ''36th MEETING IN SECOND LIFE''' === How to Join === You can teleport to this location by clicking on the following link: http://slurl.com/secondlife/Hippotropolis/238/14/24/?img=http%3...) |
|||
Line 33: | Line 33: | ||
* Math class | * Math class | ||
** Should we attempt it for this release ? | ** Should we attempt it for this release ? | ||
* Bug in Histogram accumulator | |||
** http://public.kitware.com/Bug/view.php?id=9383 | |||
** http://public.kitware.com/cgi-bin/viewcvs.cgi/Testing/Code/Numerics/Statistics/itkScalarImageToHistogramGeneratorTest.cxx?root=Insight&r1=1.2&r2=1.3&sortby=date | |||
** Hans added a new test that is currently failing. It was written to show a problem with many high-resolution images: | |||
*** The itkSparseFreqeuncyContainer, and the itkDenseFrequenceyContainer are using floating point values for their FrequencyType. I am not sure if the new statistics framework has the same issue. | |||
*** In many common images of size 512x512x384 have backgrounds of all zeros with a count greater than the maximum that can be incremented to using 32 bit floating point numbers. | |||
=== From previous agenda ==== | === From previous agenda ==== |
Revision as of 12:41, 7 August 2009
36th MEETING IN SECOND LIFE'
How to Join
You can teleport to this location by clicking on the following link:
More details at:
Project Management
- Using Yuuguu for screen sharing
- You can download it for free from http://www.yuuguu.com
- Available for Windows, Linux and Mac.
Release Schedule
- ITK 3.16 : August 31th
- CVS FREEZE Tomorrow : Saturday August 8th 2009
Technical Topics
- LabelMap classes to be added o Code/Review
- Centered Pixel remaining failing tests
- Math class
- Should we attempt it for this release ?
- Bug in Histogram accumulator
- http://public.kitware.com/Bug/view.php?id=9383
- http://public.kitware.com/cgi-bin/viewcvs.cgi/Testing/Code/Numerics/Statistics/itkScalarImageToHistogramGeneratorTest.cxx?root=Insight&r1=1.2&r2=1.3&sortby=date
- Hans added a new test that is currently failing. It was written to show a problem with many high-resolution images:
- The itkSparseFreqeuncyContainer, and the itkDenseFrequenceyContainer are using floating point values for their FrequencyType. I am not sure if the new statistics framework has the same issue.
- In many common images of size 512x512x384 have backgrounds of all zeros with a count greater than the maximum that can be incremented to using 32 bit floating point numbers.
From previous agenda =
- ImageSeriesReader bug fixed for reading a series of a single slice.
- ImageFileReader bug when reading a 3D image into a 2D one
- Brad is working on it
- http://public.kitware.com/Bug/view.php?id=9212
- Problem I know is mine on the dashboard:
- Oddness of the dashboard unknown cause, but possible related:
- Bug in Mattes Mutual Information related to number of threads.
- A test was added. Differences are only observed after 5000 samples
- Pixel Centered Coordinates
- Turning ON the CMake variable in several Dashboard machines
- Remaining Issues
- Windows 64 bits
- Use of "long" in the OffsetValueType
- Proposal to replace it with "size_t".