

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、a new interface paradigm for motion capture based animation abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, imple
2、menting the prop anewinterfaceparadigmformotioncapturebasedanimationsystems fernandowagnerserpavieiradasilva1,2 luizvelho1 pauloromacavalcanti2 jonasdemirandagomes1 nando,lvelho,roma,jonasvisgraf.impa.br 1impainstitutodematematicapuraeaplicadaestradadonacastorina,110,22460riodejaneiro,rj,brazil 2lcg
3、-laboratoriodecomputac aogra ca,coppe-sistemas/ufrjcaixapostal68511,21945-970,riodejaneiro,rj,brazil abstract.thispaperproposesanewuserinterfaceparadigmformotioncapturebasedanimationsystems,providingintuitiveande cientwaystovisualizethemainmotioncaptureconceptsandoperations.aprototypesystemwasbuilt,
4、implementingtheproposedinterfacemodelandsupportedbya exiblearchitecturethatissuitabletoworkwiththemotioncapturemethodology. keywords:motioncapture,animationsystems,computeranimation,graphicinterfaces,guiparadigm,motioncontrol. 1introduction themotioncapturetechniquehasalreadysetitsplaceinthefutureof
5、computeranimation.thistechniqueprovidestoolsforhigh-qualityanimation,evenwhenreal-timeisrequired. initially,themaindrawbackofmotioncapturetechniqueswasthelackofef- cientwaystomodifythecapturedmotion,byadjustingorimprovingspeci cpartsthatneededtobechanged,withouthavingtorepeattheentireacquisitionproc
6、essagain. abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop lately,however,severaltechniquesw
7、ereproposedtoprocesscaptureddata91112,providingtoolsformotionanalysis,modi cationandreuse.thismakesmotionlibrariesmorevaluableforawideclassofanimators. mostofcurrentanimationsystemso erthepossibilityofusingmotioncaptureddatatogenerateanimations,butseveralsystemstreatthistechniqueasan“extratool”,orev
8、enasasimpleplug-in.therefore,ane ectivedescriptionofmotioncapturebasicconceptsisnotprovided. aninterestingandalternativeapproachwouldbetheconstructionofanani-mationsystemthatusesmotioncaptureasthekerneloftheentireanimationprocess.thisleadstoanunlimitedrangeofpossibilitiestomanyanimators.asanexample,
9、thismotioncapturebasedsystemcouldbeintegratedwithhigh-endmotioncapturehardware,thuscreatingapowerfulenvironmentofmotionacquisitionandprocessing. inthiswork,weproposeanewuserinterfaceparadigmformotioncapturebasedanimationsystems,supportedbyanextensiblearchitecturethatincorporatesthe“stateofart”inmoti
10、oncaptureprocessingtechniques,andallowstheuseofstandardanimationmethods,suchaskeyframingorinversekinematics,aspowerfultoolstoimprovethesystems exibility. themaincontributionofthispaperistheintroductionofanelegantwaytodescribe,attheuserinterfacelevel,thebasicmotioncaptureabstractions.wetreatcapturedm
11、otionasapotentiallyreadyanimation,whichcanbemodi- edbyasetoftoolsembeddedinthearchitecture.inthatway,aninterfacedescriptionofmotionoperationsandassociatedobjectsarede ned. aprototypesystemwasbuilt,implementingtheconceptsdescribedinthiswork.thissystemwasusedtodemonstratethepotentialoftheproposedinter
12、faceparadigm. section2ofthispaperintroducesthebasicinternalstructuresoftheprototypesystem,togetherwithabriefdescriptionofitsarchitecture.section3presentstheproposedinterfaceparadigmformotioncapturebasedsystems.finally,conclusionsaregiveninsection4. 2systemsarchitectureandinternalstructures inthissec
13、tion,wepresentaframeworkfortheanimationsystem.also,abriefdescriptionofthearchitectureusedintheimplementedsystemisprovided.thiswillgiveabetterunderstandingoftheapproachusedtobuildtheproposedinterfaceparadigm. abstract. this paper proposes a new user interface paradigm for motion capture based animati
14、on systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop 2.1basicinternalstructures thefundamentalstructureusedinthesystemiscomposedbytwoentities:anactorandmotions. theactoristreatedasaskeleto
15、n.itstopologyisrepresentedbyagraphformedbyjointsandlinks.itsgeometryisrepresentedbyasetofconnectedlimbs(figure1).thisdescriptionisadequatetobeusedinamotioncaptureani-mationsystem,sinceitre ectsthestructureofanarticulated gure.fordataacquisition,markersareattachedatthejointsofaliveperformer(thereal a
16、ctor).figure1:topologicalandgeometricaldescriptionofanactorusedinthesystem.attheprogramminglevel,theactorisrepresentedusingamodi edversionofzeltzersapj(axispositionjoint)structure3,adaptedtoworkwithmotioncaptureddata. motionsarebestrepresentedascurvesintime(figure 2). figure2:examplesofjointmotioncu
17、rves. abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop normally,thecaptureddataconsistsofmar
18、kerspositionaland/orangularvariation,sampledbythecapturehardwareduringthenumberofframesre-quiredtocompletetheactorsperformance.thisdescriptionisusedineachdegreeoffreedom(dof)oftheactor. internally,theinteractionwiththeuseriscontrolledbyadynamicdatastructurethatrepresentsthecurrent“state”ofallwindows
19、andmaindatastructuresexistinginthesystem. 2.2anarchitecturefocusedonmotioncapture wedevelopedaconceptualarchitecture,designedtoworkwiththemotioncap-tureparadigm.itfocusesonsometechnologicalaspectsandembodiesseveraltechniquestodealwithcaptureddata,thusallowingthecreationofreusablemotionlibrariesbyusi
20、ngabuildingblockparadigm. theframeworkofthearchitecture(figure3)isformedbythreebasicmodules(input,processingandoutput),eachoneresponsibleforaspeci csetoftasks.thedatastructuresusedinthesystemweredescribedin2.1. figure3:systemsarchitecture. allmodulesaresupportedbytheconceptualinterfacethatwillbedesc
21、ribedinsection3.foramoredetaileddescriptionofsystemsarchitecture,pleasereferto4. inputmodule theinputmodulefocusesonproblemsconcerningtheinterpretationandpre-processingofmotiondata.skeletonde nition leswerecreatedtoestablishrelationshipsbetweentheskeletonexpectedbytheincomingdata1andarchi-tecturesin
22、ternaldefaultskeletonde nition.also,geometricalalgorithmsfor1dependingonthemotiondataformat. abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a
23、prototype system was built, implementing the prop 3deulerangleextraction2,pre- lteringandhierarchicalanglegenerationareprovidedinthismodule. processingmodule theprocessingmodulecomprisesthesetoftoolsformotionanalysis,manip-ulationandreuse.threebasicmotionoperationtypesarede ned: ltering;concatenatio
24、n;andblending.theirobjectiveistoprovidee cientwaystomodifytheoriginalcaptureddata.withthesetools,theuserisabletogeneratenewclassesofmotions,inheritingthealivenessandcomplexitytypicalofnaturalmotion. filteringoperationscanbeappliedtothejointcurvesofamotion,toreducenoiseorevenmodifyspeci ccomponentsof
25、themovement.in9,williamsusedamultiresolution lteringapproachtodecomposethemotioninfrequencybands,thusallowingmodi cationsinahigherlevelofabstraction. withconcatenationoperations,longeranimationscanbeproducedbycombiningseveralmotionsinsequence.smoothtransitionsbetweenthecombinedmotionscanbeproducedus
26、ingalgorithmsbasedonblendingofmotionparameters4.spacetimeconstraints12canalsobeusedtogenerateseamlessanddynamicallyplausibletransitions,withexcellentresults. blendingoperationsarenormallyusedtocombinespecialcharacteristicsofdif-ferentmotions.inthiscase,theexistenceoftoolsformotionsynchronizationandr
27、eparametrizationisveryimportanttohelpintheblendingprocess,ensuringacoherentresult. outputmodule themainobjectiveofthismoduleistoprovidewaystostorethecompositioncreatedbytheuser,thusmaintainingandexpandingtheexistingmotionlibrary.auniversaldataformatwasde ned,embodyingthemaincharacteristicsofmostmoti
28、ondataformatsavailablenowadays.consequently,thesystemcanbeusedasarobustconversortomotioncapturedataformats. userinterface theuserinterfaceusedinthesystemisbasedonavisualrepresentationofmotioncapturebasicconcepts,suchasmotionsandoperations. webelievethatitisalsointerestingtosupplyanon-graphicaluserco
29、mmunica-tion,usingaexpressionlanguagethatrepresentsalltheactionsthatwouldbedoneusingthegraphicaldescriptionprovidedintheuserinterface. 2inthecaseofdatawithpositionalinformationonly. abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intu
30、itive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop wearecurrentlyworkingonaexpressionlanguagesimilartothatdescribedin12.usingthislanguage,theuserwillbeabletogeneratecomplexanimationswithmotionoperations,usingcomm
31、andsthatwillactuallyexecutethecallbackfunctionssupportingtheuserinterface.thesecommandsmaybestoredinatext leandcanbereusedoredited. control acontinuousloop(figure4)veri esthestatusofallinterfaceobjectsandwin-dows,reportinganychangestoaspecialfunctionthatmanagesthosechangesthatactuallymustbedonedueto
32、userinteraction. figure4:userinterfacecontrolwithastatecheckingloop. 3agraphicinterfaceformotioncapture asdiscussedbefore,oursystemisbasedonanarchitecturethattreatstheproblemofdealingwithcapturedmotions.however,thefunctionalityofitsarchitecturewouldbeshadowedbytheconventionaluserinterfaceparadigmuse
33、donmostanimationsystemscurrentlyavailable. ourgoalistodescribethebasicstructuresofthesystemsarchitectureinaconciseway,providingpowerfulinterfacetoolsthatwillmakeiteasiertoexecutemotioneditingoperations.moreover,thisinterfacemustbeextensible,allowingtheincorporationofnewoperationsandtechniques. wenot
34、edthateachcapturedmotionispotentiallyareadyanimation,andthereforemustbetreatedaccordingly.thispromptedustoadoptaninterfaceparadigmusedinsomepost-productionvideoworkstations10asastartingpointtoourwork. abstract. this paper proposes a new user interface paradigm for motion capture based animation syst
35、ems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop inthefollowingsub-sections,wewilldescribethemaininterfaceobjectsandconceptsdevelopedundertheproposedmethodology.allimagespresentedinthissectio
36、nareactualscreenshotsoftheprototypesystem,whichimplementstheconceptsdescribedinthispaper. 3.1actor inourinterfaceparadigm,theactorisvisualizedbymeansofitscomponents:theskeletontopologyandgeometry.theskeletonstructureisshowninawin-dowasagraphcomposedofjointsandlinks(figure5).thiswindowdisplaysinforma
37、tionabouteachjointandthelinksbetweenthem.theinterfaceallowsjointselectionand/or grouping. figure5:skeletongraphwindow. therepresentationoftheactorcanbevisualizedwithdi erentstylesintherenderingwindow,asshowninfigure6.theselectedjointinthegraphwindowappearsindi erentcolorandsizeintherenderingwindow.t
38、hisselectionalsoa ectsotherinterfaceobjects,aswillbediscussedlater. abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was buil
39、t, implementing the prop figure6:jointselection(detailfromskeletongraphwindow)andvisualfeedbackintherenderingwindow. 3.2motions inthepost-productionvideointerfacemodel,videoandsoundsequencesarevisualizedashorizontalbars,whichcanbegrouped,positionedandcombinedinatimelinecanvas,inordertoproducethe nal
40、composition. inourparadigm,wetreatamotionasahorizontalbar(figure7),whosewidthisdeterminedbythenumberofframesofthecapturedmotion.thisbaralsocontainsinformationaboutthemotionname.notethearrowmarkerattherightendofthemotionbar,whichindicatesthatmotionresizing(reparametrization)is allowed. figure7:motion
41、representationasaguiobject. wewillusuallyvisualizethemotionbarusingaframerulerassociatedwithit.thisgivesamoreaccuratetemporalperceptionofthemotion. themotionscratchpad abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and effi
42、cient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop inoursystem,wehavecreatedaninterfaceobjectwhosepurposeistoactasamotionorganizer,providingaglobalperceptionofallmotionsplacedonit.wecalledthisobjectthemotionscratchpad(figure 8
43、). figure8:motionscratchpad-themotionorganizer. usingthescratchpad,theusercanchooseseveralmotionsandorganizethemintheobjectcanvas.allmotionscanbeindividuallyplayedorresized,andtheusercandropthemtothemotionoperations.thescratchpadisactuallythegatewaybetweentheinputandtheprocessingmodules. thescratchp
44、adisthecontainerwheremotionfragmentsarestored,waitingtobeused. jointcurves jointcurvesarethebasiccomponentsofmotion.theyarevisuallyrepresentedbyaninterfaceobjectthatdisplayscurveshape.italsoprovidesnumericin-formationaboutthedi erentdatachannelsateachframe(i.e.,threepositionandorientationvalues,fore
45、achjointcurve).thevisualrepresentationofajointcurveisshowninfigure9. withthisrepresentation,itisstraightforwardtoimplementseveralcurveeditingtechniques911,allowingapreciseandinteractivecontrolofthecurveshape.foreachjointoftheactor,theremaybeseveraljointcurves(oneforeachdof)attachedtoit.thesecurvesar
46、egroupedinainterfaceobject,thejointcurveswindow,thato ersaglobalviewofthecurves,andhasadirectconnectionwiththeskeletongraphwindow.whenajointisselectedinthegraphwindow,itscurvesaredisplayedandusefulinformationisprovided,asshowninfigure10. abstract. this paper proposes a new user interface paradigm fo
47、r motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop figure9:visualrepresentationofajoint curve. figure10:jointcurveswindow. themotionwindow finally,wedecided
48、tocreateaninterfaceobjectthatactsasaconnectionbe-tweenmotionandactordescriptions.themotionwindow(figure11)isac-cessedviaadouble-clickinamotionbar,andallowstheselection(orgrouping)ofspeci cjointsoftheactor. themotionwindowiscomposedofseveralbars,eachonerepresentinganactorjoint(detailinfigure11).visua
49、lly,itlookslikeazoominthemotionbar.thisrepresentationisintentional,sincethemotionisformedbythecurvesthatareattachedtoactorsjoints. themotionwindowwillproofitsutilitywhenusedinconjunctionwithmotionoperations,allowingtheapplicationofanoperationtoaspeci csetofjointsoftheactor. abstract. this paper prop
50、oses a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop figure11:motionwindow-connectingactorandmotiondescriptions. 3.3motio
51、noperations motionoperationsarethemostimportantobjectsinthearchitecture.therefore,theymustbevisualizedinawaythatmakestheprocessintuitivetotheuser.inourinterfaceparadigm,eachmotionoperationhasitsownwindow.whenrequested,additionalobjectsareusedtohelpintheprocess,providingafullcontroloftheoperationpara
52、meters. allmotionoperationwindowshaveabasicsetofauxiliaryobjects:aninteractiveplayersliderandaframeruler.theseobjectsalsofollowtheinterfaceconceptsdescribedearlier. filtering the lteringoperation(figure12)isrepresentedinawindowwithtoolswhichallowtheselectionofaspeci cregionofthemotiontobe ltered(and
53、withalistoftheexisting lters,whichcanbeaccessedbypressing concatenation abstract. this paper proposes a new user interface paradigm for motion capture based animation systems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was
54、built, implementing the prop figure12:filteringoperationwindow. theinterfaceobjectthatrepresentstheconcatenationoperationwasdesignedtoprovideagoodvisualperceptionofthecompositionasawhole. themotionsselectedbytheuserinthescratchpadaredroppedintothecon-catenationwindow.initially,theyarepositionedinsuc
55、hawaytoperformadirectconcatenation(i.e.,withoutblendinginterval),asshowninfigure 13. figure13:concatenationoperationwindow(initialmotionarrangement). usingtheexistingtoolsformotionpositioningandreparametrization,theusercande neblendingintervalsthatwillpermitasmoothtransitionbetweenthecombinedmotions
56、(infigure14,representedbythedarkerregionsbetweenmotions). however,someinterfaceconstraintswerecreatedtoavoidundesirableresults.theseconstraintsensurevisualcoherence,andguidetheuserintheoperationprocess. abstract. this paper proposes a new user interface paradigm for motion capture based animation sy
57、stems, providing intuitive and efficient ways to visualize the main motion capture concepts and operations. a prototype system was built, implementing the prop thedefaulteasy-in/easy-outblendingparameterscanbemodi edbydouble-clickinginthedesiredblendingintervaloftheconcatenation window. figure14:ble
58、ndingintervals(detailfromconcatenationwindow). blending blendingisthelasttypeofmotionoperationde nedintheprimarysetoftheprototypesystem. asintheconcatenationwindow,allmotionsselectedbytheuserareplacedinacanvas,providingaglobalviewoftheoperation.forblending,however,newobjectswereintroducedtoassistinthespeci cation. thesenewobjectsarethet
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2022-2027年中國養生茶行業市場調研及未來發展趨勢預測報告
- 2025年中國服務器行業投資分析及發展戰略研究咨詢報告
- 2025年中國板式家具市場競爭態勢及行業投資前景預測報告
- 2025年中國食用調和油市場競爭格局及投資戰略規劃報告
- 2025年中國大麥行業投資潛力分析及行業發展趨勢報告
- 2025年有機化學實驗報告
- 遠紅外按摩捶行業深度研究分析報告(2024-2030版)
- 2022-2027年中國清咽食品行業市場全景評估及發展戰略研究報告
- 2025年中國鉭管行業市場發展前景及發展趨勢與投資戰略研究報告
- 中國電子天平記錄儀行業市場發展前景及發展趨勢與投資戰略研究報告(2024-2030)
- 2025年華僑港澳臺學生聯招考試英語試卷試題(含答案詳解)
- (更新版)國家開放大學電大《計算機繪圖(本)》網考形考作業試題及答案
- 擴頻通信中直接擴頻系統的同步技術
- 項目部內審檢查表
- 春雨計劃患教指南-高血壓治療與合理用藥
- 學校校本課程開辟匯報材料
- GB/T 42103-2022游樂園安全風險識別與評估
- 棒球運動主題教育PPT模板
- GB 14648-1993民用航空器飛行事故等級
- GA 1800.5-2021電力系統治安反恐防范要求第5部分:太陽能發電企業
- 膿毒癥指南解讀2021完整版課件
評論
0/150
提交評論