ImageVerifierCode 换一换
格式:PPT , 页数:41 ,大小:1.49MB ,
资源ID:389483      下载积分:2000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【http://www.mydoc123.com/d-389483.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Supervised by Prof. LYU, Rung Tsong Michael.ppt)为本站会员(livefirmly316)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

Supervised by Prof. LYU, Rung Tsong Michael.ppt

1、Supervised by Prof. LYU, Rung Tsong Michael,Department of Computer Science & Engineering The Chinese University of Hong Kong,Prepared by: Chan Pik Wah, PatNgai Cheuk Han, Table,LYU0102 XML for Interoperable Digital Video Library,Outline,Introduction to XVIP Review of Project Extraction Techniques Fa

2、ce Detection Speech Recognition Presentation XSL SMIL Transformation,Motivations,Rapid increase in the usage of multimedia information New approach: DIGITAL VIDEO LIBRARY,Project Outline,Motivations,Little attention paying on video information extraction and storage Scalability of the system in term

3、s of adding new extraction components Lack of a generic framework for presentation and visualization of video information,Project Outline,Overview of XVIP,Project Outline,Achievements in last semester,Project Outline,Achievements in this semester,Project Outline,Extraction Techniques,Extraction Tech

4、niques,Face Detection,Object-presence detections are also an important technique. Identify and index features to support image similarity matching. Face detection is a good example,Extraction Techniques,Face Detection,Name of people appearing in the video How they are interacting with the environmen

5、t More searchable,Extraction Techniques,Face Detection,Neural Network-Based Algorithm The basic algorithm used for face detection,Extraction Techniques,Face Detection,Face Recognition Facial Expression Analysis Enrich the XML Easier for user to search the content of video,Extraction Techniques,Speec

6、h Recognition,Speech recognition technology can make any spoken data useful for library indexing and retrieval,Extraction Techniques,Speech Recognition Engine,Extraction Techniques,Speech Recognition,ViaVoice Error rate 50%,Extraction Techniques,Presentation of the video,XML to SMIL Transformation S

7、MIL XSL Transformation process,SMIL,SMIL,SMIL stands for Synchronized Multimedia Integration Language is currently a W3C Recommendation. It is a markup language that can synchronize and integrate multimedia. It enables authors to specify when and what should be presented.,SMIL,Advantages,SMIL is tex

8、t-based Easy to develop with a text editor Generate customized presentations Due to text-based, can generate customized SMIL file for each visitor based on preferences recorded in the visitors browser SMIL effort is led by the W3C W3C tries to shape a specification that is beneficial to all parties

9、involved. Avoid using container formats. SMIL can stream many media formats, need not to merge clips into a single streaming file.,SMIL,Document Structure,Quite similar to the structure of HTML document. SMIL has the , , and elements. SMIL is case-sensitive, all the tags should be written in lower c

10、ase. SMIL is XML-based, so all the tags should be ended properly.,A SMIL document example: Here is the head Here is the body ,SMIL,Head,It normally includes the , , and element as the children of .,SMIL,Body,It allows user to design when and what to be displayed in the regions defined in the head of

11、 the document. The media object elements allow the inclusion of different media objects into a SMIL presentation. Media objects are included by reference (using a URI). Different types of media object(animation, audio, img, video, text or textstream) is reflected in the element name .,SMIL,Timing an

12、d Synchronization,Sequence Example:,Parallel Example: ,SMIL,Players and Browsers,RealPlayer RealNetworks RealPlayer is one of the best-equipped Web multimedia players around. The G2 version of RealPlayer started supporting SMIL. SMIL for RealPlayer is the most dominant use of SMIL nowadays. QuickTim

13、e GRiNS Internet Explorer Approaching SMIL from the browser side,SMIL,XSL,Stands for “Extensible Stylesheet Language” XSL is the language defined by the W3C to add formatting information to XML data. Stylesheets allow data to be formatted based on the structure of the data, so one stylesheet can be

14、used with many similar XML documents.,XSL,XSL,XSL consists of two different standards: Transformation language (XSLT) A common language for transforming one XML document into another Defines how to create a result tree from a source tree. Formatting objects (FO) specifications for how to display doc

15、ument content currently no XSL-FO processing applications in common use.,XSL,Working Principles,XSL,XSLT Processors,Xalan both Xalan C+ (using C+) and Xalan-J (using Java) available Saxon runs on Java MSXML Can be used in VB, VC+, scripts,XSL,Transformation Process,Input files: XML file generated af

16、ter doing video information extraction (e.g. speech recognition, scene change detection, VOCD ) Data files in XML format for the additional information (e.g. details of major cities, famous people),Transformation,Transformation Process,Output files for SMIL presentation: a .smil file for layout and

17、synchronization of the whole presenetation some .rt files for realtext (e.g. displaying transcript of the video, details of major cities and famous people),Transformation,Design 1,Write the whole transformer with our own code. Details: Use VC+ to read all the input files, get the information and com

18、bine them. Create the output the files for the SMIL presentation, simply using fprintf in VC+.,Transformation,Design 1,Disadvantage:The layout and design of the SMIL presentation needed to be hard-coded in the VC+ program, make it program-dependent. The layout and design of the presentation is incon

19、venient to be changed by user. The transformer is hard to extend as whenever a new module is added, a lot modification on the program is needed.,Transformation,Design 1 with modification,Provide an additional file or interface as a template for user to define the layout or design the SMIL presentati

20、on.Disadvantage: The flexibility provided is still limited. Not a standard way to define a template.,Transformation,Design 2,Use XSLT processor assisting the XML to SMIL transformation. User can define their own template with XSL. Advantage: Program-independent Extensible Standard templates,Transfor

21、mation,Transformation Process,Two Parts: Knowledge Enrichment - Combine the data files of additional information with the original XML file generated after video information extraction Create output files - Use the enriched result to create the output files for the SMIL presentation using XSL.,Trans

22、formation,Knowledge Enrichment,Do combination between the two XML files Since XSLT cannot read 2 input files and it is not target for comparing and combining files. We have to implement this part with our own code.,Transformation,Combined XML,This XML file contains the details of the additional info

23、rmation that will be used in the SMIL presentation.,香港 中國南部一個沿海城市 China紐約 隸屬美國紐約州的城市 America,Transformation,Create output files,For different realtext files,Transformation,Create output files,For the SMIL file It contains layout and content to be displayed in different regions An XSL file defining t

24、he presentation layout is required Different regions need different XML data file storing the relative information Different regions have different timing and synchronization order for each child object Challenge Need to combine all the above information together, with proper layout for the presenta

25、tion and correct displaying order for each child object in different media.,Transformation,Create output files,Limitation of XSL: It can only read one input data file and one XSL file, and generate one output. It cannot do combination between files. Solution: We use separate XSL files to generate th

26、e layout of the whole presentation and the displaying order for the required regions. Then, combining the generated result together with our own code.,Transformation,Create output files,Solution,Combine-city.xml,Mapdisplay .xsl (XSLT),Map-display. txt,(Combination),.Smil,Combine-peop.xml,Peopdisplay. Xsl (XSLT),Peopdisplay. txt,Transformation,THE END,

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1