주요 콘텐츠

가져오기 및 공간 참조

의료 영상 파일 형식에서 영상과 공간 메타데이터 읽어 들이기

Medical Imaging Toolbox™는 환자, 영상 절차, 공간 참조를 설명하는 메타데이터와 의료 영상 데이터를 저장하는 특화된 파일 형식을 지원합니다. 공간 참조는 환자 좌표계에서 영상의 위치를 지정합니다. 이 좌표계는 환자의 해부학적 좌표축을 기준으로 정의됩니다. medicalVolumemedicalImage 객체는 메타데이터를 자동으로 구문 분석하여 DICOM 파일, NIfTI 파일, NRRD 파일에서 영상 데이터와 공간 정보를 가져와서 저장합니다. 각 파일 형식에 맞는 함수를 사용하여 영상과 메타데이터를 개별적으로 읽어올 수도 있습니다.

함수

모두 확장

medicalImage2차원 의료 영상 픽셀 데이터 및 파일 메타데이터 (R2022b 이후)
extractFrameExtract pixel data for one frame of 2-D medical image series (R2022b 이후)
montageDisplay medical image slices or frames as montage in patient coordinates (R2023a 이후)
implay비디오 뷰어 앱에서 2차원 의료 영상 시리즈 보기 (R2023a 이후)
medicalVolume3-D medical image voxel data and spatial referencing information (R2022b 이후)
extractSliceExtract voxels and spatial details for one slice of medical volume (R2022b 이후)
montageDisplay medical image slices or frames as montage in patient coordinates (R2023a 이후)
replaceSliceReplace voxel values for one slice of medical volume (R2022b 이후)
resampleResample medical image volume in different patient coordinate system (R2022b 이후)
repositionUpdate position of medical volume in patient coordinates (R2025a 이후)
sliceCornersExtract coordinates of corner voxels for one slice of medical volume (R2022b 이후)
sliceLimitsExtract X-, Y-, Z-limits for one slice of medical volume (R2022b 이후)
sliceViewerBrowse slices of medical image volume in patient coordinates (R2023a 이후)
updateOrientationUpdate slice orientation of medical volume voxels (R2025a 이후)
volshowDisplay medical volume in patient coordinates (R2023a 이후)
writeWrite affine medical volume data to NIfTI file (R2022b 이후)
medicalref3dSpatial referencing information for 3-D medical image volumes (R2022b 이후)
intrinsicToWorldMappingGeometric transform between intrinsic and patient coordinates of medical image volume (R2022b 이후)
containsDetermine if affine image volume contains points specified in patient coordinate system (R2022b 이후)
intrinsicToWorldMap points from intrinsic coordinates to patient coordinates (R2022b 이후)
oneSliceIntrinsicToWorldMappingGeometric transform between intrinsic and patient coordinates of medical image volume slice (R2022b 이후)
updatePatientCoordinateSystemUpdate patient coordinate system convention (R2022b 이후)
repositionUpdate intrinsic-to-world mapping of spatial referencing object (R2025a 이후)
sliceCornersExtract patient coordinates of corner voxels for one slice (R2022b 이후)
worldToIntrinsicMap points from patient coordinates to intrinsic coordinates (R2022b 이후)
worldToSubscriptConvert from patient coordinates to row and column subscripts (R2022b 이후)

DICOM 파일로 작업하기

dicominfoDICOM 메시지에서 메타데이터 읽어 들이기
dicomreadDICOM 영상 읽어 들이기
dicomwriteWrite images as DICOM files
dicomCollectionGather details about related series of DICOM files
dicomFileProcess DICOM file (R2023a 이후)
isAttributeCheck if specified attribute is present in DICOM file (R2023a 이후)
getAttributeGet value of specified top level DICOM attribute (R2023a 이후)
findAttributeFind location and value of specified DICOM attribute (R2023b 이후)
updateAttributeUpdate value of specified DICOM attribute (R2023b 이후)
getPixelDataGet pixel data of DICOM file (R2023a 이후)
writeCreate selectively modified copy of DICOM file (R2023a 이후)
dicomConnectionEstablish connection with PACS server (R2024b 이후)
testConnectionTest connection with PACS server (R2024b 이후)
dicomstoreStore DICOM files to PACS server (R2024b 이후)
dicomqueryQuery PACS server for DICOM metadata (R2024b 이후)
dicomgetRetrieve DICOM files from PACS server (R2024b 이후)

NRRD 파일로 작업하기

isnrrdCheck if file is valid NRRD file (R2022b 이후)
nrrdinfoNRRD 파일에서 메타데이터 읽어 들이기 (R2022b 이후)
nrrdreadNRRD 영상 읽어 들이기 (R2022b 이후)

NIfTI 파일로 작업하기

niftiinfoNIfTI 파일에서 메타데이터 읽어 들이기
niftireadNIfTI 영상 읽어 들이기
niftiwriteNIfTI 형식을 사용하여 파일에 볼륨 쓰기

Analyze 7.5 파일로 작업하기

analyze75infoAnalyze 7.5 데이터 세트의 헤더 파일에서 메타데이터 읽어 들이기
analyze75readRead image data from image file of Analyze 7.5 data set

Interfile 파일로 작업하기

interfileinfoRead metadata from Interfile file
interfilereadRead images in Interfile format

도움말 항목

  • 의료 영상 좌표계

    내재적 좌표계와 환자 좌표계에서 영상 위치를 정의하는 방식을 알아봅니다.

  • Working with PACS Server for DICOM Image Retrieval

    This example shows you how to establish a connection with a Picture Archiving and Communication System (PACS) server and retrieve DICOM images from the PACS server. (R2024b 이후)

  • DICOM Support in Image Processing Toolbox

    The Digital Imaging and Communications in Medicine (DICOM) Standard facilitates access to image data and files across medical imaging equipment.

  • Mayo Analyze 7.5 Files

    Analyze 7.5 is a file format, developed by the Mayo Clinic, for storing MRI data.

  • Interfile Files

    Interfile is a file format that was developed for the exchange of nuclear medicine image data.

추천 예제