Main Content

파일에서 영상 데이터 읽기 및 쓰기

파일에서 영상 데이터 읽기 및 쓰기, 영상 파일의 내용에 대한 정보 가져오기

Image Processing Toolbox™를 사용하여 BMP, GIF, JPEG, PNG, TIFF를 비롯한 여러 널리 사용되는 파일 형식의 영상 파일을 읽고 쓸 수 있습니다. 이 툴박스는 DICOM, NIfTI, Analyze 7.5를 포함하는 의료 파일 형식의 읽기와 쓰기를 지원합니다. 또한 RAW 파일 형식의 읽기도 지원합니다. NITF, DPX, Interfile과 같은 특수 파일 형식의 영상으로도 작업할 수 있습니다.

DICOM 브라우저DICOM 파일 모음 탐색

함수

모두 확장

imread그래픽스 파일에서 이미지 읽기
imwrite그래픽스 파일에 이미지 쓰기
imfinfo그래픽스 파일에 대한 정보
dicominfoDICOM 메시지에서 메타데이터 읽어 들이기
dicomfindFind location and value of target attribute in DICOM metadata (R2021b 이후)
dicomupdateUpdate value of target attribute in DICOM metadata (R2021b 이후)
dicomreadDICOM 영상 읽어 들이기
dicomwriteWrite images as DICOM files
dicomreadVolumeCreate 4-D volume from set of DICOM images
dicomCollectionGather details about related series of DICOM files
dicomContoursExtract ROI data from DICOM-RT structure set (R2020a 이후)
dicomanonAnonymize DICOM file
dicomdictGet or set active DICOM data dictionary
dicomdisp DICOM 파일 구조 표시
dicomlookupFind attribute in DICOM data dictionary
dicomuidDICOM의 전역 고유 식별자 생성
images.dicom.decodeUIDGet information about DICOM unique identifier
images.dicom.parseDICOMDIRExtract metadata from DICOMDIR file
rawinfoRead metadata from RAW file (R2021a 이후)
rawreadRead color filter array (CFA) image from RAW file (R2021a 이후)
raw2rgbTransform color filter array (CFA) image in RAW file into RGB image (R2021a 이후)
planar2rawCombine planar sensor images into full Bayer pattern CFA (R2021a 이후)
raw2planarSeparate Bayer pattern color filter array (CFA) image into sensor element images (R2021a 이후)
tiffreadVolumeRead volume or time series image stack from TIFF file (R2020b 이후)
niftiinfoNIfTI 파일에서 메타데이터 읽어 들이기
niftiwriteNIfTI 형식을 사용하여 파일에 볼륨 쓰기
niftireadNIfTI 영상 읽어 들이기
analyze75infoAnalyze 7.5 데이터 세트의 헤더 파일에서 메타데이터 읽어 들이기
analyze75readRead image data from image file of Analyze 7.5 data set
interfileinfoRead metadata from Interfile file
interfilereadRead images in Interfile format
nitfinfoRead metadata from National Imagery Transmission Format (NITF) file
nitfreadRead image from NITF file
isnitfCheck if file is National Imagery Transmission Format (NITF) file
dpxinfoRead metadata from DPX file
dpxreadRead DPX image
exrinfoRead metadata from EXR file (R2022b 이후)
exrreadRead image data from EXR file (R2022b 이후)
exrwriteWrite image data to EXR file (R2022b 이후)
isexrCheck if file is valid EXR file (R2022b 이후)
exrHalfAsSingle Convert numeric values into half-precision values (R2022b 이후)

도움말 항목

표준 그래픽스 파일 읽기 및 쓰기

RAW 파일로 작업하기

DICOM 파일과 기타 의료 파일로 작업하기