Description
This project aims to segment medical images using several methods and approaches for detection and segmentation of anatomical structures and objects of interest also to visualize 3D objects.
Tools ( The technology used
)
Qt Creator 7.4:
C + + programming and design (GUI + code)
Visual Studion 2010:
for compiling and creating the executable.
ITK + VTK:
two libraries are designed to segment and visualize 2d/3d objects.
Qt features used:
- QWidget
- QGraphicsView
- QGraphicsScene
- QGLWidget
- QPainter
- QMouseEvent
- QFile
Why Qt ? because it easily allows us to port our projects to multiple platforms.
Some Screenshots
Images generated by the segmentation process based on the FastMarchingImageFilter(Level set).
this one , it is a Help
Segmentation of the left ventricle
Segmentation of the right ventricle
Segmentation of the white matter
Segmentation of the gray matter
Double click on myproject.exe in this folder : Nouveau dossier\bin\Debug.
To test one example , you could use this image : BrainProtonDensitySlice.png that is located in the same folder (Nouveau dossier\bin\Debug.)
THE LATEST UP DATE: