From b51c6f184bad9ca826d55573671a151c56f33cb4 Mon Sep 17 00:00:00 2001 From: willap <wl@di.ku.dk> Date: Fri, 27 Aug 2021 08:13:55 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d80d56a..8304c93 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# Segmentation by Detecting Layered Surfaces +# Segmentation via Layered Surface Detection -Notebook examples of layered surface segmentation. +This repository contains tutorials for the using the layered surface detection tool. Included is a Jupyter notebook entitled _LayeredSurfaceDetection_tutorial.ipynb_ which contains a short tutorial on applying the tool to a 2D dataset. A Python file containing some helper functions that are used in the tutorial is also included in _helpers.py_. + +These tutorials will hopefully 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. -- GitLab