A2D2 VideoGrabber 09 2010
From KitwarePublic
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:
- 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.