Skip to content

Commit

Permalink
docs: replace an image with comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
EscapedGibbon committed Jan 17, 2024
1 parent 954f6cf commit 87ba6f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/Tutorials/ROI analysis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
In this tutorial we will talk about regions of interest, how to extract them and how to analyse them on an actual example.

## Synopsis
In this tutorial we will talk about regions of interest, how to extract them and how to analyze them on an actual example.

## Regions' analysis

Expand All @@ -17,9 +15,9 @@ or, if an image has more complex background and many small elements positioned c
const roiMap = watershed(image, { points, mask });
```

| Good image for using threshold | Good image for using watershed |
| ----------------------------------- | ----------------------------------- |
| ![](./images/roiAnalysis/greys.png) | ![](./images/roiAnalysis/input.jpg) |
You can see a good image to use threshold(on the left) and an image for watershed(on the right).

![Techniques comparison](./images/roiAnalysis/ThresholdOrWatershed.png)

:::caution
Before taking on the analysis of regions of interest we recommend to take a look at the tutorials for `watershed` and `threshold`.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/Tutorials/images/roiAnalysis/greys.png
Binary file not shown.
Binary file removed docs/Tutorials/images/roiAnalysis/input.jpg
Binary file not shown.

0 comments on commit 87ba6f2

Please sign in to comment.