This project was a part of the course TSBB51 Images and Graphics, Project Course CDIO at Linköpings universitet. The main obective is, to quote Studiehandboken,
"To work in a project according to the directives for CDIO at the Y-program. To provide the students with the opportunity to obtain deeper knowledge within the fild of images and computers, by working in an applied project. To provide a deeper understanding of practical problems and restictions related to the methods which have been presented in previous courses in the area, and how these methods can be appplied to solve concrete problems."
This particular project was initiated by ISY and ContextVision and focused on obtaining knowledge about integrating ITK and VTK with Matlab. To summarize the project directive we were to:
- Implement a GUI in Matlab
that can be used to
- Load image data
- Perform segmentation by calling functions in ITK
- Visualize original/segmented data by calling functions in VTK
- Export segmented data to Matlab
- Save visualised/segmented data
- The following segmentation methods was to be implemented:
- Watershed 2D/3D
- Fast Marching 2D/3D
- Geodesic Active Contors 2D/3D
- The following visualization methods was to be implemented:
- Slice
- MPR (Multi Planar Reconstruction)
- MIP (Maximum Intensity Projection)
- Surface Rendering
|