Skip to content

Commit b36ef0d

Browse files
authored
Update biomat.md
double $ is necessary
1 parent c8a819e commit b36ef0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_pages/plugins/biomat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ Example: [Synthetic contours](https://raw.githubusercontent.com/jiri-janacek/bio
4040
{% 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" %}
4141

4242
The binary image was extruded into 3D by union
43-
of balls which equatorial circles are inside the foreground $C$. The
44-
height of the extrusion $h$ as the function of 2D point $x$
43+
of balls which equatorial circles are inside the foreground $$C$$. The
44+
height of the extrusion $$h$$ as the function of 2D point $$x$$
4545
is
4646

4747
$$
4848
h\left(x\right)=\max_{s}\sqrt{d\left(s,C^{c}\right)^{2}-d\left(x,s\right)^{2}}
4949
$$
5050

51-
where $d$ is Euclidean distance, $C^{c}$ is the background and $s$ is the centre of the equatorial circle.
51+
where $$d$$ is Euclidean distance, $$C^{c}$$ is the background and $$sS$ is the centre of the equatorial circle.
5252

5353
{% 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" %}
5454

0 commit comments

Comments
 (0)