Skip to content

Commit b4d408d

Browse files
authored
Update biomat.md
Added morphological operations with quadratic structuring function: Spherical extrusion and Distance map 3D.
1 parent 8e04aa3 commit b4d408d

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

_pages/plugins/biomat.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
mediawiki: Biomat
33
name: "Biomat"
44
title: Biomat
5-
categories: [Filtering]
6-
release-date: "10/18/2024"
5+
categories: [Filtering, Mathematical Morphology]
6+
release-date: "11/26/2024"
77
initial-release-date: "03/26/2019"
88
team-founder: 'Jiří Janáček'
99
team-maintainer: 'Jiří Janáček | mailto:jiri.janacek_at_fgu.cas.cz'
@@ -26,6 +26,24 @@ Preprocessing example: [Stack of confocal microscopy images of capillaries in ra
2626

2727
{% include img align="center" name="brain proc" src="https://raw.githubusercontent.com/jiri-janacek/biomat/b9b53126134ac7e9fbca9a29de66bc7f2b7c845e/media/capillaries_brain_proc_3Dg.gif" caption="Processed data" %}
2828

29+
## Morphological operations with quadratic structuring function
30+
31+
**Spherical Extrusion** - tool for calculation of volume of objects from 2D projections.
32+
33+
Example: [Synthetic contours](https://raw.githubusercontent.com/jiri-janacek/biomat/c3f75436ccf4b863dbdf6267a352b129b28a89a7/media/simobjinv.tif)
34+
35+
{% include img align="center" name="objects" src="https://raw.githubusercontent.com/jiri-janacek/biomat/d9ca3b6cfd867b04717b16a3debd45ef9157419e/media/objects.png" caption="Original data" %}
36+
37+
- {% include bc path='Plugins | Biomat | Spherical Extrusion'%}
38+
39+
{% include img align="center" name="objects" src="https://raw.githubusercontent.com/jiri-janacek/biomat/d9ca3b6cfd867b04717b16a3debd45ef9157419e/media/objects_Spherical_extrusion.png" caption="Height of spherical extrusion" %}
40+
41+
{% include img align="center" name="objects" src="https://raw.githubusercontent.com/jiri-janacek/biomat/d9ca3b6cfd867b04717b16a3debd45ef9157419e/media/objects_Spherical_extrusion_res.png" caption="Area and mean height of spherical extrusion" %}
42+
43+
Volume = 2 * Area * Mean.
44+
45+
{% include img align="center" name="objects" src="https://raw.githubusercontent.com/jiri-janacek/biomat/d9ca3b6cfd867b04717b16a3debd45ef9157419e/media/objects_Spherical_extrusion3D.gif" caption="Reconstructed objects" %}
46+
2947
## Plugins for detection of fibres in 3D image
3048

3149
**Tensor Line 3D Filter** - enhances white fibers of uniform width sparsely distributed on dark background.

0 commit comments

Comments
 (0)