登录
首页 » Visual C++ » vtk-CT(MC)

vtk-CT(MC)

于 2014-02-25 发布 文件大小:493KB
0 309
下载积分: 1 下载次数: 25

代码说明:

  MC算法实现CT医学图像的三维重建,面绘制技术(MC algorithm CT medical image reconstruction, surface rendering technology)

文件列表:

vtk CT图像重建(MC算法)
......................\MC
......................\..\debug
......................\..\.....\MC.exe,45056,2013-01-09
......................\..\.....\MC.ilk,412920,2013-01-09
......................\..\.....\MC.pdb,715776,2013-01-09
......................\..\ipch
......................\..\....\mc-88a3e131
......................\..\MC
......................\..\..\Debug
......................\..\..\.....\BuildLog.htm,8114,2013-01-09
......................\..\..\.....\CL.read.1.tlog,448,2013-05-14
......................\..\..\.....\CL.write.1.tlog,186,2013-05-14
......................\..\..\.....\MC.exe.embed.manifest,403,2013-01-09
......................\..\..\.....\MC.exe.embed.manifest.res,468,2013-01-09
......................\..\..\.....\MC.exe.intermediate.manifest,385,2013-01-09
......................\..\..\.....\MC.lastbuildstate,69,2013-05-14
......................\..\..\.....\MC.log,957,2013-05-14
......................\..\..\.....\MC.unsuccessfulbuild,0,2013-05-14
......................\..\..\.....\mt.dep,69,2013-01-09
......................\..\..\.....\vc100.idb,19456,2013-05-14
......................\..\..\.....\vc100.pdb,36864,2013-05-14
......................\..\..\.....\vc80.idb,396288,2013-01-09
......................\..\..\.....\vc80.pdb,397312,2013-01-09
......................\..\..\ipch
......................\..\..\....\mc-88a3e131
......................\..\..\MC.cpp,2889,2013-01-09
......................\..\..\MC.sdf,413696,2013-10-15
......................\..\..\MC.suo,2560,2013-10-15
......................\..\..\MC.vcproj,4491,2013-02-05
......................\..\..\MC.vcproj.8.00.old,4427,2013-01-09
......................\..\..\MC.vcproj.CZX.Administrator.user,1403,2013-01-09
......................\..\..\MC.vcproj.yanfengdan-PC.yanfengdan.user,1423,2013-02-05
......................\..\..\MC.vcxproj,5942,2013-10-15
......................\..\..\MC.vcxproj.filters,938,2013-10-15
......................\..\..\MC.vcxproj.user,143,2013-05-09
......................\..\..\UpgradeLog.XML,1540,2013-10-15
......................\..\..\_UpgradeReport_Files
......................\..\..\....................\UpgradeReport.css,3348,2013-10-15
......................\..\..\....................\UpgradeReport.xslt,12505,2010-05-04
......................\..\..\....................\UpgradeReport_Minus.gif
......................\..\..\....................\UpgradeReport_Plus.gif
......................\..\MC.ncb,44032,2013-02-05
......................\..\MC.sdf,413696,2013-05-14
......................\..\MC.sln,873,2013-05-09
......................\..\MC.sln.old,871,2013-01-09
......................\..\MC2010.sdf,479232,2013-10-15
......................\..\MC2010.sln,873,2013-05-09
......................\..\UpgradeLog.XML,2180,2013-02-05
......................\..\UpgradeLog2.XML,2176,2013-05-09
......................\..\_UpgradeReport_Files
......................\..\....................\UpgradeReport.css,3348,2013-05-09
......................\..\....................\UpgradeReport.xslt,12505,2010-05-04
......................\..\....................\UpgradeReport_Minus.gif
......................\..\....................\UpgradeReport_Plus.gif

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

发表评论

0 个回复

  • Watershed-16
    分水岭算法的实现,能自动对图像进行分割,任何图像都能够读取(Watershed algorithm, can automatically split the image)
    2010-07-19 15:33:21下载
    积分:1
  • kmeans
    kmeans算法实现,对图像处理。亲自使用过,可用,供参考。(Kmeans algorithm for image processing.)
    2013-10-17 10:57:41下载
    积分:1
  • two-number
    该程序能够实现图像的二值化,基于C语言的。实现的效果很好(The program to achieve a binary image, based on C language. Achieve a good effect)
    2012-07-05 14:12:03下载
    积分:1
  • 1
    说明:  线形骨架的综述类文献,着重强调定义属性和应用(Curve-skeleton properties, applications, and algorithms)
    2010-06-16 13:53:59下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • DSP-digital-Recognition
    天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
    2013-12-10 10:51:11下载
    积分:1
  • Camdemo
    Camshift算法,即"Continuously Adaptive Mean-Shift"算法,是一种自适应的运动跟踪算法。它主要通过视频图像中运动物体的颜色信息来达到跟踪目的。(Camshift algorithm, namely " Continuously Adaptive Mean-Shift" algorithm is an adaptive motion tracking algorithm. It is primarily the color information of the object' s movement through the video images to achieve tracking purposes.)
    2014-01-11 19:45:29下载
    积分:1
  • Ring3
    类似PChunter的内核工具。本工具是应用层的源码。适合内核新手(Similar PChunter core tools. This tool is the source application layer. Suitable for novice kernel)
    2014-05-14 23:57:42下载
    积分:1
  • segmant
    在VS2012平台上利用C++语言和opencv实现对图像的分块,并保存分块图像(Using the C++ language and OpenCV to block the image on the VS2012 platform and save the block image)
    2017-12-13 16:05:48下载
    积分:1
  • dicom(vc)
    论解读DICOM医学图像文件及其显示的VC++实施方法 是一份比较新的讨论dicon的vc实现方法的文章(read DICOM medical images and documents show that the implementation of the VC is a relatively new discussion di vc con method of the article)
    2007-06-22 00:20:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载