实例介绍
包含CT重建模拟软件CTSim,可以创建模型-生成投影数据-滤波-采用不同重建算法重建及各种优化功能,非常适合初学者。 另含CTSim帮助文档,使用手册,及软件源代码。
【实例截图】
【核心代码】
861c75fc-094c-4381-99a9-77ea43c2f707
└── CTSim
├── CTSim3.5用户手册——概念(扫描仪).pdf
├── CTSim3.5用户手册——概念(概述与体模对象).pdf
├── CTSim3.5用户手册——概念(重建).pdf
├── ctsim-5.2.0
│ └── ctsim-5.2.0
│ ├── aclocal.m4
│ ├── AUTHORS
│ ├── benchmarks
│ │ ├── composite-test
│ │ └── results
│ ├── cgi-bin
│ │ ├── ctsim.cgi
│ │ ├── ctsim.cgi.in
│ │ ├── ctsim.conf
│ │ ├── ctsim.conf.in
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ └── Makefile.in
│ ├── ChangeLog
│ ├── config.guess
│ ├── config.h.in
│ ├── config.sub
│ ├── configure
│ ├── configure.ac
│ ├── COPYING
│ ├── COPYRIGHT
│ ├── depcomp
│ ├── doc
│ │ ├── alphacalc.ai
│ │ ├── alphacalc.bmp
│ │ ├── alphacalc.eps
│ │ ├── alphacalc.gif
│ │ ├── bullet.bmp
│ │ ├── ctsim-algorithms.tex
│ │ ├── ctsim-concepts.tex
│ │ ├── ctsimfig1.eps
│ │ ├── ctsimfig1.fig
│ │ ├── ctsimfig2.fig
│ │ ├── ctsimfig3.eps
│ │ ├── ctsimfig3.fig
│ │ ├── ctsimfig4.eps
│ │ ├── ctsimfig4.fig
│ │ ├── ctsimfig5.eps
│ │ ├── ctsimfig5.fig
│ │ ├── ctsim-gui.tex
│ │ ├── ctsim.hlp
│ │ ├── ctsim.hpj
│ │ ├── ctsim-install.tex
│ │ ├── ctsim-latex.bib
│ │ ├── ctsim.prj
│ │ ├── ctsim-sgp.tex
│ │ ├── ctsim.tex
│ │ ├── ctsim-tex2rtf.bib
│ │ ├── ctsim-textui.tex
│ │ ├── ctsim-web.tex
│ │ ├── divergent.ai
│ │ ├── divergent.eps
│ │ ├── divergent.gif
│ │ ├── equiangular.ai
│ │ ├── equiangular.eps
│ │ ├── equiangular.gif
│ │ ├── equilinear.ai
│ │ ├── equilinear.eps
│ │ ├── equilinear.gif
│ │ ├── fancyhea.sty
│ │ ├── logo.eps
│ │ ├── logo.gif
│ │ ├── Makefile
│ │ ├── make-help
│ │ ├── makeidx.sty
│ │ ├── maphhc.pl
│ │ ├── mysober.sty
│ │ ├── mytitle.sty
│ │ ├── psbox.tex
│ │ ├── scangeometry.ai
│ │ ├── scangeometry.eps
│ │ ├── scangeometry.gif
│ │ ├── tex2rtf.ini
│ │ ├── texhelp.sty
│ │ └── verbatim.sty
│ ├── docs
│ │ ├── ctsim.htb
│ │ ├── ctsim.pdf
│ │ └── html.tar.gz
│ ├── getopt
│ │ ├── depcomp
│ │ ├── getopt1.c
│ │ ├── getopt.c
│ │ ├── getopt.h
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ └── Makefile.in
│ ├── helical
│ │ ├── dynphm.c
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ └── sample-helical.sh.in
│ ├── html
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── simulate.html
│ │ └── simulate.html.in
│ ├── images
│ │ ├── logo16.bmp
│ │ ├── logo32.bmp
│ │ ├── logo48.bmp
│ │ ├── logo-full-size.psd
│ │ └── SplashScreen.psd
│ ├── include
│ │ ├── array2dfile.h
│ │ ├── array2d.h
│ │ ├── backprojectors.h
│ │ ├── ctglobals.h
│ │ ├── ct.h
│ │ ├── ctndicom.h
│ │ ├── ctsupport.h
│ │ ├── ezplot.h
│ │ ├── filter.h
│ │ ├── fnetorderstream.h
│ │ ├── fourier.h
│ │ ├── hashtable.h
│ │ ├── imagefile.h
│ │ ├── interpolator.h
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── mpiworld.h
│ │ ├── msvc_compat.h
│ │ ├── nographics.h
│ │ ├── phantom.h
│ │ ├── plotfile.h
│ │ ├── pol.h
│ │ ├── procsignal.h
│ │ ├── projections.h
│ │ ├── reconstruct.h
│ │ ├── scanner.h
│ │ ├── sgp.h
│ │ ├── sstream_subst
│ │ ├── timer.h
│ │ ├── trace.h
│ │ └── transformmatrix.h
│ ├── INSTALL
│ ├── install-sh
│ ├── libctgraphics
│ │ ├── bresenham.cpp
│ │ ├── ezplot.cpp
│ │ ├── ezset.cpp
│ │ ├── ezsupport.cpp
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── pol.cpp
│ │ ├── sgp.cpp
│ │ └── transformmatrix.cpp
│ ├── libctsim
│ │ ├── array2dfile.cpp
│ │ ├── backprojectors.cpp
│ │ ├── ctndicom.cpp
│ │ ├── filter.cpp
│ │ ├── fourier.cpp
│ │ ├── imagefile.cpp
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── phantom.cpp
│ │ ├── procsignal.cpp
│ │ ├── projections.cpp
│ │ ├── reconstruct.cpp
│ │ ├── scanner.cpp
│ │ └── trace.cpp
│ ├── libctsupport
│ │ ├── clip.cpp
│ │ ├── consoleio.cpp
│ │ ├── fnetorderstream.cpp
│ │ ├── globalvars.cpp
│ │ ├── hashtable.cpp
│ │ ├── interpolator.cpp
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── Makefile.nt
│ │ ├── mathfuncs.cpp
│ │ ├── msvc.cpp
│ │ ├── plotfile.cpp
│ │ ├── strfuncs.cpp
│ │ ├── syserror.cpp
│ │ └── xform.cpp
│ ├── Makefile
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── man
│ │ ├── ctsim.1
│ │ ├── ctsim.texi
│ │ ├── ctsimtext.1
│ │ ├── if1.1
│ │ ├── if2.1
│ │ ├── ifexport.1
│ │ ├── ifinfo.1
│ │ ├── linogram.1
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── phm2helix.1
│ │ ├── phm2if.1
│ │ ├── phm2pj.1
│ │ ├── pj2if.1
│ │ ├── pjHinterp.1
│ │ ├── pjinfo.1
│ │ └── pjrec.1
│ ├── missing
│ ├── mkinstalldirs
│ ├── msvc
│ │ ├── copy-binaries.bat
│ │ ├── ctsim
│ │ │ ├── ctsim.dsp
│ │ │ ├── ctsim.plg
│ │ │ ├── ctsim.rc
│ │ │ ├── ctsim.vcproj
│ │ │ ├── logo.ico
│ │ │ ├── RCa00648
│ │ │ └── RCb00648
│ │ ├── ctsim.dsw
│ │ ├── ctsim.ncb
│ │ ├── ctsim.opt
│ │ ├── ctsimtext
│ │ │ ├── ctsimtext.dsp
│ │ │ ├── ctsimtext.rc
│ │ │ ├── ctsimtext.vcproj
│ │ │ └── logo.ico
│ │ └── libctsim
│ │ ├── Debug
│ │ │ ├── array2dfile.obj
│ │ │ ├── clip.obj
│ │ │ ├── consoleio.obj
│ │ │ ├── fnetorderstream.obj
│ │ │ ├── interpolator.obj
│ │ │ ├── libctsim.pch
│ │ │ ├── mathfuncs.obj
│ │ │ ├── strfuncs.obj
│ │ │ ├── transformmatrix.obj
│ │ │ ├── vc60.idb
│ │ │ ├── vc60.pdb
│ │ │ └── xform.obj
│ │ ├── libctsim.dsp
│ │ └── libctsim.vcproj
│ ├── NEWS
│ ├── README
│ ├── README.msvc
│ ├── rpm
│ │ └── ctsim.spec
│ ├── src
│ │ ├── backgroundmgr.cpp
│ │ ├── backgroundmgr.h
│ │ ├── backgroundsupr.cpp
│ │ ├── backgroundsupr.h
│ │ ├── ctsim.cpp
│ │ ├── ctsim.dsp
│ │ ├── ctsim.dsw
│ │ ├── ctsim.h
│ │ ├── ctsim-map.h
│ │ ├── ctsim.ncb
│ │ ├── ctsim.opt
│ │ ├── ctsim.plg
│ │ ├── ctsim.rc
│ │ ├── ctsim.xpm
│ │ ├── Debug
│ │ │ ├── vc60.idb
│ │ │ └── vc60.pdb
│ │ ├── dialogs.cpp
│ │ ├── dialogs.h
│ │ ├── dlgezplot.cpp
│ │ ├── dlgezplot.h
│ │ ├── dlgprojections.cpp
│ │ ├── dlgprojections.h
│ │ ├── dlgreconstruct.cpp
│ │ ├── dlgreconstruct.h
│ │ ├── docs.cpp
│ │ ├── docs.h
│ │ ├── graph3dview.cpp
│ │ ├── graph3dview.h
│ │ ├── Makefile
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── RCa03188
│ │ ├── RCa04320
│ │ ├── RCa05068
│ │ ├── splash.xpm
│ │ ├── threadproj.cpp
│ │ ├── threadproj.h
│ │ ├── threadraster.cpp
│ │ ├── threadraster.h
│ │ ├── threadrecon.cpp
│ │ ├── threadrecon.h
│ │ ├── tips.cpp
│ │ ├── tips.h
│ │ ├── views.cpp
│ │ └── views.h
│ ├── TODO
│ └── tools
│ ├── ctsimtext.cpp
│ ├── if1.cpp
│ ├── if2.cpp
│ ├── ifexport.cpp
│ ├── ifinfo.cpp
│ ├── linogram.cpp
│ ├── Makefile
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── mpiworld.cpp
│ ├── nographics.cpp
│ ├── phm2helix.cpp
│ ├── phm2if.cpp
│ ├── phm2pj.cpp
│ ├── pj2if.cpp
│ ├── pjHinterp.cpp
│ ├── pjinfo.cpp
│ ├── pjrec.cpp
│ └── sample-ctsim.sh.in
├── ctsim.chm
├── ctsim.exe
├── ctsim-installer-win32-3.0.3.exe
├── ctsim-manual-latest.pdf
├── ctsimtext.exe
├── CT仿真实验报告.doc
├── Uninst.isu
└── unnamed3.pj
25 directories, 304 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论