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...")
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:
- Reorganized library structure to add testing, examples, and documents directories.
- Setup software version control system (git repository) to manage code development.
- https://github.com/PatrickCheng/VideoGrabber (currently not open to public)
- Added cross-platform build support in CMakeLists.txt
- Tested build for Windows and Linux system
- Continued to develop example application integrated with ITK filtering pipeline.