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 | |
![]() |
1.5 | 8 | **Which approach is best for my dataset?** |
9 | |||
10 | As a general rule, pixel classification is suitable for images in which there are clear differences in the colour, intensity and/ or texture of the feature-of-interest versus the background and other structures. If there is non-specific labelling in the image that is very similar in appearance to the labelling-of-interest, object classification may allow the non-specific labelling to be filtered out based on object level features such as size and shape. The best approach is determined by trial and error. | ||
11 | |||
12 | |||
![]() |
1.1 | 13 | === H3 Headings Will Appear In The Table of Content === |
14 | |||
15 | ==== You can also add images ==== | ||
16 | |||
17 | [[image:Collaboratory.Apps.Article.Code.ArticleSheet@placeholder.jpg]] | ||
18 | |||
19 | Photo by David Clode | ||
20 | |||
21 | ==== Or code ==== | ||
22 | |||
23 | Code blocks can be added by using the code macro: | ||
24 | |||
25 | {{code language="python"}} | ||
26 | x = 1 | ||
27 | if x == 1: | ||
28 | # indented four spaces | ||
29 | print("x is 1.") | ||
30 | {{/code}} | ||
31 | |||
32 | (% class="wikigeneratedid" id="HH4Won27tAppearinToC" %) | ||
33 |