You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,12 @@ The normalization process requires that a template image is converted to a CSV f
27
27
28
28
## Docker ##
29
29
30
-
The containerized version of WSICS relies on volumes to access the required files and images. WSICS statically utilizes the /mount/ folder as its mount location.
30
+
The containerized version of WSICS relies on volumes to access the required files and images. In order to access images and export results, a volume must be mounted through the "-v" option for docker. An example can be seen below:
31
31
```
32
-
docker run -v [host_directory:/mount/] [WSICS parameters]
It is possible for the algorithm to utilize a large amount of memory, which can result in a segfault error for Docker. To resolve this, the required training size can be diminished, or the pool of memory increased for Docker.
35
+
34
36
35
37
## Input and Output ##
36
38
@@ -87,6 +89,9 @@ The training pixels are selected from tiles that contain little to no background
87
89
--background_threshold [positive float]
88
90
```
89
91
92
+
Additionally, the amount of detected ellipses are also considered when selecting tiles to extract pixels from. Normally this is calculated based on the tile size. However, it can also be set through the **min_ellipses**
93
+
94
+
90
95
The selection of Hematoxylin colored pixels is done by detecting ellipses within the tissue and then calculating the mean red density value of the HSD color space. The **hema_percentile** parameter then defines which ellipse mean is selected to serve as threshold for the selection of Hematoxylin pixels.
0 commit comments