A2D2 VideoGrabber 09 2010

From KitwarePublic
Revision as of 18:01, 1 October 2010 by PatrickCheng (talk | contribs) (Created page with "With the draft code in place, we started adopting more rigorous software development process and start working on adding more features. Here is a list of key tasks we finished in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

With the draft code in place, we started adopting more rigorous software development process and start working on adding more features. Here is a list of key tasks we finished in this month:

  1. Reorganized library structure to add testing, examples, and documents directories.
  2. Setup software version control system (git repository) to manage code development.
  3. Added cross-platform build support in CMakeLists.txt
  4. Tested build for Windows and Linux system
  5. Continued to develop example application integrated with ITK filtering pipeline.