文件名称:dicomwrite1
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2015-09-20
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
保存图像文件为DICOM格式。
使用方法
1、dicomwrite(X, filename)
dicomwrite(X, filename) 将二进制图像,灰度图像或真彩图像X写入以filename命名
的文件中,filename是一个字符串,指定数字图像的名字,并创建医学通信(DICOM)文件。
2、dicomwrite(X, map, filename)
dicomwrite(X, map, filename) 使用颜色表写入索引图像X。
3、dicomwrite(..., param1, value1, param2, value2,...)
dicomwrite(..., param1, value1, param2, value2,...) 指定可选的元数据来保存
成DICOM文件,其中参数会影响文件如何被写入。param1 是一个字符串,包含着元数据属
性名或是dicomwrite的特殊选项。value1 是相应的属性值或选项值。-Instructions
1, dicomwrite (X, filename)
Dicomwrite (X, filename) binary image, grayscale or color images written to filename named X
Of the file, filename is a string that specifies the name of the digital image, and create Medical Communications (DICOM) files.
2, dicomwrite (X, map, filename)
Dicomwrite (X, map, filename) writes index image using a color table X.
3, dicomwrite (..., param1, value1, param2, value2, ...)
Dicomwrite (..., param1, value1, param2, value2, ...) Specifies an optional metadata to save
Into a DICOM file, which parameters affect how the file is written. param1 is a string that contains the metadata genus
Of name or dicomwrite special options. value1 is the corresponding property value or option value.
使用方法
1、dicomwrite(X, filename)
dicomwrite(X, filename) 将二进制图像,灰度图像或真彩图像X写入以filename命名
的文件中,filename是一个字符串,指定数字图像的名字,并创建医学通信(DICOM)文件。
2、dicomwrite(X, map, filename)
dicomwrite(X, map, filename) 使用颜色表写入索引图像X。
3、dicomwrite(..., param1, value1, param2, value2,...)
dicomwrite(..., param1, value1, param2, value2,...) 指定可选的元数据来保存
成DICOM文件,其中参数会影响文件如何被写入。param1 是一个字符串,包含着元数据属
性名或是dicomwrite的特殊选项。value1 是相应的属性值或选项值。-Instructions
1, dicomwrite (X, filename)
Dicomwrite (X, filename) binary image, grayscale or color images written to filename named X
Of the file, filename is a string that specifies the name of the digital image, and create Medical Communications (DICOM) files.
2, dicomwrite (X, map, filename)
Dicomwrite (X, map, filename) writes index image using a color table X.
3, dicomwrite (..., param1, value1, param2, value2, ...)
Dicomwrite (..., param1, value1, param2, value2, ...) Specifies an optional metadata to save
Into a DICOM file, which parameters affect how the file is written. param1 is a string that contains the metadata genus
Of name or dicomwrite special options. value1 is the corresponding property value or option value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dicomwrite1.m