教学文库网 - 权威文档分享云平台
您的当前位置:首页 > 文库大全 > 高等教育 >

ItkSoftwareGuide-2.4.0

来源:网络收集 时间:2026-09-01
导读: ItkSoftwareGuide-2.4.0,ITK的用户手册 The ITK Software Guide Second Edition Updated for ITK version 2.4 Luis Ibanez Will Schroeder Lydia Ng Josh Cates and the Insight Software Consortium November 21, 2005 http://doc.guandang.net Email: insi

ItkSoftwareGuide-2.4.0,ITK的用户手册

The ITK Software Guide Second Edition Updated for ITK version 2.4

´ Luis Ibanez Will Schroeder Lydia Ng Josh Cates and the Insight Software Consortium

November 21, 2005

http://doc.guandang.net Email: insight-users@http://doc.guandang.net

ItkSoftwareGuide-2.4.0,ITK的用户手册

ItkSoftwareGuide-2.4.0,ITK的用户手册

ThepurposeofcomputingisInsight,notnumbers.

RichardHamming

ItkSoftwareGuide-2.4.0,ITK的用户手册

ItkSoftwareGuide-2.4.0,ITK的用户手册

Abstract

TheInsightToolkit(ITK)isanopen-sourcesoftwaretoolkitforperformingregistrationandsegmentation.Segmentationistheprocessofidentifyingandclassifyingdatafoundinadigi-tallysampledrepresentation.TypicallythesampledrepresentationisanimageacquiredfromsuchmedicalinstrumentationasCTorMRIscanners.Registrationisthetaskofaligningorde-velopingcorrespondencesbetweendata.Forexample,inthemedicalenvironment,aCTscanmaybealignedwithaMRIscaninordertocombinetheinformationcontainedinboth.

ITKisimplementedinC++.Itiscross-platform,usingabuildenvironmentknownasCMaketomanagethecompilationprocessinaplatform-independentway.Inaddition,anautomatedwrappingprocess(Cable)generatesinterfacesbetweenC++andinterpretedprogramminglan-guagessuchasTcl,Java,andPython.Thisenablesdeveloperstocreatesoftwareusingavarietyofprogramminglanguages.ITK’sC++implementationstyleisreferredtoasgenericprogram-ming,whichistosaythatitusestemplatessothatthesamecodecanbeappliedgenericallytoanyclassortypethathappenstosupporttheoperationsused.SuchC++templatingmeansthatthecodeishighlyef cient,andthatmanysoftwareproblemsarediscoveredatcompile-time,ratherthanatrun-timeduringprogramexecution.

BecauseITKisanopen-sourceproject,developersfromaroundtheworldcanuse,debug,main-tain,http://doc.guandang.netmunicationamongthemembersoftheITKcommunityiswhathelpsmanagetherapidevolutionofthesoftware.Testingiswhatkeepsthesoftwarestable.InITK,anextensivetestingprocess(usingasystemknownasDart)isinplacethatmeasuresthequalityonadailybasis.TheITKTestingDashboardispostedcontinuously,re ectingthequalityofthesoftwareatanymoment.

ThisbookisaguidetousinganddevelopingwithITK.Thesamplecodeinthedirectorypro-videsacompaniontothematerialpresentedhere.Themostrecentversionofthisdocumentisavailableonlineathttp://doc.guandang.net/ItkSoftwareGuide.pdf.

ItkSoftwareGuide-2.4.0,ITK的用户手册

ItkSoftwareGuide-2.4.0,ITK的用户手册

Contributors

TheInsightToolkit(ITK)hasbeencreatedbytheeffortsofmanytalentedinpidualsandprestigiousorganizations.ItisalsodueingreatparttothevisionoftheprogramestablishedbyDr.TerryYooandDr.MichaelAckermanattheNationalLibraryofMedicine.

Thisbooklistsafewofthesecontributorsinthefollowingparagraphs.NotalldevelopersofITKarecreditedhere,sopleasevisittheWebpagesathttp://doc.guandang.net/HTML/About.htmforthenamesofadditionalcontributors,aswellascheckingtheCVSsourcelogsforcodecontributions.

Thefollowingisabriefdescriptionofthecontributorstothissoftwareguideandtheircontri-butions.

isprincipalauthorofthistext.Heassistedinthedesignandlayoutofthetext,LuisIb´anez

AimplementedthebulkoftheLTEXandCMakebuildprocess,andwasresponsibleforthebulk

ofthecontent.HealsodevelopedmostoftheexamplecodefoundintheInsight/Examplesdirectory.

WillSchroederhelpeddesignandestablishtheorganizationofthistextandtheInsight/Examplesdirectory.Heisprincipalcontenteditor,andhasauthoredseveralchap-ters.

LydiaNgauthoredthedescriptionfortheregistrationframeworkanditscomponents,thesec-tiononthemultiresolutionframework,andthesectionondeformableregistrationmethods.Shealsoeditedthesectionontheresamplingimage lterandthesectionsonvariouslevelsetsegmentationalgorithms.

JoshuaCatesauthoredtheiteratorschapterandthetextandexamplesdescribingwatershedsegmentation.Healsoco-authoredthelevel-setsegmentationmaterial.

JisungKimauthoredthechapteronthestatisticsframework.

JulienJomiercontributedthechapteronspatialobjectsandexamplesonmodel-basedregis-trationusingspatialobjects.

ItkSoftwareGuide-2.4.0,ITK的用户手册

vi

ItkSoftwareGuide-2.4.0,ITK的用户手册

CONTENTS

IIntroduction

1Welcome

1.1

1.2

1.3Organization.........................................HowtoLearnITK......................................SoftwareOrganization....................................

1.3.1

1.4ObtainingtheSoftware...............................1334445

6

6

6

7

9

9DownloadingITK......................................1.4.11.4.21.4.31.4.41.4.51.4.6DownloadingPackagedReleases..........................DownloadingfromCVS..............................JointheMailingList................................DirectoryStructure.................................Documentation...................................Data.........................................

1.5

1.6TheInsightCommunityandSupport............................10ABriefHistoryofITK....................................10

132Installation

2.1Con guringITK.......................................13

2.1.1

2.1.2PreparingCMake..................................14Con guringITK..................................15

2.2GettingStartedWithITK..................................16

ItkSoftwareGuide-2.4.0,ITK的用户手册

viiiContents

ItkSoftwareGuide-2.4.0,ITK的用户手册

Contentsix

ItkSoftwareGuide-2.4.0,ITK的用户手册

xContents

ItkSoftwareGuide-2.4.0,ITK的用户手册

Contentsxi

ItkSoftwareGuide-2.4.0,ITK的用户手册

xiiContents

ItkSoftwareGuide-2.4.0,ITK的用户手册

Contentsxiii

ItkSoftwareGuide-2.4.0,ITK的用户手册

xivContents

…… 此处隐藏:3278字,全部文档内容请下载后查看。喜欢就下载吧 ……
ItkSoftwareGuide-2.4.0.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/1707046.html(转载请注明文章来源)
Copyright © 2020-2025 教文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:78024566 邮箱:78024566@qq.com
苏ICP备19068818号-2
Top
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)