Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 765 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 765 Bytes

project_radiosurgery_l3

Radiosurgery and gamma rays : skeletonization algorithm

Project to complete a bachelor degree about the skeletonization of a shape (here a tumor) in order to project gamma rays onto it and fill out the most of the shape while not intersect the rays.

Files

A pdf about the mathematical side of the project, included areas are :

  • discrete geometry,
  • topology,
  • differential geometry,
  • graph theory.

Also there are all the images. It ought to be able to produce the results (it may also take some time considering we didn't use an optimized algorithm for the boundaries detection).

Remark

This was just a project to work on, a (better) version of a skeletonizating algorithm is already included in the skimage package.