![外文翻譯--原型基于顏色的圖像檢索與MATLAB.doc_第1頁](http://file.renrendoc.com/FileRoot1/2013-11/17/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc1.gif)
![外文翻譯--原型基于顏色的圖像檢索與MATLAB.doc_第2頁](http://file.renrendoc.com/FileRoot1/2013-11/17/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc2.gif)
![外文翻譯--原型基于顏色的圖像檢索與MATLAB.doc_第3頁](http://file.renrendoc.com/FileRoot1/2013-11/17/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc3.gif)
![外文翻譯--原型基于顏色的圖像檢索與MATLAB.doc_第4頁](http://file.renrendoc.com/FileRoot1/2013-11/17/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc4.gif)
![外文翻譯--原型基于顏色的圖像檢索與MATLAB.doc_第5頁](http://file.renrendoc.com/FileRoot1/2013-11/17/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc/e2fa4907-e108-4f51-b3ff-a3fbc62aaedc5.gif)
已閱讀5頁,還剩9頁未讀, 繼續(xù)免費閱讀
版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
英文原文PrototypingColor-basedImageRetrievalwithMATLABAbstracContent-basedretrievalof(image)databaseshasbecomemorepopularthanbefore.Algorithmdevelop-mentforthispurposerequirestesting/simulationtools,buttherearenosuitablecommercialtoolsonthemarket.Asimulationenvironmentforretrievingimagesfromdatabaseaccordinghistogramsimilaritiesispresentedinthispaper.Thisenvironmentallowstheuseofdifferentcolorspacesandnumbersofbins.ThealgorithmsareimplementedwithMATLAB.Eachcolorsystemhasitsownm-files.Thephasesofthesoftwarebuildingprocessarepre-sentedfromsystemdesigntographicaluserinterface(GUI).ThefunctionalityisdescribedwithsnapshotsofGUI.1.IntroductionNowadaystherearethousandsorhundredsofthousandsofdigitalimagesinanimagedatabase.Iftheuserwantstofindasuitableimageforhis/herpurposes,he/shehastogothroughthedatabaseuntilthecorrectimagehasbeenfoundoruseareferencebookorsome“intelligent”program.Videoondemand(VoD)servicesalsorequiresanintelligentsearchsystemforend-users.VoDsystemssearchmethodsdifferslightlyfromimagedatabasesmethods.Areferencebookisasuitableoption,iftheimagesarearrangedwithausefulmethod,forexample:1)categories:animals,flags,etc,2)names(requiresagoodnamingtechnique)or3)dates.Anexperiencedusercanusethesesystemsaswellastextualsearches(keywordshavetobeinsertedinadatabase)efficiently.Therearesituationswhenamulti-languagesystemhastobeused.Therealanguageindependentsearchsystemsbestpropertiescanbeutilized.Atoolwhichisbasedontheimagespropertiescanbemadelanguageindependent.Thesepropertiescanbeforexamplecolor,shape,texture,spatiallocationofshapeetc.IntheMuVi-project1thiskindoftoolisunderconstruction.Itwillcoverthepropertiespresentedabove.Researchworkoncontent-basedimageretrievalhasbeendonein26.Thesystem,whichispresentedinthispaper,isasimulationenvironment,whereMuViscolorcontentbasedretrievalhasbeendevelopedandtested.2.SystemdevelopmentMATLABisanefficientprogramforvectorandmatrixdataprocessing.Itcontainsreadyfunctionsformatrixmanipulationsandimagevisualizationandallowsaprogramtohavemodularstructure.BecauseofthesefactsMATLABhasbeenchosenasprototypingsoftware.2.1SystemdesignBeforeanym-fileshavebeenwritten,thesystemdesignhasbeendone.AsystemdesignfortheHSV(hue,saturationandvalue)colorsystembasedretrievalprocessispresentedinFigure1.Similardesignhasbeendoneforallusedcolorsystems.Figure1:FunctionchartforHSVcolorspacewith27binshistogram.Tesths27isthemainfunctionforthiscolorsystemandthisnumberofbins.Itcallsotherfunctions(hs27read,dif_hsvandimage_pos)whenneeded.Eachcolorsystemhasamainfunctionofitsownandvariablenumber(23)ofsub-functions.Ifthereisnoneedforcolorspaceconversionthereare2functions,otherwise3functionsonthefirstbranchofthefunctionchart.Thefunctioncallofthemainfunctionis:matches=tesths27(imagen,directory,num)Thevariableimagenspecifiesthequeryimagesnameandpath.Thedirectoryisapathoftheimagedatabaseandnumisadesirednumberofretrievedimages.2.2FunctionsAtthismomenttherearefunctionsimplementedforfourcolorspaces:HSV,L*a*b*,RGBandXYZ7.Eachcolorspacehasfrom2to4implementationsfordifferentnumbersofbins.Therearealtogether14mainfunctions.Forsomecolorsystemsitispossibletomakethesefunctionsdynamic,i.e.dynamichistogramcalculation.Everycolorsystem/bincombinationrequiresitsownhistogramsandthesecanbemadeonlywithanexhaustivemethod(pixelbypixel).Histogramcalculationtakes-5minutesperimage,eachapproximately320240pixels,dependingonthecomplexityofthecolorspaceon150MHzPentium.Thusitisnotreasonabletolettheuserselectabinnumberfreely,especiallyinthecaseoflargedatabases.Thefunctionshavebeennamedsothatthenamescontaininformationofthecolorspaceused,thepurposeofthefunctionsandthenumberofusedbins.Somefunctions,forexampleimage_pos,havebeenusedbymanyorallmainfunctionsandthesefunctionshavenotbeennamedasdescribedabove.Themainfunctionchecks,ifthefunctioncalliscorrect.Ifthequeryimagesnamedoesntcontainapath,thefunctionassumesthattheimageissituatedinthedatabasedirectory.Inadditiontothis,themainfunctionchecks,ifthequeryimagealreadyhasahistograminthecurrentlyuseddatabase.Iftherequiredhistogramisnotthere,theimageread(forexamplehs27read)functioniscalled.Thisfunctionalsonormalizespixelvaluesandarrangesimagematrixdatatoavectorformat.Afterthatstageacolorspaceconversionfunction(ifneeded)iscalled.Finallyaquantizationfunctionbuildsthehistogramwiththecorrectnumberofbins.Thehistogramwillthenbesavedintothedatabasedirectory.Ifthehistogramalreadyexiststhere,thethreepreviousstepswillnotbeexecuted.Nowthequeryimagehasbeenanalyzed.Thenthemainfunctionwillgothroughallimagesinthedatabasedirectorywithanalmostsimilaralgorithmasinthecaseofthequeryimage.Thedifferenceisthatnowtherewillbeahistogramdifferencecalculationbetweenthequeryimagesandcurrentimageshistogram.Finallytheimage_posfunctionwillbeusedtoputaqueryimageandthedesirednumberofbestmatchimagesonthedisplay.2.3LinkingItisnotpossibletouseaprogrambeforethemainfunctionandsub-functionsareconnectedtoeachother.Themainfunctionwillbecalledfromthecommandlineorthroughthegraphicaluserinterface,whichwillbepresentedlaterinthispaper.Inbothcasesthefunctioncallwillcontainthesamearguments.Formulti-levelsearchpurposesseparatemainfunctionshavebeenimplemented,butitispossibletoutilize“normal”functionsandaddoneparameter,wherethebestmatchesarraycanbetransferredforsecondastagecomparisonfunction.Themainfunctioncallsanimagereadfunctionwiththeimagesname.Thehistogramwillbereturnedtothemainfunction.Ifacolorspaceconversionisneeded,theconversionfunctionwillbecalledfromthereadfunctionwithr,gandbvectors.Thehistogramwillbereturnedtothecallingfunction.Finallythehistogrambuildfunctionwillbecalledwithconvertedcolorvectors.Thisfunctionreturnsaquantizedhistogram,whichwillgothroughallfunctionsuntilitachievesthemainfunction.Themainfunctioncallsthehistogramdifferencefunctionwithtwohistogramvectorsandwillgetadifferencevalueasaresponse.ThedifferencefunctionusesEuclidean-distancecalculation,butitcanbeeasilychangedtoanotheralgorithmduetothemodularityoftheprogram.Ifthedifferenceissmallerthanlargestdifferenceonabestmatchtable,thecurrentresultwillbewrittenoverthelastresultonthebestmatchtable.Afterthatthetableisarrangedagaininanascendingorderofdistance.Whenalltheimageshavebeenanalyzed,thesortedbestmatchtable,thenumberofdesiredoutputimages,thequeryimagesname,thesearchimagespathandthedatabasepatharetransferredtotheimage_posfunction.Thesevaluescanbetransferredintolargercomponents(vectors/containers).Nowtheprogramworksfasterwithseveralinputarguments,becausethereisnoneedforpickingupvariablesfromacontainer.2.4GraphicaluserinterfaceThegraphicaluserinterface(GUI)isanimportantpartofsoftwaredevelopment.ThedesigningoftheGUIhavetosolvethefollowingproblems:learningtime,speedofperformance,rateoferrorsbyusers,retentionov
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 三農產品品質管理方案
- 數(shù)據(jù)挖掘技術在業(yè)務智能化中的應用作業(yè)指導書
- 2025年青海貨運從業(yè)資格證考試模擬試題及答案大全解析
- 2025年河北貨運從業(yè)資格證考試題技巧
- 2025年保山a2貨運從業(yè)資格證模擬考試
- 2025年遼寧貨運從業(yè)資格證考試資料
- 2025年伊春c1貨運上崗證模擬考試
- 2024年高中語文第四單元第13課宇宙的邊疆課時優(yōu)案1含解析新人教版必修3
- 粵教版道德與法治九年級上冊2.1.2《政府社會治理的主要職責》聽課評課記錄
- 初中班主任教師工作計劃
- 最新如何進行隔代教育專業(yè)知識講座課件
- 當前警察職務犯罪的特征、原因及防范,司法制度論文
- 奧特萊斯專題報告(經典)-課件
- 《新制度經濟學》配套教學課件
- 計算機文化基礎單元設計-windows
- 廣東省保安服務監(jiān)管信息系統(tǒng)用戶手冊(操作手冊)
- DNA 親子鑒定手冊 模板
- 深刻認識民航安全工作的五個屬性
- DB33T 1233-2021 基坑工程地下連續(xù)墻技術規(guī)程
- 天津 建設工程委托監(jiān)理合同(示范文本)
- 運動技能學習與控制課件第六章注意與運動技能的控制
評論
0/150
提交評論