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

Integrating Dynamic Deformations into Interactive Volume(3)

来源:网络收集 时间:2026-09-06
导读: Anyproxygeometrycanbeusedtogeneratethefrag-mentsthatsamplethevolume.Thisenablessamplingalongarbitrarylinesandplanes.Toensurethatthesesamplescanbereadfromtheframebuffer,itisimportantthatthelineorplane

Anyproxygeometrycanbeusedtogeneratethefrag-mentsthatsamplethevolume.Thisenablessamplingalongarbitrarylinesandplanes.Toensurethatthesesamplescanbereadfromtheframebuffer,itisimportantthatthelineorplaneisviewaligned.Ourstrategyforsamplinganarbitrarylineorplaneistorotatetheviewsothatitisparalleltotheimageplane,rendertheelement,andthenreadtheresultsfromtheframebuffer.

Wenotethatotherapproachesforinteractivevolumede-formationsthatrelyondeformingthemeshoftheproxyge-ometry(§6.1)wouldrequiremorecomplexapproachestorealizingthealternatesamplingstrategies.

Wediscussmethodsthatexploitthefreedominproxyge-ometrytoperformray-castingandarbitraryslicing,andtodisplaymultipledeformedvolumessimultaneously.4.1.PickingandProbing

Onesimplesamplingtechniqueinvolvestheproxygeome-tryofaline.Theuseofalineasproxygeometryallowsustodoalinearprobe,whichissimilartothatofaray

cast.

cTheEurographicsAssociation2006.Figure5:ArenderingofahumanheadcapturedviaCT

imaging(512x512x106).Thisrenderingdisplaysaclippingplanewithasamplingplanerenderedbothontheclippingplaneandinadetachedviewportontheimageplane.Weobtainlinearprobesbyrotatingobjectspacetoalignthedesiredlineparalleltotheimageplane.Wethenrasterizethisline,directingfragmentshaderoutputandhencevolumesamplingoutputtothebackframebuffer,givingusahigh-resolutionsamplingofthedeformedspace.Wecanthencopythislinetomainmemoryforusebyuser-interfaces.Ourmethodsimpli essuchlinearprobessinceweonlyneedtodrawasinglelinetoobtaintheraycastinformationthroughthedeformedvolume.Withoutencapsulatingthede-formationinsideofthefragmentshader,thislinewouldneedtobedividedintoseverallinestoperformapiece-wiselinearapproximationofthedeformation.

Theabilitytocomputeaprobecreatesanumberofuserinteractionpossibilities.Forexample,auser-interfacecalledraypickingmayneedtodetermineatwhatdepththe rstdeformed“surface”occursunderthemouse.Anumberofdifferentprobescouldbeusedtodeterminethisinforma-tion.Onesuchprobewouldscanthegeneratedlineforthe rstnon-zeroalphavalue.Anothersuchprobemightscanthelineforthe rstgradientwith“large”magnitude.Athirdprobecouldsumalphavaluesuntiltheyexceedone,imply-ingin niteabsorptionofanythingfartherback.4.2.Slicing

Asecondproxygeometrythatisusefulforuserinterfacesisthatofaplane.Thoughplanesareusedasproxygeometryinthefullvolumerendering,theyhaveanother,commonlysoughtafteruse.Slicingplanesareidealforremovingdepthcomplexitywhenexploringvolumes.

Ourimplementationcansamplearbitraryplanesbyview-aligningthemandrenderingtothebackbuffer.Thiscanei-therbedisplayedinaseparateviewport,orappliedasatex-turedpolygoninobjectspace.BothdisplaysareillustratedinFigure5.

Non-linear geometric deformation (or warping) is a useful tool for working with volumes. Unfortunately, the computational expense of performing the resampling needed to implement volume deformation has precluded its use in interactive applications. In this

Figure6:AcruderegistrationofamousetorsocapturedviaMRI(256x256x192),showninblue/grey,toasecondmousecapturedviaCT(256x256x385),showninblack/red.Bothdatasetsandtheirassociatedwarptexturesarepassedtothefragmentshaders,wheretheyareshadedandmixed.

Toillustratetheusefulnessoftheseslicingplanes,con-sideravolumeobtainedthroughCTimagingasshowninFigure5.Aslicingplanealignedalongthedeformedobjectspaceaxiscanallowascientisttocomparethedeformedsliceagainstastandardatlasofthehead.Additionally,arbi-trarilyorientedslicescanbeexaminedandcompared.4.3.MultipleVolumeDisplay

Athirdanduniquebene tofarbitraryproxygeometriesisforthedisplayofmultipledeformedvolumes.Tocorrectlysamplespace,aproxygeometrysamplecannotoverlapotherproxygeometrysamples.Thisimpliesthatinordertocor-rectlyrendertwovolumesinthesamespace,theirsamplesmustbetakenandcombinedfromthesameproxygeometry.Therefore,techniquesthatadaptivelytessellatetheproxyge-ometriesdependentonthedeformationwouldhaveto ndanadaptivetessellationthatsatis esthedeformationsofeachvolume.

Ourmethodallowsustorendermultiplevolumesusingstandardproxygeometries,passingbothtexturevolumestothefragmentshaders.Thefragmentshadersthenhavetheadditionalfreedomtocomputetheiremissionsandabsorp-tionsbasedondifferentcombinationstrategies:sum,differ-ence,emittedcolormixing,etc.AscanbeseeninFigure6,theserenderingscanbevisuallycomplexanddif culttoin-terpret.Makinguseofsimultaneousvolumedisplayisanareaforfuturework.

esofDynamicVolumeDeformation

Therenderingandsamplingtechniquesdescribedinsections3and4providethebuildingblocksneededforanumberofapplications.Wewilloutlinesomefeaturesthatwehaveimplementedthatshowtheversatilityofourapproach.5.1.InteractiveControlofVolumeDeformationsWehaveimplementeddeformationsthatareinteractivelycontrolledbyadjustingtheirparameters.Theprimaryuse

ofthisislandmarkdeformationwhereasetofuserspeci- edpointsarecontrolled.Thismaybeusedforperforminginteractiveregistration[FRR96]

Landmarkdeformationfunctionsuseasetofpointpairsasparameters,whereonepointineachpair,thesource,isinundeformedobjectspace,andthesecondpoint,thetarget,isindeformedobjectspace.Thegoaloftheselandmarkbaseddeformationfunctionsisto ndamappingthateitherexactlyorapproximatelymapsbetweenallsourcesandtheircor-respondingtargets.TwoexamplesofdeformationsthatcanbeusedaslandmarkdeformationfunctionsareThinPlateSplinesandHierarchicalB-Splines.

Toaddmeaningfulpointpairs,weneedtobeabletoeas-ilyspecifysigni cantsurfacefeaturepoints.Theraypicker(§4.1)ingaraypicker,wecanallowtheusertoholddownthemouseandmoveapointalongthesurfaceofthevolume,evenifithasbeendeformed.Thisallowstheusertospecifyacoordinatein2D,andallowsthesystemtoinferthedepthalongtheraythattheuserwantstoselectandwith nerresolutionthanisactuallyusedtorenderthevolume.

Onceplaced,controlpointscaneitherbemanipulatedbyusingtheraypickertodragthepointsalongaspeci edsur-face,ordraggedinviewalignedplanes.Sinceavastmajorityoftheworkfordisplayingthedeformedvolumeisof oadedtotheGPU,theCPUcanbeutilizedmoreforsolvingthede …… 此处隐藏:6134字,全部文档内容请下载后查看。喜欢就下载吧 ……

Integrating Dynamic Deformations into Interactive Volume(3).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.jiaowen.net/wenku/280129.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)