1 / 13

آشنائی با: استانداردهای تصاویر دیجیتال پزشکی با فرمت دایکام DICOM)

D igital I maging and CO mmunication in M edicine. آشنائی با: استانداردهای تصاویر دیجیتال پزشکی با فرمت دایکام DICOM) ) در تصوير برداری پزشکی. تدوین: کاوه یوسفی تخصص MS از دانشگاه ایالتی می سی سی پی. نمو نه اطلاعات تصویرو بررسی مقادیر آن. VR epresentations.

satya
Download Presentation

آشنائی با: استانداردهای تصاویر دیجیتال پزشکی با فرمت دایکام DICOM)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Digital Imaging and COmmunication in Medicine آشنائی با: استانداردهای تصاویر دیجیتال پزشکی بافرمت دایکام DICOM))در تصوير برداری پزشکی تدوین: کاوه یوسفی تخصص MS از دانشگاه ایالتی می سی سی پی

  2. نمو نه اطلاعات تصویرو بررسی مقادیر آن VRepresentations • نوع فشردگی (0028:2110)------> 00 -01 CS • نوع فتومتریک(0028:0004)------> 1-2 CS • ردیف (0028:0010)----->1760 پیکسل US • ستون(0028:0011)------> 1760پیکسلUS • خاکستری(0028،1080) <------ LO • قابهای تصویر (0028،0008) -------> IS • تخصیص بیتها (0028:0100) ----- > 8-16 US • ذخیره بیتها (0028:0101)----- > 12US • بالا ترین مقدار بیت(0028:0102)------ >11 US • داده های پیکسل E0:0010)7) ----- > ؟؟؟؟ OW

  3. DICOM Structured Report Chest X-ray Report: Observer: Clunie^David^A^Dr. History: malignant melanoma excised 1Y Findings: - finding: multiple masses in both lung fields - best illustration of findings: Conclusions: - conclusion: cannon-ball metastases - conclusion: recurrent maligant melanoma Diagnosis Codes: - diagnosis: 172.9/ICD9 - diagnosis: 197.0/ICD9 WG-08 = Structured Reporting : گروه کاری اصول گزارش تصاویر دایکام DICOM DICOM Structured Reporting David A. Clunie

  4. مفهوم خاکستری (GRAYSCALE) 000 (قرمز =R ، سبز = G ، آبی = B) 255

  5. الگوریتم خاکستری shade = (CInt(.rgbRed) + .rgbGreen + .rgbBlue) / 3 .rgbRed = shade .rgbGreen = shade .rgbBlue = shade

  6. حاشیه یا لبه ها در پردازش تصاویر دیجیتال پزشکی EDGE Edge Are normally Key information in human perception of images!!!!

  7. آلگوریتم SubEdgeلبه ها را با استفاده ازتمایز رنگ بین پیکسل (X,Y) و تمام پیکسل های مجاور آن بیان می نماید. r = r + Abs(CInt(.rgbRed) - pixels(X + i, Y + j).rgbRed)g = g + Abs(CInt(.rgbGreen) - pixels(X + i, Y + j).rgbGreen)b = b + Abs(CInt(.rgbBlue) - pixels(X + i, Y + j).rgbBlue) Y

  8. تعاریف اولیه جهت شناخت فیلترها : 1-فیلترها از یک سری دستورالعمل نرم افزاری جهت تغیرات بر روی پیکسل هاطراحی گردیده اند. 2-عملکرد فیلترها جهت پردازش تصاویر دیجیتال پزشکی با تغیرات رنگ و روشنایی پیکسل ها همراه میباشد. 3-فیلتر ها نقش اصلاح شکل ظاهری تصاویر دیجیتال پزشکی را جهت پردازش به عهده دارند.

  9. خواص فیلترهای بالا گذر:جهت تشخیص لبه ها و حذف اطلاعات فرکانس پایین موثر می باشند. Array(-1 / 12, -1 / 12, -1 / 12) Array(-1 / 12, 20 / 12, -1 / 12) Array(-1 / 12, -1 / 12, -1 / 12) TheKernel

  10. الگوریتملومینانس : 0 = > factor < =1 .rgbRed = .rgbRed + factor * (255 - .rgbRed) .rgbGreen = .rgbGreen + factor * (255 - .rgbGreen) .rgbBlue = .rgbBlue + factor * (255 - .rgbBlue) W/L

More Related