登录
首页 » matlab » Medical Image Reader and Viewer

Medical Image Reader and Viewer

于 2018-06-07 发布 文件大小:615KB
0 174
下载积分: 1 下载次数: 9

代码说明:

  医疗图像分割,GUI,可视化,能够实现对医疗图像感兴趣区域分割,GUI显示,三维可视化(Medical image segmentation, GUI, visualization)

文件列表:

GaussianSmooth.m, 1474 , 2018-03-23
VolumeViewer3D.m, 306595 , 2018-03-23
alignVolume.m, 7464 , 2018-03-23
calculateSUV.m, 3142 , 2018-03-23
coregisterInterp.m, 6686 , 2018-03-23
coregisterLocs.m, 25649 , 2018-03-23
coregisterVolumes.m, 2091 , 2018-03-23
demos.xml, 508 , 2018-03-23
dicm_dict.m, 52096 , 2018-03-23
dicm_hdr.m, 240809 , 2018-03-23
dicm_img.m, 4772 , 2018-03-23
examples.m, 2117 , 2018-03-23
getGantryOffsets.m, 4373 , 2018-03-23
getRotatedInterpolationGrid.m, 3930 , 2018-03-23
getScannerBedRanges.m, 4519 , 2018-03-23
getSecondsFromTimeString.m, 1955 , 2018-03-23
getTimeStringFromSeconds.m, 864 , 2018-03-23
getVolumeBedRanges.m, 5409 , 2018-03-23
getVoxelLocs.m, 3241 , 2018-03-23
html\examples.html, 10192 , 2018-03-23
html\examples.png, 2453 , 2018-03-23
html\examples_01.png, 51295 , 2018-03-23
html\examples_02.png, 85534 , 2018-03-23
html\examples_03.png, 84968 , 2018-03-23
html\examples_04.png, 76353 , 2018-03-23
html\examples_05.png, 106163 , 2018-03-23
html\examples_06.png, 76706 , 2018-03-23
interpolateVolume.m, 1451 , 2018-03-23
locFlip.m, 2865 , 2018-03-23
readDicomImages.m, 56688 , 2018-03-23
readImages.m, 14979 , 2018-03-23
resliceVolume.m, 6571 , 2018-03-23
rotateInterpolationPoints.m, 7371 , 2018-03-23
rotateValues.m, 2511 , 2018-03-23
transformVoxelSpace.m, 7133 , 2018-03-23
writeDicomImage.m, 14243 , 2018-03-23
writeInterfileImage.m, 46515 , 2018-03-23
license.txt, 1386 , 2018-03-23

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

发表评论

0 个回复

  • huff
    这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!(Huffman Code)
    2009-12-07 14:52:23下载
    积分:1
  • Desktop
    说明:  实现了图像处理中常用的对比度计算公式,和一个图像变换的画布扩大,只需要稍微修改即可用。(Image processing to achieve a common formula for calculating the contrast ratio, and an image transformation of the canvas to expand, require only a slight modification can be used.)
    2008-12-03 20:41:44下载
    积分:1
  • DNA_meself
    利用DNA加密,将图像加密,啊啊啊啊啊啊啊啊啊啊(Encrypting the image by DNA and encrypting the image)
    2017-12-04 19:47:13下载
    积分:1
  • Own code JPEG2000
    JPEG2000自己编写的代码,与标准版有所不同,里面有详细注释,可以运行(Own code JPEG2000 Standard Edition is different, there are detailed notes, you can run)
    2021-01-04 18:38:54下载
    积分:1
  • line_hough
    说明:  matlab编写的直线检测算法,能够有效的提取出直线。和matlab自带的hough变换实现的同样的功能(matlab prepared in a straight line detection algorithm can effectively extract the straight line. And the hough transform matlab own to achieve the same function)
    2008-11-11 13:59:15下载
    积分:1
  • Matlabexamples
    说明:  利用matlab所编程的许多例子,帮组大家学习matlab(Matlab programming by using many examples to help everyone learn matlab Group)
    2008-08-26 17:03:46下载
    积分:1
  • frft2
    二维离散分数阶傅里叶变换程序,可以用做图像处理,绝对可用(Two-dimensional discrete fractional Fourier transform program, you can use to do image processing, absolutely free)
    2011-05-20 12:52:13下载
    积分:1
  • 像的熵
    运用信息论的知识求解图像的信息量也就是熵的算法。(use of information, the knowledge to solve image is the amount of entropy algorithm.)
    2005-05-18 18:59:50下载
    积分:1
  • PZY
    图形学的有一个作业(graphics operations of a)
    2005-01-07 13:17:55下载
    积分:1
  • 均值滤波和中值滤波.doc
    均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优缺点进行了分析,然后分别用中值滤波器和自适应中值滤波器对被椒盐噪声污染的图像进行了滤波操作,发现自适应中值滤波方法不仅可以有效滤波椒盐噪声,同时还可以有效地克服中值滤波器造成图像边缘模糊的缺点。(Mean filtering and median filtering)
    2018-07-25 20:36:03下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载