ITK/Tcons/Agendas/2011 05 06: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(Created page with "= How to Join the Tcon = == Number to Call == '''Please be patient, due to some unforeseen circumstances, the call may not start on time...''' * 1-800-728-9607 (in the US) or...") |
Arnaudgelas (talk | contribs) No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 34: | Line 34: | ||
** [[ITK_Release_4/Modularization/Code Reviews/Process|Process]] | ** [[ITK_Release_4/Modularization/Code Reviews/Process|Process]] | ||
* Target: June Meeting | * Target: June Meeting | ||
* Review Directory: hackathon | * Review Directory: hackathon | ||
** | ** All files were classified | ||
** https://spreadsheets.google.com/a/kitware.com/ccc?key=0ApfVzIsZe0VFdFUxdE95WE5kMVE4LTJ6b3ZYQnpRalE&hl=en&authkey=CMyS68EE#gid=0 | |||
** Missing Insight Journal references were added | |||
** Now: Select the ones that must be moved into the toolkit | |||
* Finally: We will move the remaining Review directory out of the toolkit and into an external module. | |||
== ITK Modularization Residuals == | == ITK Modularization Residuals == | ||
Line 70: | Line 74: | ||
* Related to the new itkTestDriver | * Related to the new itkTestDriver | ||
== Refactoring Workflow == | == Refactoring Workflow == | ||
Line 135: | Line 131: | ||
* NO TCONF TODAY | * NO TCONF TODAY | ||
* Next week: Tcon at 11am EST, Friday (after the ITK tcon) | * Next week: May 13th, | ||
Tcon at 11am EST, Friday (after the ITK tcon) | |||
Toll-Free #: 1-800-704-9804 | Toll-Free #: 1-800-704-9804 | ||
Line 141: | Line 138: | ||
Participant Code: 61466276 | Participant Code: 61466276 | ||
* | * system_gdcm has been compiled under mac, patch submitted | ||
* | ** new libraries for jpeg2000 and others | ||
** | ** need to be added to project using gdcm. | ||
* bill reported that patch is not working under windows. | |||
* currently the windows build have some lib naming problem, perhaps caused by cmake ? that are in the way for testing. | |||
== Gerrit Reviews == | == Gerrit Reviews == | ||
Line 174: | Line 173: | ||
* scripts | * scripts | ||
** scripts to add examples/tests to doxygen documentation (for each class, whenever it is relevant)? | ** scripts to add examples/tests to doxygen documentation (for each class, whenever it is relevant)? |
Latest revision as of 14:10, 6 May 2011
How to Join the Tcon
Number to Call
Please be patient, due to some unforeseen circumstances, the call may not start on time...
- 1-800-728-9607 (in the US) or
- +1 9139049873 (international)
- access code 6815251
Webex
- Meeting link
- https://emeetings.webex.com/emeetings/j.php?ED=138191182&UID=482060457&PW=NNzJiNDk1ZGU3
Project Management
June Meeting in Chapel Hill
- Summer_ITKv4_2011_Meeting
- Will take place on June 28-29
- Chapel Hill, North Carolina.
- The Meeting will take place at the Franklin Hotel
- URGENT: ADDING ONE DAY MORE TO THE MEETING
- June 27
- To sprint with the A2D2 projects
Technical Topics
Review Tasks
- Starting to review classes
- Target: June Meeting
- Review Directory: hackathon
- All files were classified
- https://spreadsheets.google.com/a/kitware.com/ccc?key=0ApfVzIsZe0VFdFUxdE95WE5kMVE4LTJ6b3ZYQnpRalE&hl=en&authkey=CMyS68EE#gid=0
- Missing Insight Journal references were added
- Now: Select the ones that must be moved into the toolkit
- Finally: We will move the remaining Review directory out of the toolkit and into an external module.
ITK Modularization Residuals
- Check the TODO list file
- Enabling Examples (DONE)
- Doxygen documentation (DONE)
- KWStyle configuration (DONE)
- http://kwsource.kitwarein.com/itk/itk/blobs/master/TODO-Modularization.txt
- Installation ?
- Wiki Documentation
Dashboard
Monolithic Dashboard
- Dashboard Status - Today's Dashboard
Modular Dashboard
Comments from Lorensen: Unfortunately, I am on travel today and cannot attend the t-con. My initial impression of the itk modular dashboard is that is not in a form that is usable for ITK at this time. The navigation is cumbersome and it is difficult to use on a day-to-day basis. I hope we can have more discussion about this. My recommendation is try it out for a week, evaluate the usability and identify the missing features. Then, revert all submissions to the non-modular dashboard and wait for a new cdash release.
OPENJPEG Dashboard
Valgrind Errors
- Related to the new itkTestDriver
Refactoring Workflow
- Right now
- code is developed on other remote
- once the code is mature, we submit to gerrit
- lost history
- refactoring may appear as single commit from one person (not team spirit oriented)
- Any other solution?
ImageRegionDuplicator
- The goal is to accelerate image region to region coping where possible
- memcpy vs std:copy
- http://review.source.kitware.com/#change,1277
Schedule
ITKv4 A06
- Transition Plan
- Tag done
ITKv4 A07
- Let's tag now
- The changes after modularization are enormous and we don't have a tag that marks the repository past the events
- Many other changes are getting into the repository, and the diff between A07 and A06 is not longer: just modularization.
Teaching ITK
- ITK Boot Camp : Houston : September 2011
- ITK in image processing course : Houston : Fall 2011
- ITK in biomedical imaging course : Houston : Spring 2012
Open Science Training
- Reproducible Research Training Camp : TBD
- Open Sourcing your Lab Training Camp : TBD
Image Interpretation Layer
Database Interface
- https://github.com/luisibanez/LargeImageDatabaseITKIO
- Can this be combined with DICOM ?
- How about Video ?
- Can it be useful with HDF5 IO too? http://review.source.kitware.com/#change,1401
DICOM
- NO TCONF TODAY
- Next week: May 13th,
Tcon at 11am EST, Friday (after the ITK tcon)
Toll-Free #: 1-800-704-9804 International #: 1-404-920-6604 Participant Code: 61466276
- system_gdcm has been compiled under mac, patch submitted
- new libraries for jpeg2000 and others
- need to be added to project using gdcm.
- bill reported that patch is not working under windows.
- currently the windows build have some lib naming problem, perhaps caused by cmake ? that are in the way for testing.
Gerrit Reviews
Orfeo Toolbox Integration
- Had tcon with the OTB team
- Discussed registration of ImageIO factories in OTB
- Reviewed the patch for supporting images of std::complex
- Need to schedule call with Microscopy, Video and Remote Sensing groups to design a common "image interpretation layer"
SimpleITK
- Doxygen: http://erie.nlm.nih.gov/~blowek1/SimpleITK/index.html
- Github: https://github.com/SimpleITK/SimpleITK
- sitk::Image now using Copy on Write
- Filter pass and return Image's as non-pointer Images
- Succeeded to connect SimpleITK image buffers to Java arrays.
- Started to create SimpleITK plugins for ICY
ITK FEM
Doxygen
- what about enabling the "edit comments" to submit patches to gerrit? see documented class
- scripts
- scripts to add examples/tests to doxygen documentation (for each class, whenever it is relevant)?