Taghazog / skeletonization3D

Read a 3D image from Analyze7.5 format and compute a sequential skeletonization algorithm from this paper : http://www.inf.u-szeged.hu/ipcg/publications/papers/Palagyi_etal_IPMI2001.pdf
1 stars 0 forks source link

Overview

The goal of this little project is to skeletonize tubular objects from a binary 3D image, and extract information from the skeleton.

Dependencies

Instructions

Just as any CMake project:

git clone git://github.com/Taghazog/skeletonization3D.git
cd skeletonization3D
mkdir build
cd build
cmake ..
make -j
./ped myImagePath

Authors