ITK Release 4/SimpleITK/Tcon 2012 05 27: Difference between revisions
From KitwarePublic
< ITK Release 4 | SimpleITK
Jump to navigationJump to search
(4 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
*CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK | *CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK | ||
** Bunch of Java failures! | ** Bunch of Java failures! | ||
** | ** Finally have the path corrected for windows Shared libraries | ||
*COVERAGE: http://open.cdash.org/viewCoverage.php?buildid=2395285 | |||
*COVERAGE: http://open.cdash.org/viewCoverage.php?buildid= | *VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid=2395930 | ||
*VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid= | ** bunch of memory issues related to VectorConfidenceConnected | ||
*GIT: http://itk.org/gitweb?p=SimpleITK.git;a=log | *GIT: http://itk.org/gitweb?p=SimpleITK.git;a=log | ||
*GITHUB-MIRROR:https://github.com/SimpleITK/SimpleITK/network | *GITHUB-MIRROR:https://github.com/SimpleITK/SimpleITK/network | ||
Line 28: | Line 28: | ||
SIMPLEITK-224_AddVectorSupportGetBuffer | master=0 next=0 | SIMPLEITK-224_AddVectorSupportGetBuffer | master=0 next=0 | ||
SIMPLEITK-74_AutomaticallyComputeTimeStep | master=0 next=1 | |||
SIMPLEITK-302_HashLabelMaps | master=0 next=1 | |||
SIMPLEITK-1_AddImageRegistration | master=0 next=0 | SIMPLEITK-1_AddImageRegistration | master=0 next=0 | ||
SimpleITK-299_MorphologicalWatershed | master=0 next=1 | |||
VectorConfidenceConnected | master=0 next=1 | |||
SIMPLEITK-AddNumpySupportForVectorImages | master=0 next=0 | SIMPLEITK-AddNumpySupportForVectorImages | master=0 next=0 | ||
AddSomeFilters | master=0 next=0 | |||
SIMPLEITK-264_AddTransformations | master=0 next=0 | SIMPLEITK-264_AddTransformations | master=0 next=0 | ||
SIMPLEITK-279_AddComposeImageFilter | master=0 next=0 | |||
UpdateData | master=0 next=1 | |||
SIMPLEITK-301_EnableWrapRAutomatically | master=0 next=1 | |||
AddSomeImageFilters | master=0 next=1 | |||
SIMPLEITK-211_AddingWatershedFilters | master=0 next=0 | SIMPLEITK-211_AddingWatershedFilters | master=0 next=0 | ||
SIMPLEITK-297_UpdateITKTowardsITK4.2 | master=0 next=1 | |||
AddVirtualDestructorToFilterExecuteBase | master=0 next=1 | |||
= New Issues = | = New Issues = | ||
Line 43: | Line 50: | ||
* Continue working with Richard Beare to integrate R topics | * Continue working with Richard Beare to integrate R topics | ||
* Should the arguments for CastImageFilter be PixelIDType or PixelIDValueType, that is enum or int? | * Should the arguments for CastImageFilter be PixelIDType or PixelIDValueType, that is enum or int? | ||
== Gradient ImageFilter == | == Gradient ImageFilter == | ||
* | * GradientImageFilter is in SimpleITK | ||
* Getting GradientRecursiveGaussian working is going to be more complicated | * Getting GradientRecursiveGaussian working is going to be more complicated | ||
Line 63: | Line 65: | ||
* Both Valgrind and VS10 debug are reporting failures on the same test. | * Both Valgrind and VS10 debug are reporting failures on the same test. | ||
* Real bug here must be addressed. | * Real bug here must be addressed. | ||
== User Requested Features == | == User Requested Features == |
Latest revision as of 13:28, 27 June 2012
Tcon Information
Please join the following teleconference line: Toll-Free #: 1-888-677-0429 Participant Code: 96280
Wednesday, June 27th, 9:30am Eastern Time
Attendees
- Bradley Lowekamp
Links
- HOME PAGE: http://simpleitk.org
- CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK
- Bunch of Java failures!
- Finally have the path corrected for windows Shared libraries
- COVERAGE: http://open.cdash.org/viewCoverage.php?buildid=2395285
- VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid=2395930
- bunch of memory issues related to VectorConfidenceConnected
- GIT: http://itk.org/gitweb?p=SimpleITK.git;a=log
- GITHUB-MIRROR:https://github.com/SimpleITK/SimpleITK/network
- DOXYGEN: http://www.itk.org/SimpleITKDoxygen/html/
- JIRA: https://itk.icts.uiowa.edu/jira/browse/SIMPLEITK
Daily Details
- The Stage Repository
SIMPLEITK-224_AddVectorSupportGetBuffer | master=0 next=0 SIMPLEITK-74_AutomaticallyComputeTimeStep | master=0 next=1 SIMPLEITK-302_HashLabelMaps | master=0 next=1 SIMPLEITK-1_AddImageRegistration | master=0 next=0 SimpleITK-299_MorphologicalWatershed | master=0 next=1 VectorConfidenceConnected | master=0 next=1 SIMPLEITK-AddNumpySupportForVectorImages | master=0 next=0 AddSomeFilters | master=0 next=0 SIMPLEITK-264_AddTransformations | master=0 next=0 SIMPLEITK-279_AddComposeImageFilter | master=0 next=0 UpdateData | master=0 next=1 SIMPLEITK-301_EnableWrapRAutomatically | master=0 next=1 AddSomeImageFilters | master=0 next=1 SIMPLEITK-211_AddingWatershedFilters | master=0 next=0 SIMPLEITK-297_UpdateITKTowardsITK4.2 | master=0 next=1 AddVirtualDestructorToFilterExecuteBase | master=0 next=1
New Issues
R Wrapping
- Continue working with Richard Beare to integrate R topics
- Should the arguments for CastImageFilter be PixelIDType or PixelIDValueType, that is enum or int?
Gradient ImageFilter
- GradientImageFilter is in SimpleITK
- Getting GradientRecursiveGaussian working is going to be more complicated
PyBuffer Issues
- Support for old python buffer interface?
- With numpy 1.5 it appears that we are unable to get a PEP 3118 Buffer interface
Dashboard
Valgrind failures
- Both Valgrind and VS10 debug are reporting failures on the same test.
- Real bug here must be addressed.
User Requested Features
- A couple of post on the users list related to better support for VectorImages or 4D images. Reading, accessing buffer and pixel and converting to numpy.
- A users wanting to use the edge potential image filter, there is not way to create gradient image. Nor compose scalar images into a vector image.
Priorities for next release
- Registration
C++ installation- Splitting Wrapping directory into languages
Splitting BasicFilters Library- improved vector image support
Schedule
- Discuss long term goals and milestones.
- Documentations
- Registration is very important