Version 1.3 by puchades on 2020/03/25 14:37

Hide last authors
puchades 1.3 1 == Analysis approach for series of rodent brain section image ==
sharoncy 1.1 2
puchades 1.3 3 There are two main approaches for the analysis of rodent brain section images.
sharoncy 1.1 4
puchades 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//).
sharoncy 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