搜索资源列表
Skeletontriplepoints
- 本程序可以检测出抽取骨架后的二值图像中的三叉点和端点,可以设定选项 "bwmorph" 或"thin"。-This procedure can be detected in samples after skeleton binary image of the trigeminal point and end point, you can set the option bwmorph or thin .
dicomwrite1
- 保存图像文件为DICOM格式。 使用方法 1、dicomwrite(X, filename) dicomwrite(X, filename) 将二进制图像,灰度图像或真彩图像X写入以filename命名 的文件中,filename是一个字符串,指定数字图像的名字,并创建医学通信(DICOM)文件。 2、dicomwrite(X, map, filename) dicomwrite(X, map, filename) 使用颜色表写入索引图像X。