登录
首页 » Visual C++ » myDicomView

myDicomView

于 2021-03-08 发布 文件大小:12187KB
0 317
下载积分: 1 下载次数: 31

代码说明:

  vtk mfc 打开dicom图片,用文档类新建一个视图类实现(vtk mfc open dicom images, use the document class to create a new view class implementation)

文件列表:

DicomView
.........\Debug
.........\.....\BuildLog.htm,6058,2013-01-30
.........\.....\DicomView.exe,130048,2013-01-30
.........\.....\DicomView.exe.embed.manifest,920,2013-01-15
.........\.....\DicomView.exe.embed.manifest.res,984,2013-01-15
.........\.....\DicomView.exe.intermediate.manifest,861,2013-01-30
.........\.....\DicomView.exp,889,2013-01-30
.........\.....\DicomView.ilk,1632880,2013-01-30
.........\.....\DicomView.lib,2184,2013-01-30
.........\.....\DicomView.obj,65058,2013-01-22
.........\.....\DicomView.pch,25296896,2013-01-21
.........\.....\DicomView.pdb,3927040,2013-01-30
.........\.....\DicomView.res,7860,2013-01-21
.........\.....\DicomViewDoc.obj,54823,2013-01-22
.........\.....\DicomViewView.obj,82540,2013-01-22
.........\.....\ImageView.obj,59510,2013-01-23
.........\.....\MainFrm.obj,35409,2013-01-22
.........\.....\mt.dep,65,2013-01-30
.........\.....\StdAfx.obj,466623,2013-01-21
.........\.....\vc90.idb,1403904,2013-01-23
.........\.....\vc90.pdb,2404352,2013-01-23
.........\.....\VolumeView.obj,59061,2013-01-22
.........\DicomView.aps,30712,2013-01-30
.........\DicomView.clw,2847,2010-04-14
.........\DicomView.cpp,4272,2009-12-03
.........\DicomView.dsp,5181,2009-12-15
.........\DicomView.dsw,543,2009-12-03
.........\DicomView.h,1389,2009-12-03
.........\DicomView.ncb,19934208,2013-01-30
.........\DicomView.opt,55808,2010-04-21
.........\DicomView.rc,12642,2009-12-15
.........\DicomView.sln,883,2013-01-30
.........\DicomView.vcproj,9724,2013-01-21
.........\DicomView.vcproj.C41K8DQCD249XDT.Administrator.user,1427,2013-01-23
.........\DicomView.vcproj.microsoft-PC.Administrator.user,1421,2013-01-30
.........\DicomViewDoc.cpp,2895,2009-12-06
.........\DicomViewDoc.h,1477,2009-12-04
.........\DicomViewView.cpp,5137,2010-04-15
.........\DicomViewView.h,2622,2010-04-15
.........\ImageView.cpp,5487,2013-01-23
.........\ImageView.h,1934,2009-12-07
.........\MainFrm.cpp,2650,2009-12-03
.........\MainFrm.h,1591,2009-12-03
.........\ReadMe.txt,4383,2009-12-03
.........\res

.........\...\DicomView.rc2,401,2009-12-03


.........\Resource.h,1010,2009-12-15
.........\StdAfx.cpp,211,2009-12-03
.........\StdAfx.h,1054,2009-12-03
.........\VolumeView.cpp,3327,2010-04-15
.........\VolumeView.h,1122,2009-12-04

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

发表评论

0 个回复

  • The_Magic_Of_Computer_Graphics
    计算机图形学重要参考。对理解OpenGL和D3D的渲染过程有重要帮助。(Computer graphics is a vast field that is becoming larger every day. It is impossible to cover every topic of interest, even within a specialization such as CG rendering. For many years, Noriko Kurachi has reported on the latest developments for Japanese readers in her monthly column for CG World. Being something of a pioneer herself, she selected topics that represented original and promising new directions for research. Many of these novel ideas are the topics covered in The Magic of Computer Graphics. Starting the basic behavior of light, the first section of the book introduces the most useful techniques for global and local illumination using geometric descriptions of an environment. The second section goes on to describe image-based techniques that rely on captured data to do their magic. In the final section, the author looks at the synthesis of these two complementary approaches and what they mean for the future of computer graphics.)
    2015-01-28 12:30:23下载
    积分:1
  • MarchingCubes
    球体的Marching Cubes实现,运用OPENGL绘制图像(Marching Cubes sphere of the realization of the use of OPENGL rendering image)
    2009-04-23 15:25:53下载
    积分:1
  • osgRecipes-master
    osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
    2013-09-07 21:30:32下载
    积分:1
  • openGl2
    做课程设计的一个代码,是opengl工程,立方体旋转,每个立方体的面帖有不同的图。(The code to do the course design is a opengl project, cube rotation, the face of each cube posts have different plans.)
    2012-06-24 09:23:59下载
    积分:1
  • VB_3Dstarfield
    VB实现屏幕上显示3D star,研究VB对3D图形的处理性能。(VB to achieve the screen 3D star, of VB on the 3D graphics processing performance.)
    2008-07-21 09:56:09下载
    积分:1
  • jmvm
    只是最新的多视点参考软件代码jmvm,支持立体档次的编码解码,从最新svn下载得到,对那些不方便上国外网站svn下载的可以看看。(Is the latest multi-view reference software code jmvm, three-dimensional grade codec support, downloaded from the latest svn, convenient for those on the foreign website can take a look at svn download.)
    2011-09-15 21:47:05下载
    积分:1
  • imageSNRPSNRMSE
    图像的SNR,PSNR以及MSE的计算源代码(The image SNR, PSNR and the source code for the calculation of MSE)
    2010-10-19 13:18:44下载
    积分:1
  • 24to256
    BMP24位位图量化成256色BMP图,本程序彩八叉树颜色量化。(BMP24-bit quantization into a 256-color bitmap BMP map, this program color octree color quantization.)
    2021-04-01 22:59:08下载
    积分:1
  • Seabed-Terrain
    基于LOD技术的3D海底地形仿真系统。主要讲述海底地形的绘制及仿真系统的组成。(Based on the LOD 3D seafloor topography simulation system. Focuses on the composition of the seabed topography mapping and simulation system.)
    2012-03-08 09:35:35下载
    积分:1
  • Terrain3DTest
    三维地形的模拟,用的工具是opengl,对于研究大规模地形的绘制非常有用,把源码拿出来与大家分享(Three-dimensional terrain modeling, using tools opengl, for the study of large-scale terrain rendering is very useful to share with you source out)
    2010-08-30 22:02:36下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载