2 Star 4 Fork 2

youmydestiny/Examples

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
####说明:
1-本程序说明博客在:https://www.cnblogs.com/fantianliang/p/12014097.html

2-主程序:DigitallyReconstructedRadiograph1.cxx

3-数据在百度网盘: 
    链接:https://pan.baidu.com/s/1LPYWD9QsU7k1-ZDqmqV0UA 
    提取码:fcot

4-工程构建:
    4.1打开VS, 新建一个空白C++工程
    4.2添加使用ITK的函数库
    4.3添加该源代码作为主程序
    4.4添加参数:
    打开 调试-(最后一项)-配置属性-调试-命令参数
    输入如下: -o  输出的数据路径
    比如我使用的输出路径为: D:\\Files\\ITKFiles\\DRR_Example\\DRR_Example\\Data\\bodycast_x-90.gipl
    所以命令行参数写入:
    -o D:\\Files\\ITKFiles\\DRR_Example\\DRR_Example\\Data\\bodycast_x-90.gipl
    输入数据在代码里面修改:
    namesGenerator->SetInputDirectory("D:\\Files\\Data\\3219032438350584179-8\\DICOM\\S258070\\S20");
    也就是输入数据所在文件夹
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fantianliang/SimpleExamples.git
git@gitee.com:fantianliang/SimpleExamples.git
fantianliang
SimpleExamples
Examples
master

Search