Wiki source code of 4. Image segmentation with ilastik
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.3 | 1 | == Analysis approach for series of rodent brain section image == |
| |
1.1 | 2 | |
| |
1.3 | 3 | There are two main approaches for the analysis of rodent brain section images. |
| |
1.1 | 4 | |
| |
1.3 | 5 | 1. Pixel classification only (with two or more classes) |
| 6 | 1. Pixel classification with two classes (//immunoreactivity// and //background//), followed by object classification with two classes (//objects-of-interest// and //artefact//). | ||
| |
1.1 | 7 | |
| 8 | === H3 Headings Will Appear In The Table of Content === | ||
| 9 | |||
| 10 | ==== You can also add images ==== | ||
| 11 | |||
| 12 | [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] | ||
| 13 | |||
| 14 | Photo by David Clode | ||
| 15 | |||
| 16 | ==== Or code ==== | ||
| 17 | |||
| 18 | Code blocks can be added by using the code macro: | ||
| 19 | |||
| 20 | {{code language="python"}} | ||
| 21 | x = 1 | ||
| 22 | if x == 1: | ||
| 23 | # indented four spaces | ||
| 24 | print("x is 1.") | ||
| 25 | {{/code}} | ||
| 26 | |||
| 27 | (% class="wikigeneratedid" id="HH4Won27tAppearinToC" %) | ||
| 28 |