Skip to content

Commit a16fe79

Browse files
authored
Create Nscale_segmentation.md
1 parent e811a4a commit a16fe79

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

_pages/plugins/Nscale_segmentation.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
mediawiki: Nscale_segmentation
3+
name: "Nscale_segmentation"
4+
title: Nscale_segmentation
5+
categories: [Segmentation]
6+
website: "https://sites.imagej.net/Nscale_segmentation/"
7+
dev-status: "stable"
8+
Author: ['@Eden Tamrat']
9+
---
10+
11+
The watershed algorithm and the segmentation tools within the Fiji software often dont distinguish a cluster of nuclei that are in close proximity, erroneously grouping them together. This leads to an inaccurate analysis of average nuclear size. To address this issue, this customizable segmentation plugin employs a scale parameter to calibrate the image, to give a more precise separation of touching nuclei.
12+
13+
## Instalation
14+
15+
To instal the plugin onto Fiji first copy the script from the update site (https://sites.imagej.net/Nscale_segmentation/) and save it as
16+
a txt. (Open notebook, paste script onto notebook and save it). To run it go to plugins>macros>install> and click on the Nscale_segmentation script you just saved. The plugin should show up like this:
17+
18+
![](/media/Nscale_segmentation.P1.jpg)
19+
20+
21+
## Start
22+
23+
Once you have the plugin installed open the image you want to analyse. Right click the plugin icon and a pop up should appear
24+
asking to input a scale factor number. This number should range from 1-10. Start with a lower scale number and click ok.
25+
26+
![](/media/Nscale_segmentation.P2.jpg)
27+
28+
Click the icon again to set your desired Gaussian Blur radius.
29+
30+
![](/media/Nscale_segmentation.P3.jpg)
31+
32+
And set the radius and threshold for the removal of outliers.
33+
34+
![](/media/Nscale_segmentation.P4.jpg)
35+
36+
37+
Once you set all the parameters and click ok, this should segment all the cellular nuclei in your image. If the segmentation is too big or small for your cells, right click the plugin icon again and adjust the scale factor (increase/decrease accordingly) before making changes to outlier radius.
38+
39+
## Demo
40+
41+
This tool should segment touching or merged nuclei from separate cells.
42+
43+
44+
![](/media/Nscale_segmentation.P5.jpg)
45+
46+
47+

0 commit comments

Comments
 (0)