Skip to content

Commit

Permalink
Fix text typo: 3D should be 26-connected
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Jun 24, 2021
1 parent f896bfa commit 6a37029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masking_and_moments/masking_and_moments_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
},
{
"source": [
"Next, we will label connected regions in `low_snr_mask` and label them. `low_snr_mask` and `high_snr_mask` are both dask arrays. We define regions as connected as 27-connected, meaning all edge and corner connections are included in 3D. The equivalent in 2D is 8-connected and would have a structure element like:\n",
"Next, we will label connected regions in `low_snr_mask` and label them. `low_snr_mask` and `high_snr_mask` are both dask arrays. We define regions as connected as 26-connected, meaning all edge and corner connections are included in 3D. The equivalent in 2D is 8-connected and would have a structure element like:\n",
"\n",
"```\n",
"[1, 1, 1]\n",
Expand Down

0 comments on commit 6a37029

Please sign in to comment.