Abstract

Problem statement: Segmentation is a vital aspect of medical imaging. It aids in the visualization of medical data and diagnostics of various diseases. Ultrasound image segmentation, in particular echocardiographic image segmentation, is required to identify the regions of interest such as Left Ventricle (LV) and other cardiac cavities. Existing methods do not address the drawbacks of speed and quality of segmentation. A faster method is required for effective, accurate and scalable clinical analysis and diagnosis. Approach: In this research, a novel approach is used to segment the 2D echo images of various views. A modified K-Means clustering algorithm, called “Fast SQL K-Means” is proposed using the power of SQL in DBMS environment. In K-Means, Euclidean distance computation is the most time consuming process. However, here it computed with a single database table and no joins. This method takes less than 10 sec to cluster an image size of 400×250 (100K pixels), whereas the running time of direct K-Means is around 900 sec. Since the entire processing is done with database, additional overhead of import and export of data is not required. The 2D echo images are acquired from the local Cardiology Hospital for conducting the experiments. Results: The proposed algorithm was tested by considering a number of echo images in apical four chamber, long-axis and short axis views. We have compared the direct K-Means implementation with the proposed algorithm by varying the data size from 10-100K and found that the results outperformed compared to the results of other authors. The pattern of the data and the number of clusters had almost no impact on the clustering time. Conclusion: An efficient and non-traditional model for echo image segmentation is presented by using the SQL. Fast algorithms are required for immediate analysis of echo images within ICUs, remote places, telemedicine. The challenge is that ultrasound images are prone to speckle noise, segmented echo images carry gaps in the cardiac regions which in turn causes difficulties in boundary tracing and selection of seed values for the K-Means. Future research can enhance the speed by partitioning the database tables and use of parallel SQL statements.

Highlights

  • Medical image segmentation subdivides an image into its constituent regions or objects

  • In particular segmentation of medical images is of prime importance even in mammograms (Abdallah et al, 2008) to identify ROI

  • Semiautomatic Seeded Region Growing (SRG) based image segmentation is used in the literatures (Tamilselvi and Thangaraj, 2011)

Read more

Summary

Introduction

Medical image segmentation subdivides an image into its constituent regions or objects. Automatic LV segmentation is a difficult task due to the relatively poor quality (speckle noise) of echocardiography images (Lim and Goh, 2009). Many researchers have proposed algorithms in the past for image segmentation tasks (active contour or snakes), but all of them consume extensive computation time and suitable for natural images. One of the main objectives of our work is to improve the computational efficiency of the segmentation process and at the same time enhance the quality of the output. In particular segmentation of medical images is of prime importance even in mammograms (Abdallah et al, 2008) to identify ROI. The current work is automatic segmentation meaning no prior information is required. Semiautomatic Seeded Region Growing (SRG) based image segmentation is used in the literatures (Tamilselvi and Thangaraj, 2011)

Objectives
Results
Discussion
Conclusion
Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.