簡易檢索 / 詳目顯示

研究生: 謝松翰
Sung-Han Hsieh
論文名稱: VidGeo: 支援內嵌地理資訊的多媒體影像播放暨編輯系統
VidGeo : A Multimedia Player and Editor for Videos with Embedded Geographic Information
指導教授: 項天瑞
Tien-Ruey Hsiang
口試委員: 戴碧如
Bi-Ru Dai
邱舉明
Ge-Ming Chiu
學位類別: 碩士
Master
系所名稱: 電資學院 - 資訊工程系
Department of Computer Science and Information Engineering
論文出版年: 2009
畢業學年度: 97
語文別: 中文
論文頁數: 65
中文關鍵詞: 多媒體編輯崁入式地理座標資訊
外文關鍵詞: GPS, multimedia
相關次數: 點閱:200下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • VidGeo系統是將地理資訊與多媒體檔案相互結合,可用來播放以及管理內嵌衛星定位資訊的影片檔案。在日常的應用上,VidGeo系統結合使用者拍攝的影像以及地理座標資訊,使影片播放時能同步顯示拍攝影片時行經之路徑,提升拍攝之短片的共享與記憶回顧能力。本系統除支援播放外亦提供多媒體檔案的編輯暨剪接能力,編輯之成果亦能保留對應之內嵌資訊。本論文研究如何處理地理資訊以及播放的技術,其中包括:(1)將衛星定位資訊內嵌到多媒體檔案中以及如何正常的播放多媒體檔案,並有效的運用地理資訊。(2)對衛星定位資訊做平滑化修正與合理顯示,(3)設計適當介面來顯示影片以及對應的地理資訊,(4)內嵌地理資訊座標之多媒體的編輯系統建置。本論文將以實際的資料,說明如何操作地理資料的管理與影片檔案的顯示介面,並利用平滑化方法將顯示畫面做適當修飾。


    We develop a system, called VidGeo, to embed GPS coordinates into
    video clips and simultaneously display corresponding trails on a map
    during video playback. Through videos with embedded GPS information,
    users' sharing experience can be greatly enhanced. This thesis
    develops techniques to handle videos with embedded GPS tracks,
    including (1) Embedding GPS information into different video formats;
    (2) Compressing GPS information and smoothing GPS tracks; (3)
    Designing UI to simultaneously display videos and maps; (4) Processing
    GPS tracks during video editing. We also build a prototype system to
    demonstrate our results.

    1 簡介 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1 簡介 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 研究動機 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3 研究目的 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.4 論文架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2 文獻探討 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.1 全球定位系統 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.2 GPS誤差 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.2.1 與衛星有關的誤差 . . . . . . . . . . . . . . . . . . . . . . . . 7 2.2.2 與傳播路徑有關的誤差 . . . . . . . . . . . . . . . . . . . . . . 8 2.2.3 與接收器有關的誤差 . . . . . . . . . . . . . . . . . . . . . . . 9 2.3 GPS誤差修正 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 2.4 GPS座標格式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.4.1 NME標準格式 . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2.4.2 通用GPS資料交換格式 . . . . . . . . . . . . . . . . . . . . . . 14 2.4.3 鎖孔標記語言 . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 2.5 線型地物縮編 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.1 即時縮編技術 . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.2 隨選式網路地圖 . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.3 縮編演算法 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.6 可交換圖像文件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 3 專利探討 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 3.1 地理資訊相關專利 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 3.2 GPS相關專利 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 3.3 GPS定位 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 3.4 GPS資料 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 4 VidGeo系統 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 4.1 VidGeo的架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 4.2 影片檔案播放元件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 4.2.1 影片播放元件架構 . . . . . . . . . . . . . . . . . . . . . . . . 32 4.2.2 影片播放元件之運作 . . . . . . . . . . . . . . . . . . . . . . . 34 4.2.3 模組化設計 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 4.3 影片檔案編輯元件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 4.3.1 內嵌地理資訊之影片檔案. . . . . . . . . . . . . . . . . . . . 38 4.3.2 影片檔案內嵌地理資訊處理方式 . . . . . . . . . . . . . . . . 38 4.3.3 影片內嵌衛星定位資料 . . . . . . . . . . . . . . . . . . . . . . 40 4.3.4 內嵌衛星定位資料檔案的編輯方式 . . . . . . . . . . . . . . . 41 5 VidGeo系統實作 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 5.1 影片檔案播放元件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 5.2 影片檔案編輯元件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 6 結論與未來展望 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 參考文獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51

    [1] J. Zagami, S. Parl, J. Bussgang, and K. Melillo, \Providing universal location services using a wireless e911location network," IEEE Communications Maga-
    zine, Jan 1998.
    [2] D. Hafield, "A report on technical and operational issues impacting the provi- sion of wireless enhanced 911 services," Federal Communications Commission,
    Jan 2002.
    [3] E. Kaplan and C. Hegarty, "[book] understanding gps: principles and applica-
    tions," Artech House, Jan 2006.
    [4] M. Grewal, L. Weill, A. Andrews, and J. Wiley, "Global positioning systems,
    inertial navigation, and integration," doi.wiley.com, Jan 2001.
    [5] Google, "Google earth," http://earth.google.com/, 2009.
    [6] T. S. C. on AV & IT Storage Systems and Equipment, "Exchangeable image file
    format for digital still cameras," Japan Electronics and Information Technology
    Industries Association, p. 154, Apr 2002.
    [7] J. Werb and C. Lanzl, "Designing a positioning system for finding things and
    peopleindoors," IEEE Spectrum, Jan 1998.
    [8] L. Lyon and M. Burcham, "Tracking elk hunters with the global positioning
    system," fs.fed.us, Jan 1998.
    [9] P. Misra and P. Enge, "[book] global positioning system: signals, measurements,
    and performance," Ganga-Jamuna Press Lincoln, USA, Jan 2001.
    [10] E. D. Kaplan and C. J. Hegarty, "Understanding gps: principles and applica-
    tions," p. 703, Jan 2006.
    [11] A. Leick, "Gps satellite surveying," p. 435, Jan 2004.
    [12] A. El-Rabbany, "Introduction to gps: the global positioning system," p. 176,Jan 2002.
    [13] G. Seeber, "Satellite geodesy," p. 589, Jan 2003.
    [14] N. M. E. Association, "Nmea," www.nmea.org, 2008.
    [15] J. Mehaffey, J. Yeazel, and D. DePriest, "Nmea data," www.gpsinformation.org,2008.
    [16] TopoGrafix, "Gpx: the gps exchange format," www.topografix.com, 2007.
    [17] OGC, "Keyhole markup language," www.opengeospatial.org, 2009.
    [18] A. Cecconi and T. Vacallo, "Integration of cartographic generalization and
    multi-scale databases for enhanced web mapping," geo.uzh.ch, Jan 2003.
    [19] C. Beijing, "Generalizing xml-encoded spatial data on the web," train-
    ing.esri.com.
    [20] P. Heckbert, M. Garland, and C. U. ldots, "Survey of polygonal surface simpli-
    fication algorithms," citeseer.comp.nus.edu.sg, Jan 1997.
    [21] M. Visvalingam and J. Whyatt, "The douglas-peucker algorithm for line sim-
    plification: Re-evaluation through visualization," Computer Graphics Forum,
    Jan 1990.
    [22] R. McMaster and K. Shea, "Generalization in digital cartography," or-
    ton.catie.ac.cr, Jan 1992.
    [23] C. M. Chen, "Gps navigation apparatus with photographing function and
    method for dealing with digital photograph," I295042, 2008.
    [24] 智基科技開發股份有限公司, "可記錄地點之數位影像擷取系統" 中華民國發明公開第200514997號, May 2005.
    [25] 聯華電信股份有限公司, "利用無線電傳呼之差分全球定位系統" 中華民國發明公告第480342號, Mar 2002.
    [26] A. T. CORPORATION, "Dual mode location positioning system," 中華民國發明公告第I292831號, Jan 2008.
    [27] 陳福地與陳金堂, "具追蹤之行車警示器" 中華民國發明公告第M343611號, Nov 2008.
    [28] 無敵科技股份有限公司, "具全球定位資訊之影像資料管理方法及其系統" 中華民國發明公開第200736941號, Oct 2007.
    [29] A. E. T. INC, "Charging system capable of attaching positional information to image file," 中華民國發明公告第M333651號, Jan 2008.

    無法下載圖示 全文公開日期 2014/08/03 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE