This document proposes a parallel region growing algorithm for image segmentation using GPU architecture. It summarizes that image segmentation partitions images into segments and is important for medical analysis. It describes GPUs and CUDA programming for parallel processing. The goal is to evaluate performance of serial vs parallel region growing algorithms on a GPU. The approach develops a parallel algorithm that assigns each pixel to a thread. Performance analysis on a brain MRI shows the parallel GPU implementation takes much less execution time than the serial CPU implementation. In conclusion, the parallel approach exploits GPU capabilities for fine-grained parallelism and improved performance.