资源简介
利用VTK读取dicom文件并通过滑块进行窗宽床调节
代码片段和文件信息
// myVTK.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “myVTK.h“
#include “myVTKDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp
BEGIN_MESSAGE_MAP(CMyVTKApp CWinApp)
//{{AFX_MSG_MAP(CMyVTKApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp construction
CMyVTKApp::CMyVTKApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMyVTKApp object
CMyVTKApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMyVTKApp initialization
BOOL CMyVTKApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CMyVTKDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36172 2010-04-26 19:55 myVTK\myVTK.aps
文件 1542 2010-05-02 22:21 myVTK\myVTK.clw
文件 2049 2010-04-22 20:28 myVTK\myVTK.cpp
文件 4875 2010-04-26 10:15 myVTK\myVTK.dsp
文件 535 2010-04-22 20:28 myVTK\myVTK.dsw
文件 1313 2010-04-22 20:28 myVTK\myVTK.h
文件 74752 2010-05-02 22:23 myVTK\myVTK.ncb
文件 593920 2010-05-02 22:23 myVTK\myVTK.opt
文件 422 2010-05-02 22:22 myVTK\myVTK.plg
文件 362 2010-05-02 22:23 myVTK\myVTK.positions
文件 6136 2010-04-26 19:55 myVTK\myVTK.rc
文件 11273 2010-05-02 22:21 myVTK\myVTKDlg.cpp
文件 2869 2010-05-02 22:19 myVTK\myVTKDlg.h
文件 3561 2010-04-22 20:28 myVTK\ReadMe.txt
文件 1078 2010-04-22 20:28 myVTK\res\myVTK.ico
文件 397 2010-04-22 20:28 myVTK\res\myVTK.rc2
目录 0 2010-04-22 20:28 myVTK\res
文件 1097 2010-04-26 19:31 myVTK\resource.h
文件 207 2010-04-22 20:28 myVTK\StdAfx.cpp
文件 1054 2010-04-22 20:28 myVTK\StdAfx.h
目录 0 2010-05-03 15:54 myVTK
----------- --------- ---------- ----- ----
743614 21
- 上一篇:SD卡座的各种封装
- 下一篇:altium designer自己做的常用元件库
相关资源
- VTK、ITK混合安装(可用于VS2010)
- 医学图像DICOM查看工具
- 基于VTK的3D图像体绘制
- DICOM医学图像文件格式解析与应用研究
- FO-dicom 最新已经编译的DLL
- 简单dicom浏览器.rar
- ezdicom图像查看软件
- VTK-8.2.0编译好的库
- source.zip
- VTK 体绘制 合成法
- DICOM C-SCU工具(模拟器)
- VTK三维立体显示代码.doc
- 基于VTK的人头骨3D图像
- vc实现dicom读取与显示
- PCL+Qt可视化,鼠标点拾取
- DICOM格式图像
- DICOM 协议中文版 1-6 部分 完整版
- VC实现DICOM文件打开
-
Dicomob
jects用户手册-中文版 - 读取并可视化DICOM图像VTK & OpenCV
- Philips DICOM Viewer汉化版
- 本程序可用于读取单幅CT图像并显示相
- vtk中三视图显示
- Dicom打印服务测试工具
- VTK应用之VTK与Qt整合的
- 批量将.dcm导出成.jpg
- 配置pcl与Qt时的两个QVTKWidgetPlugin文件
- 阈值分割法在dicom图像分割中的应用
- DICOM Reader
- vtk文件格式说明 类和函数介绍
评论
共有 条评论