반응형 pydicom2 [Python][Error] RuntimeError: Unable to decompress 'JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])' pixel data because all plugins are missing dependencies: gdcm - requires gdcm>=3.0.10 pylibjpeg - requires pylibj pydicom에서 JPEG 압축된 DICOM 파일을 읽을 때 발생하는 오류 해결법입니다. 문제 상황엑셀 파일을 불러오기 위해 아래와 같은 코드를 실행했을 때:dcm = pydicom.dcmread(img_path)img = dcm.pixel_array 다음과 같은 에러가 발생합니다:RuntimeError Traceback (most recent call last)...RuntimeError: Unable to decompress 'JPEG Lossless, Non-Hierarchical, First-Order Prediction (Process 14 [Selection Value 1])' pixel data because all plugins are missing dependencies: gdcm - r.. 2025. 7. 12. [Python] pydicom 다이콤파일 헤더 한글 깨짐 현상 흔히 의료영상에서는 다이콤(DICOM, Digital Imaging and Communications in Medicine) 포맷을 사용합니다. 이때 다이콤 파일의 경우에는 헤더에 환자의 다양한 정보를 포함하고 있습니다. 다이콤 파일 속에 포함하는 헤더 정보는 아래에서 확인할 수 있습니다. https://www.dicomlibrary.com/dicom/dicom-tags/ DICOM Library - Anonymize, Share, View DICOM files ONLINE www.dicomlibrary.com 한국에서는 한글이름을 사용하는데, 이 때 경우에 따라한글이름을 영문으로 작성해두는 경우와한글이름을 한글로 작성해두는 경우가 있을 수 있습니다. 다이콤 파일을 불러오기 위해서는 일반적으로 .. 2024. 7. 29. 이전 1 다음 반응형