自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 【C++】使用其它工程中的类A时,工程设置中link A.obj文件

假设有两个C++工程:exe工程PJ1, dll工程PJ2。PJ1中需要使用PJ2中的类C1,但PJ1中没有添加类C1的.h和.cpp文件,因此PJ1中没有编译这个类C1。这时就可以在PJ1的工程设置中link 类C1的obj文件,而不用link PJ2的lib文件。 知识点:工程设置中link可以指定lib文件,也可以指定obj文件!...

2018-10-26 14:23:04 308

原创 [VTK][DICOM]Fail to call vtkResliceImageViewer::SetResliceModeToOblique after SetInputConnection

Environment: VTK 8.1.0 + QT5.10.1 + VS2015 + x86Problem:For class vtkResliceImageViewer, application will crash when setting reslice mode to oblique mode if the input data source is set by SetIn...

2018-08-02 18:06:54 791

原创 [Python][DICOM]Output information of Series folder path and its corresponding DICOM tags

Recently, I was assigned a small task to output information of Series folder path and its corresponding DICOM tags.Here, we suppose following requirements:- One folder contains at most 1 series;...

2018-07-28 17:06:42 465

原创 [GDCM]Compile GDCM 2.8.7 while using VTK 8.1.0

After configure GDCM 2.8.7 in CMake UI with GDCM_USE_VTK option ON, compile GDCM solution fails.------ Build started: Project: vtkgdcm, Configuration: Debug Win32 ------ vtkImageColorViewer.cxxD...

2018-07-24 15:51:51 1666

原创 [VTK][DICOM]修改后的VTK sample code

这周开始调查学习利用VTK渲染DICOM MPR/VR图像。看到了VTK自带的例子:VTK-8.1.0\Examples\GUI\Qt\FourPaneViewer这个例子用QVTKOpenGLWidget控件显示四个view,分别显示相交的MPRA、MPRB、MPRC以及3D slices(三个相交的MPR面)。下面的UI是我修改后的。VTK官方UI是类的构造函数直接接收形参过来的Series目...

2018-07-06 17:57:53 2666 8

原创 [Python][DICOM]去除一个Series下重复Instance Number的DICOM图像文件

问题:最近接触了G公司的CT modality数据,一个Series下面有重复Instance Number的图像文件。例如,一个series下,Instance Number为257的image有两个,而且这两张图像除了SOP Instance UID不一样,其它的tag信息(尤其是图像信息)一模一样。医生在浏览图像的过程中,重复图像看了两次,做了多余的无意义工作。需求:删除同一个s...

2018-06-07 15:17:28 3508 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除