|
a |
|
b/README.md |
|
|
1 |
Quantitative Histology |
|
|
2 |
====================== |
|
|
3 |
|
|
|
4 |
Context |
|
|
5 |
------- |
|
|
6 |
|
|
|
7 |
Tissue samples can contain significant information on the state of health of an individual, and their |
|
|
8 |
interpretation can aid in the elucidation of mechanisms of degeneration of health. Commonly, a small sample of |
|
|
9 |
images is captured from histological preparations, and these images are assessed by eye. This can be |
|
|
10 |
prohibitatively slow at the population level, and human error can cause bias in the results. In addition, the |
|
|
11 |
procurement of quantitative information allows the use of rigorous statistical methods which would otherwise |
|
|
12 |
be unavailable to the analysis. |
|
|
13 |
|
|
|
14 |
This repository contains in-progress code for the structural analysis of histopathological slides of soay |
|
|
15 |
sheep liver. Analyses occur on two levels of zoom in images. |
|
|
16 |
|
|
|
17 |
Widefield : 2.0 x 3.0 mm |
|
|
18 |
------------------ |
|
|
19 |
|
|
|
20 |
Representative of the general state of the tissue. This is wide enough to see a number of inflammatory foci |
|
|
21 |
and a signficant amount of hepatic tissue. |
|
|
22 |
|
|
|
23 |
- Characteristic scale of sinusoids ( by Gabor filtering ) |
|
|
24 |
- Directionality coefficient ( by Gabor filtering ) |
|
|
25 |
- Information entropy at characteristic scale |
|
|
26 |
- Lacunarity at characteristic scale |
|
|
27 |
- Count of inflammatory foci |
|
|
28 |
- Approximate average size of inflammatory foci |
|
|
29 |
- Ratio of tissue to sinusoids ( a measure of tissue density ) |
|
|
30 |
|
|
|
31 |
Narrowfield : 0.8 x 1.2 mm |
|
|
32 |
-------------------------- |
|
|
33 |
|
|
|
34 |
Images are targetted at hepatic portal triads. |
|
|
35 |
|
|
|
36 |
- Background and inflamed nuclear density |
|
|
37 |
- Count of nuclei ( watershed segmentation for overlapping nuclei ) |
|
|
38 |
- Nuclear radial distribution function |
|
|
39 |
- Dimensions and areas of inflamed portal triads |