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

vtk-CT(MC)

于 2014-02-25 发布 文件大小:493KB
0 270
下载积分: 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 个回复

  • imageReadAndShow2
    imageReadAndShow2.cpp,读取asc文件,并在VTK中渲染显示...(read ASC File,using VTK)
    2011-05-26 15:38:29下载
    积分:1
  • pian
    偏微分方程_PDEs_模型在图像处理中的若干应用(_PDEs_ Model partial differential equations in image processing)
    2013-03-04 16:57:43下载
    积分:1
  • PP
    基于SIFT+Kmeans+LDA的图片分类器的实现源码。 博文参考:http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html(The pictures classifier based on SIFT, Kmeans and LDA. Blog Reference: http://www.cnblogs.com/freedomshe/archive/2012/04/24/2468747.html)
    2012-07-26 15:34:58下载
    积分:1
  • StereoVisionVS2008
    双目立体视觉,采用两张图像恢复三维形状,外国人的一个开源项目。(System Prototype to make 3D reconstruction solution using stereo images. It works with common cameras and not require large amount of memory during the images processing. It provides a low cost solution to educational environments with low budgets. )
    2010-08-08 13:43:57下载
    积分:1
  • Marksdetection
    自己曾经做的一个项目,基于几何特征的模式识别。可以有效的识别等边三角形,矩形,六角形 和圆形。 基于c++和OpenCV 编写的程序。是学习OpenCV的好代码。 图像处理&模式识别。(Marksdetection for equilateral triangles,rectangle, regular hexagon, special orthogonal polygons and circles Based on C++ and OpenCV good source code for image processing and mark detection)
    2021-04-13 09:38:56下载
    积分:1
  • discrete-cosine-transform
    图形图像正交变换,离散余弦变换,VC++实现。(Graphic image orthogonal transform, discrete cosine transform, VC++ to achieve.)
    2010-06-22 08:32:54下载
    积分:1
  • VCPP-image-processing-chapter10
    VisualC++数字图像处理技术详解第2版光盘,第十章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter X)
    2016-04-16 14:01:27下载
    积分:1
  • KMeans-with-opencv
    k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过(k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2021-01-24 20:28:37下载
    积分:1
  • fangshebianhuan
    仿射变换来实现旋转 (线性变换),平移 (向量加),缩放操作 (线性变换)(Affine transformations are implemented by rotation (linear transformation), translation (vector addition), scaling operation (linear transformation))
    2017-09-28 17:01:39下载
    积分:1
  • yun7.1
    重要的纹理分割分类基础程序,可以进行更深入的探讨和优化,应用于遥感影像中。(Important basis for classification of texture segmentation procedure can be carried out more in-depth exploration and optimization, application of remote sensing images.)
    2007-07-13 15:01:34下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载