Skip to content
Snippets Groups Projects
Commit 7ef134cd authored by willap's avatar willap
Browse files
parents 691d8ad6 a5d81e41
Branches main
No related tags found
No related merge requests found
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
<a name='1'></a> <a name='1'></a>
## 1. Description of Repository Content ## 1. Description of Repository Content
The layered surface tool uses a sparse layered graphs in order detect layers in 2D and 3D images. The primary benefit of using this tool over standard edge detection is that it can detect layers even when there edge breaks or gaps in the layer.
This repository contains tutorials for the using the layered surface detection tool. Included is a few Jupyter notebook tutorials that are designed to give you an idea on how to use the layered surface tool. You should start with the _LayeredSurfaceDetection_tutorial.ipynb_ notebook which discuss the basics of the layered surface tool and applies it to some synthetic data as well as a relatively simple example dataset. More complex examples are provided in the _NerveSegmentation2D_example.ipynb_ and _NerveSegmentation3D_example.ipynb_ notebooks which describe how to apply the layered surface tool to circular regions via radial unwrapping. A Python file containing some helper functions that are used in the tutorials is also included in utilsLS.py_. Some visualization functions are included in the _utilsVisualizationLS.py_. This repository contains tutorials for the using the layered surface detection tool. Included is a few Jupyter notebook tutorials that are designed to give you an idea on how to use the layered surface tool. You should start with the _LayeredSurfaceDetection_tutorial.ipynb_ notebook which discuss the basics of the layered surface tool and applies it to some synthetic data as well as a relatively simple example dataset. More complex examples are provided in the _NerveSegmentation2D_example.ipynb_ and _NerveSegmentation3D_example.ipynb_ notebooks which describe how to apply the layered surface tool to circular regions via radial unwrapping. A Python file containing some helper functions that are used in the tutorials is also included in utilsLS.py_. Some visualization functions are included in the _utilsVisualizationLS.py_.
These tutorials will give you an understanding of how to apply the Layered Surface tool to image data so that you can use the tool on your own datasets. You can open the the tutorials at [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flab.compute.dtu.dk%2FQIM%2Ftutorials%2Flayered-surfaces/HEAD). These tutorials will give you an understanding of how to apply the Layered Surface tool to image data so that you can use the tool on your own datasets. You can open the the tutorials at [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Flab.compute.dtu.dk%2FQIM%2Ftutorials%2Flayered-surfaces/HEAD).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment