# A note on 'A fully parallel 3D thinning algorithm and its applications'

**Authors:** Tao Wang, Anup Basu

arXiv: 1905.03705 · 2019-05-10

## TL;DR

This paper corrects a previous 3D thinning algorithm to ensure it preserves object connectivity, enhancing the reliability of skeleton extraction in 3D binary images.

## Contribution

It introduces new deleting templates that guarantee connectivity preservation, improving upon prior thinning algorithms.

## Key findings

- The corrected algorithm preserves connectivity in 3D skeletons.
- New templates effectively prevent disconnection during thinning.
- The approach enhances accuracy of 3D skeletonization processes.

## Abstract

A 3D thinning algorithm erodes a 3D binary image layer by layer to extract the skeletons. This paper presents a correction to Ma and Sonka's thinning algorithm, A fully parallel 3D thinning algorithm and its applications, which fails to preserve connectivity of 3D objects. We start with Ma and Sonka's algorithm and examine its verification of connectivity preservation. Our analysis leads to a group of different deleting templates, which can preserve connectivity of 3D objects.

---
Source: https://tomesphere.com/paper/1905.03705