ITK Release 4/SimpleITK/Tcon 2012 5 02: Difference between revisions
From KitwarePublic
< ITK Release 4 | SimpleITK
Jump to navigationJump to search
(Created page with "= Tcon Information = Please join the following teleconference line: Toll-Free #: 1-888-677-0429 Participant Code: 96280 Wednesday, April 25th, 9:30am Ea...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Participant Code: 96280 | Participant Code: 96280 | ||
Wednesday, | Wednesday, May 2nd, 9:30am Eastern Time | ||
= Attendees = | = Attendees = | ||
Line 15: | Line 15: | ||
*HOME PAGE: http://simpleitk.org | *HOME PAGE: http://simpleitk.org | ||
*CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK | *CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK | ||
*COVERAGE: http://open.cdash.org/viewCoverage.php?buildid= | *COVERAGE: http://open.cdash.org/viewCoverage.php?buildid=2242884 | ||
*VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid= | *VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid=2243279 | ||
*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 25: | Line 25: | ||
* The Stage Repository | * The Stage Repository | ||
SIMPLEITK-224_AddVectorSupportGetBuffer | master=0 next=0 | |||
SIMPLEITK-103_AddedEnvironmentVariables | master=0 next=1 | |||
SIMPLEITK-282_AddSupportToGetBufferForVectors | master=0 next=1 | |||
SIMPLEITK-1_AddImageRegistration | master=0 next=0 | |||
SIMPLEITK-267_ExamplesAsStandaloneProject | master=0 next=1 | |||
SIMPLEITK-AddNumpySupportForVectorImages | master=0 next=0 | |||
SIMPLEITK-285_MaintainDashboard | master=0 next=1 | |||
SIMPLEITK-283_AddImageConstructorForVector | master=0 next=1 | |||
UpdateDataSubmodule | master=0 next=1 | |||
SIMPLEITK-194_UpdateResampleForVectorImages | master=0 next=1 | |||
SIMPLEITK-264_AddTransformations | master=0 next=0 | |||
SIMPLEITK-279_AddComposeImageFilter | master=0 next=1 | |||
SIMPLEITK-211_AddingWatershedFilters | master=0 next=0 | |||
= New Issues = | = New Issues = | ||
Line 44: | Line 44: | ||
* Dan? | * Dan? | ||
== Gradient ImageFilter == | |||
* Specifically we don't have a gradient image filter. ITK uses CovariantVectors which are very problematic to convert to VectorImages. | |||
== PyBuffer Issues == | == PyBuffer Issues == |
Latest revision as of 13:01, 2 May 2012
Tcon Information
Please join the following teleconference line: Toll-Free #: 1-888-677-0429 Participant Code: 96280
Wednesday, May 2nd, 9:30am Eastern Time
Attendees
- Bradley Lowekamp
- Dan Blezek
Links
- HOME PAGE: http://simpleitk.org
- CDASH: http://www.cdash.org/CDash/index.php?project=simpleITK
- COVERAGE: http://open.cdash.org/viewCoverage.php?buildid=2242884
- VALGRIND: http://open.cdash.org/viewDynamicAnalysis.php?buildid=2243279
- 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-103_AddedEnvironmentVariables | master=0 next=1 SIMPLEITK-282_AddSupportToGetBufferForVectors | master=0 next=1 SIMPLEITK-1_AddImageRegistration | master=0 next=0 SIMPLEITK-267_ExamplesAsStandaloneProject | master=0 next=1 SIMPLEITK-AddNumpySupportForVectorImages | master=0 next=0 SIMPLEITK-285_MaintainDashboard | master=0 next=1 SIMPLEITK-283_AddImageConstructorForVector | master=0 next=1 UpdateDataSubmodule | master=0 next=1 SIMPLEITK-194_UpdateResampleForVectorImages | master=0 next=1 SIMPLEITK-264_AddTransformations | master=0 next=0 SIMPLEITK-279_AddComposeImageFilter | master=0 next=1 SIMPLEITK-211_AddingWatershedFilters | master=0 next=0
New Issues
Update On Transformations for Registration
- Dan?
Gradient ImageFilter
- Specifically we don't have a gradient image filter. ITK uses CovariantVectors which are very problematic to convert to VectorImages.
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.
- Need to add the ITK library directory to the PATH environmental variable to correctly load dlls.
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