Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 879 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 879 Bytes

3D Mandible Segmentation

An Optimized Technique of 3D Segmentation for Orthodontic Treatment Plan.

Build

Dependencies:

  • VTK 7.1 (with VTK_Group_Qt)
  • Qt5
  • OpenMP
$ cd mandible-segmentation
$ mkdir build 
$ cd build
$ cmake .. 
$ make -j 4

The executable files will be under the following directory.

mandible-segmentation/bin

Loading DICOM Series

Extracting ROI and Volume Thresholding

3D Breadth First Search (BFS) for mandible segmentation

Teeth Segmentation

UI Tool