2013. május 14., kedd

Preparing initial population of genetic algorithm for region growing parameter optimization

The main aim of this work is to show, how GPGPUs can facilitate certain type of image processing methods. The software used in this paper is used to detect special tissue part, the nuclei on (HE - hematoxilin eosin) stained colon tissue sample images. Since pathologists are working with large number of high resolution images - thus require significant storage space -, one feasible way to achieve reasonable processing time is the usage of GPGPUs. The CUDA software development kit was used to develop processing algorithms to NVIDIA type GPUs. Our work focuses on how to achieve better performance with coalesced global memory access when working with three-channel RGB tissue images, and how to use the on-die shared memory efficiently.

Read the full article at http://users.nik.uni-obuda.hu/sanyo/gpgpu/lindi2012_submission_39.pdf
Source: More papers about this research topic (GPGPU medical image processing)

2013. május 12., vasárnap

Evaluation and comparison of cell nuclei detection algorithms

The processing of microscopic tissue images and especially the detection of cell nuclei is nowadays done more and more using digital imagery and special immunodiagnostic software products. Since several methods (and applications) were developed for the same purpose, it is important to have a measuring number to determine which one is more efficient than the others. The purpose of the article is to develop a generally usable measurement number that is based on the “gold standard” tests used in the field of medicine and that can be used to perform an evaluation using any of image segmentation algorithms. Since interpreting the results themselves can be a pretty time consuming task, the article also contains a recommendation for the efficient implementation and a simple example to compare three algorithms used for cell nuclei detection.

The full article is available at http://users.nik.uni-obuda.hu/sanyo/gpgpu/ines2012_submission_101.pdf
Source: More papers about this research topic (GPGPU medical image processing)

GPGPU-based data parallel region growing algorithm for cell nuclei detection

Nowadays microscopic analysis of tissue samples is done more and more by using digital imagery and special immunodiagnostic software. These are typically specific applications developed for one distinct field, but some subroutines are commonly repeated, for example several applications contain steps that can detect cell nuclei in a sample image. The aim of our research is developing a new data parallel algorithm that can be implemented even in a GPGPU environment and that is capable of counting hematoxylin eosin (HE) stained cell nuclei and of identifying their exact locations and sizes (using a variation of the region growing method). Our presentation contains the detailed description of the algorithm, the peculiarity of the CUDA implementation, and the evaluation of the created application (regarding its accuracy and the decrease in the execution time).

The full article is available at http://users.nik.uni-obuda.hu/sanyo/gpgpu/cinti2011_submission_153.pdf
Source: More papers about this research topic (GPGPU medical image processing)

Parallel Biomedical Image Processing with GPGPUs in Cancer Research

The main aim of this work is to show, how GPGPUs can facilitate certain type of image processing methods. The software used in this paper is used to detect special tissue part, the nuclei on (HE - hematoxilin eosin) stained colon tissue sample images. Since pathologists are working with large number of high resolution images - thus require significant storage space -, one feasible way to achieve reasonable processing time is the usage of GPGPUs. The CUDA software development kit was used to develop processing algorithms to NVIDIA type GPUs. Our work focuses on how to achieve better performance with coalesced global memory access when working with three-channel RGB tissue images, and how to use the on-die shared memory efficiently.

The full article is available from http://users.nik.uni-obuda.hu/sanyo/gpgpu/lindi2011_submission_46.pdf
Source: More papers about this research topic (GPGPU medical image processing)