English:
Medical imaging is one of the most important fields in healthcare and biomedical engineering. It allows doctors and researchers to visualize the internal structures of the body without invasive procedures. Common medical images include X-rays, CT scans, MRI scans, and Ultrasound images.
Processing these images is crucial because raw images often contain noise, low contrast, or artifacts, making it difficult to analyze or measure anatomical structures accurately. That is why Medical Image Processing is used: to enhance image quality, extract meaningful information, and support diagnosis.
العربية:
تُعتبر معالجة الصور الطبية من أهم المجالات في الرعاية الصحية والهندسة الطبية الحيوية. فهي تتيح للأطباء والباحثين رؤية الهياكل الداخلية للجسم دون الحاجة إلى تدخل جراحي. الصور الطبية الأكثر شيوعًا تشمل الأشعة السينية (X-ray)، الأشعة المقطعية (CT)، الرنين المغناطيسي (MRI)، والموجات فوق الصوتية (Ultrasound).
تُعتبر معالجة هذه الصور أمرًا مهمًا لأن الصور الخام غالبًا ما تحتوي على ضوضاء أو تباين منخفض أو تشويش، مما يصعب تحليلها أو قياس الهياكل بدقة. لذلك، تُستخدم معالجة الصور الطبية لتحسين جودة الصورة، واستخراج المعلومات المهمة، ودعم التشخيص الطبي.
English:
MATLAB is a powerful tool for medical image processing because it provides:
- Functions to read and display medical images, including DICOM format.
- Tools for image enhancement (contrast adjustment, histogram equalization).
- Filters for noise reduction.
- Functions for segmentation and measurements.
العربية:
يُعد برنامج MATLAB أداة قوية لمعالجة الصور الطبية لأنه يوفر:
- وظائف لــ قراءة وعرض الصور الطبية، بما في ذلك صيغة DICOM.
- أدوات لــ تحسين الصور (تعديل التباين، معادلة المدرج التكراري).
- فلاتر لــ إزالة الضوضاء.
- وظائف لــ التقطيع واستخراج القياسات.
English:
- Understand what an image is and how it represents real-world data.
- Learn the different types of medical images and their properties.
- Introduce DICOM format as the standard for medical imaging.
العربية:
- فهم ما هي الصورة وكيف تمثل البيانات الواقعية.
- التعرف على أنواع الصور الطبية وخصائصها.
- مقدمة عن صيغة DICOM كالمعيار الأساسي للصور الطبية.
English:
An image is a 2D or 3D matrix, where each element represents the brightness or color of a pixel. In medical imaging, this value may indicate bone density, tissue intensity, or blood flow at that location.
العربية:
الصورة عبارة عن مصفوفة ثنائية أو ثلاثية الأبعاد، حيث يحتوي كل عنصر في المصفوفة على قيمة تمثل سطوع أو لون البكسل. في الصور الطبية، هذه القيمة قد تمثل كثافة العظم، أو الأنسجة، أو تدفق الدم في ذلك الموقع.
English:
There are several types of medical images, depending on the type of scan and the information they provide. Understanding these types is important for proper analysis and processing in MATLAB.
العربية:
هناك عدة أنواع من الصور الطبية، تختلف حسب نوع الفحص والمعلومات التي تحتويها. فهم هذه الأنواع مهم لتحليلها ومعالجتها بشكل صحيح في MATLAB.
English:
- Each pixel has a single value between 0 and 255 (usually 8-bit).
- Commonly used in X-rays and MRI slices.
- Shows details clearly without color interference.
العربية:
- كل بكسل يحتوي على قيمة واحدة بين 0 و255 (عادة 8-bit).
- تُستخدم بكثرة في الأشعة السينية وشرائح الرنين المغناطيسي (MRI slices).
- تعرض التفاصيل بوضوح بدون تأثيرات اللون.
English:
- Each pixel has three values: Red (R), Green (G), Blue (B).
- Used in some colored scans or microscopic images.
- Less common in diagnostic imaging.
العربية:
- كل بكسل يحتوي على ثلاث قيم: الأحمر (R)، الأخضر (G)، والأزرق (B).
- تُستخدم في بعض الأشعة الملونة أو صور المجهر.
- أقل شيوعًا في الفحوصات التشخيصية.
English:
- Each pixel is either 0 or 1 (black or white).
- Usually used after segmentation to mark specific regions like tumors or bones.
العربية:
- كل بكسل هو 0 أو 1 (أسود أو أبيض).
- تُستخدم عادة بعد التقطيع (segmentation) لتحديد مناطق محددة مثل الأورام أو العظام.
English:
- The most common standard in medical imaging.
- Contains image data + additional information like:
- Patient name and scan date
- Pixel spacing
- Modality type (CT, MRI, Ultrasound)
- Used widely in hospitals and research.
العربية:
- المعيار الأكثر شيوعًا في الصور الطبية.
- تحتوي الصورة على بيانات الصورة بالإضافة إلى معلومات إضافية مثل:
- اسم المريض وتاريخ الفحص
- المسافة بين البكسلات (Pixel Spacing)
- نوع الموداليتي (CT, MRI, Ultrasound)
- تُستخدم على نطاق واسع في المستشفيات والأبحاث.
English:
Most medical images you will work with in MATLAB are grayscale or DICOM, because they contain the most accurate information and pixel measurements needed for analysis.
العربية:
معظم الصور الطبية التي ستتعامل معها في MATLAB ستكون رمادية أو DICOM، لأنها تحتوي على المعلومات الدقيقة وقياسات البكسل اللازمة للتحليل.
| Type / النوع | Example / المثال | Notes / ملاحظات |
|---|---|---|
| Grayscale / رمادية | X-ray, MRI slices | Most common in diagnostic imaging |
| RGB / ملونة | Colored microscopic images | Rare in medical scans |
| Binary / ثنائية | Segmentation mask | After image processing |
| DICOM | CT, MRI, Ultrasound | Contains metadata for analysis |
English:
Medical images have several properties that are important to understand before processing them. These properties help in analyzing, measuring, and enhancing the images in MATLAB.
العربية:
الصور الطبية لها عدة خصائص مهمة يجب فهمها قبل معالجتها. تساعد هذه الخصائص في تحليل الصور وقياسها وتحسينها في MATLAB.
English:
- Dimensions indicate the height (rows) and width (columns) of an image.
- Example: a 512x512 image has 512 rows and 512 columns.
العربية:
- الأبعاد تمثل الارتفاع (عدد الصفوف) والعرض (عدد الأعمدة) للصورة.
- مثال: الصورة 512x512 تحتوي على 512 صف و512 عمود.
English:
- Bit depth determines the number of gray levels a pixel can have.
- Common depths: 8-bit (0–255), 16-bit (0–65535).
- Higher bit depth = more precise intensity representation.
العربية:
- عمق البكسل يحدد عدد درجات الرمادي التي يمكن أن يحتويها البكسل.
- الأعماق الشائعة: 8-bit (0–255)، 16-bit (0–65535).
- عمق أكبر = دقة أعلى في تمثيل شدة البكسل.
English:
- Each pixel has a numerical value representing intensity.
- In grayscale images: 0 = black, 255 = white (8-bit).
- These values are used for contrast adjustment, filtering, and segmentation.
العربية:
- كل بكسل له قيمة رقمية تمثل الشدة.
- في الصور الرمادية: 0 = أسود، 255 = أبيض (8-bit).
- تُستخدم هذه القيم في تحسين التباين، الفلاتر، والتقطيع.
English:
- Pixel spacing represents the real-world distance between two adjacent pixels (usually in millimeters).
- Important for accurate measurements in medical images.
العربية:
- المسافة بين البكسلات تمثل المسافة الحقيقية بين البكسلين المتجاورين (عادة بالملم).
- مهمة للحصول على قياسات دقيقة في الصور الطبية.
| Property / الخاصية | Example / المثال | Notes / ملاحظات |
|---|---|---|
| Dimensions / الأبعاد | 512x512 | Rows x Columns |
| Bit Depth / عمق البكسل | 8-bit, 16-bit | Number of gray levels |
| Pixel Values / قيم البكسل | 0–255 | Intensity in grayscale |
| Pixel Spacing / المسافة بين البكسلات | 0.5 mm | Real-world size per pixel |