登录
首页 » Special Effects » 可以将DICOM格式的医学图像文件转换为bmp文件,以便于进一步处理。...

可以将DICOM格式的医学图像文件转换为bmp文件,以便于进一步处理。...

于 2023-02-14 发布 文件大小:591.28 kB
0 153
下载积分: 2 下载次数: 1

代码说明:

可以将DICOM格式的医学图像文件转换为bmp文件,以便于进一步处理。-Can be DICOM format medical image files converted to bmp files, in order to facilitate further processing.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。...
    图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。-image processing source code, achieving PGM images read, write PGM image, the image sampling to be conducted under half the size of the image function. TestImage.cpp contains main function.
    2022-02-10 16:49:05下载
    积分:1
  • 使用purebasic开发的图像边缘检测的源代码,并附上了原始和检测后的图像。...
    使用purebasic开发的图像边缘检测的源代码,并附上了原始和检测后的图像。
    2022-04-10 21:10:27下载
    积分:1
  • JPEG2000 code Jasper model of follow
    JPEG2000的示范性代码Jasper的后继版本,GEOJASPER,版本号1.701.0-JPEG2000 code Jasper model of follow-up version, GEOJASPER, version 1.701.0
    2022-03-13 22:36:06下载
    积分:1
  • 利用 vb编写的实现图像淡近淡出效果 有可执行文件 能直接运行...
    利用 vb编写的实现图像淡近淡出效果 有可执行文件 能直接运行 -Prepared using vb realize the effect of images fading light near have to run executable files directly
    2023-02-02 20:05:04下载
    积分:1
  • (模板匹配)目标跟踪templatematch算法,可以跟踪运动…
    (模板匹配)TemplateMatch算法实现的目标跟踪,可以跟踪运动镜头下的目标。-(Template matching) TemplateMatch algorithm of target tracking, can track movements of the objectives lens.
    2022-03-10 20:54:21下载
    积分:1
  • 相信传播是一种流行的方法来实现组合优化。吨。
    Believe propagation is a popular method to achieve combinatorial optimization. This program contains two sets of codes -- image restoration from noisy data and depth estimation from stereo images.-Believe propagation is a popular method to achieve combinatorial optimization. This program contains two sets of codes-- image restoration from noisy data and depth estimation from stereo images.
    2022-01-29 01:15:42下载
    积分:1
  • 计算机视觉
    计算机视觉
    2022-05-06 21:49:18下载
    积分:1
  • 这是一个 Vc++程序,但是很容易在 别的平台上实现,因为 主要使用了C语言编写 功能是 用 canny算子进行边缘提取...
    这是一个 Vc++程序,但是很容易在 别的平台上实现,因为 主要使用了C语言编写 功能是 用 canny算子进行边缘提取-Vc This is a process, it is easy for other platforms to achieve, The main use of the C language function is canny operator for edge detection
    2022-02-07 07:02:06下载
    积分:1
  • 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
    系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d #   其中#为指定的行号 行合并:f #1/#2/#3...   将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如: [Text] 1 222 33 44 2 333 45 d b g 3 3 444 56 333 54 [/Text] c 333/zhang d 1 -系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i#/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d#   其中#为指定的行号 行合并:f#1/#2/#3...   将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......
    2022-03-03 09:48:33下载
    积分:1
  • TPicShow是171过渡效果纯Delphi图像滑块控制…
    TPicShow is an image slider control with 171 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
    2022-08-18 04:29:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载