This document discusses region-wise parallel processing of images using multithreading in a multi-core environment and its applications in medical imaging. It proposes dividing large images into regions of interest and assigning each region to a separate processor core for parallel processing. This approach could provide significantly faster results than existing parallel image processing methods. The document describes calculating statistical features like mean, standard deviation, and variance for each individual region. It presents experimental results showing speedups of around 200% for a core i3 processor and 600% for an Intel Xeon processor compared to sequential processing. The approach and its speed benefits are proposed to have applications in processing large medical images commonly used in areas like CT, PET, and MRI scans.