Eric Yogi Tjandra
Informatics Engineering Study Programs, Faculty of Industrial Technology, Petra Christian University Jl. Siwalankerto 121-131, Surabaya 60236

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Skin Segmentation, Skull Segmentation, and Mesh Generation Tool of Medical Image Tjandra, Eric Yogi; -, Liliana
Jurnal Infra Vol 2, No 2 (2014)
Publisher : Jurnal Infra

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (78.005 KB)

Abstract

The development of information and computer technology (ICT) has reached to various fields in the world, one of them is medical field. There are new methods of medication and diagnoses currently based on ICT, like MRI and CT Scanner. Both MRI and CT produces data as volume image which contains the scan results of internal organs, also known as DICOM (Digital Imaging and Communications in Medicine) Image. For various needs in the medical world, DICOM image processing is necessary.This thesis aims to make a feature to load a volume image and do skin and skull segmentation in a short time, and also to do mesh generation from processed DICOM images. Skin segmentation is done by thresholding the image, extracting the largest connected component, and holefilling to fill the unnecessary holes. As for the skull segmentation, the process is done by removing the spines which is connected to the skull, and then extracting the largest connected component. Afterwards, mesh generation is done to produce the 3D objects from the processed images. This mesh generation process is done using the marching cubes algorithm.The testing results show that the skin and skull segmentation process will work well when there are no other objects that are connected to the skin or the skull. Skin segmentation process takes a significant amount of time, primarily caused by the holefilling process. The time required for mesh regeneration depends on the complexities of the image. The mesh generation result’s quality is affected by resolution reduction ratio, relaxation factor and iteration of smoothing.
SKIN SEGMENTATION AND SKULL SEGMENTATION FOR MEDICAL IMAGING Tjandra, Eric Yogi; Liliana, ,; Kheng, Leow Wee
Jurnal Informatika Vol 12, No 2 (2014): NOVEMBER 2014
Publisher : Institute of Research and Community Outreach - Petra Christian University

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (314.836 KB) | DOI: 10.9744/informatika.12.2.57-62

Abstract

In this paper aims we present tools for medical imaging applications to do skin and skull segmentation in a short time. The desired output for skin segmentation is a 3D visualization of the facial skin without any cavities or holes inside the head, while skull segmentation aims to create a 3D visualization of the skull bones. The algorithm used for skin segmentation is thresholding the image, extracting the largest connected component, and holefilling to fill the unnecessary holes. As for the skull segmentation, the process is done by removing the spines which is connected to the skull, and then extracting the largest connected component. Afterwards, mesh generation is done to produce the 3D objects from the processed images. This mesh generation process is done using the marching cubes algorithm. The testing results show that the skin and skull segmentation process will work well when there are no other objects that are connected to the skin or the skull. Skin segmentation process takes a significant amount of time, primarily caused by the holefilling process.