Skip to content

Commit

Permalink
doc: quickfix multicut screenshot links
Browse files Browse the repository at this point in the history
  • Loading branch information
k-dominik committed Sep 26, 2023
1 parent 03934ae commit 74dcc84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ A basic macro example for running object classification on a single image can be

Command for [Boundary-based Segmentation with Multicut](https://www.ilastik.org/documentation/multicut/multicut): `Plugins -> ilastik -> Run Multicut`.

![Multicut Dialog](./doc/screenshots/IJ-mc-dialog.png)
![Multicut Dialog](./doc/screenshots/IJ-MC-dialog.png)

**Inputs:**

Expand All @@ -204,7 +204,7 @@ Command for [Boundary-based Segmentation with Multicut](https://www.ilastik.org/

* a new integer value image (label image) where the pixels belonging to the same object have the same value.
The example image below shows (left to right) raw data, boundary probability map, and multicut segmentation result (with applied LUT).
![Multicut Output](./doc/screenshots/IJ-mc-output.png)
![Multicut Output](./doc/screenshots/IJ-MC-output.png)

#### Example macro usage

Expand Down

0 comments on commit 74dcc84

Please sign in to comment.