2007 Google Summer of Code

From NAMIC Wiki
Revision as of 13:53, 7 March 2007 by Ibanez (talk | contribs)
Jump to: navigation, search
Home < 2007 Google Summer of Code

Introduction

Project ideas for the Google Summer of Code.

Two main types of projects are proposed for this event

  • Collaboration projects that run parallel to the programmers week at MIT
  • Extra projects that are related to other long term activities

Collaboration Projects

These projects run in parallel with the programmers week at MIT

Slicer Execution Model Examples

The purpose of this project will be to convert most of the 400 examples available in ITK to the execution model defined by Slicer.

The converted examples will then become available to be invoked from the Slicer GUI.

The conversion requires to introduce minimal modifications on every example, and then test it with appropriate medical data.

This project will provide a solid overview of most of the image segmentation and registration methods available in ITK.

This project is ideal for a student with medium background on image analysis and a begginer level in ITK, who wants to take the time of getting fully familiar with the large number of filters available in ITK.


Independent Projects

These projects are related to needed infrastucture and to extension of existing tools

CMake Support for Eclipse

www.cmake.org

CMake is a multiplatform configuration system that allows to prepare projects for being build in different development platforms. CMake has been recently adopted by KDE as their configuration system. CMake already generates Makefiles for Unix, projects for Visual Studio, Borland Makefiles, NMake Makefiles, and XCode projects.

In this project we will be looking for students willing to extend CMake for generating projects for Eclipse.