CAN CSA-ISO IEC 14496-16A-2013 Information technology - Coding of audio-visual objects - Part 16 Animation Framework eXtension (AFX) AMENDMENT 1 Efficient representation of 3D mesh.pdf
《CAN CSA-ISO IEC 14496-16A-2013 Information technology - Coding of audio-visual objects - Part 16 Animation Framework eXtension (AFX) AMENDMENT 1 Efficient representation of 3D mesh.pdf》由会员分享,可在线阅读,更多相关《CAN CSA-ISO IEC 14496-16A-2013 Information technology - Coding of audio-visual objects - Part 16 Animation Framework eXtension (AFX) AMENDMENT 1 Efficient representation of 3D mesh.pdf(17页珍藏版)》请在麦多课文档分享上搜索。
1、Information technology Coding of audio-visual objects Part 16: Animation Framework eXtension (AFX) AMENDMENT 1: Efficient representation of 3D meshes with multiple attributes Amendment 1:2013 (IDT) toNational Standard of CanadaCAN/CSA-ISO/IEC 14496-16:13(ISO/IEC 14496-16:2011, IDT)NOT FOR RESALE. /
2、PUBLICATION NON DESTINE LA REVENTE.Standards Update ServiceAmendment 1:2013 toCAN/CSA-ISO/IEC 14496-16:13January 2013Title:Information technology Coding of audio-visual objects Part 16: Animation Framework eXtension (AFX) AMENDMENT 1: Efficient representation of 3D meshes with multiple attributes Pa
3、gination:10 pages (iii preliminary and 7 text)To register for e-mail notification about any updates to this publicationgo to shop.csa.caclick on CSA Update ServiceThe List ID that you will need to register for updates to this publication is 2422254.If you require assistance, please e-mail techsuppor
4、tcsagroup.org or call 416-747-2233.Visit CSA Groups policy on privacy at csagroup.org/legal to find out how we protect your personal information.Reference numberISO/IEC 14496-16:2011/Amd.1:2011(E)ISO/IEC 2011INTERNATIONAL STANDARD ISO/IEC14496-16Fourth edition2011-11-01AMENDMENT 12011-12-01Informati
5、on technology Coding of audio-visual objects Part 16: Animation Framework eXtension (AFX) AMENDMENT 1: Efficient representation of 3D meshes with multiple attributes Technologies de linformation Codage des objets audiovisuels Partie 16: Extension du cadre danimation (AFX) AMENDEMENT 1: Reprsentation
6、 efficace de mailles 3D avec attributs multiples ISO/IEC 14496-16:2011/Amd.1:2011(E) COPYRIGHT PROTECTED DOCUMENT ISO/IEC 2011 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including p
7、hotocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211 Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org ii ISO/IEC 20
8、11 All rights reservedAmendment 1:2013 to CAN/CSA-ISO/IEC 14496-16:13ISO/IEC 14496-16:2011/Amd.1:2011(E) ISO/IEC 2011 All rights reserved iiiForeword ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for world
9、wide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in
10、 fields of mutual interest. Other international organizations, governmental and non-governmental, in liaison with ISO and IEC, also take part in the work. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. International Standards are draf
11、ted in accordance with the rules given in the ISO/IEC Directives, Part 2. The main task of the joint technical committee is to prepare International Standards. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an Inter
12、national Standard requires approval by at least 75 % of the national bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO and IEC shall not be held responsible for identifying any or all such patent rights. A
13、mendment 1 to ISO/IEC 14496-16:2011 was prepared by Joint Technical Committee ISO/IEC JTC 1, Information technology, Subcommittee SC 29, Coding of audio, picture, multimedia and hypermedia information. Amendment 1:2013 to CAN/CSA-ISO/IEC 14496-16:13Amendment 1:2013 to CAN/CSA-ISO/IEC 14496-16:13ISO/
14、IEC 14496-16:2011/Amd.1:2011(E) ISO/IEC 2011 All rights reserved 1Information technology Coding of audio-visual objects Part 16: Animation Framework eXtension (AFX) AMENDMENT 1: Efficient representation of 3D meshes with multiple attributes Add the following new 4.3.6 and renumber the curent 4.3.6 a
15、s 4.3.7: 4.3.6 Region-based representation of 3D meshes with multiple attributes 4.3.6.1 Introduction The IndexedRegionSet (IRS) node specified in the next Subclause is based on the IndexedFaceSet (IFS) one but, thanks to its associated Region node, described as well below, it allows to group the fa
16、ces of an IFS into subsets, or regions, to represent more naturally and code more efficiently 3D meshes of which some vertices have multiple attributes (colors, normal vectors or texture coordinates). The IRS concept is very adequate, for instance, to represent a mesh onto which several textures (on
17、e per mesh region) must be mapped. In this respect, IRS is somewhat related to the MultiTextureCoordinate nodes specified in 4.4.3, but IRS is more general, since it is not specifically designed for blending different textures in view-dependent rendering applications, nor exclusively targeted at spe
18、cifying several texture coordinates per vertex. Indeed, it is for example also possible to model and code with very few bits, thanks to IRS, 3D objects such as a dice (i.e., a cube) with one solid color per square face as a triangle mesh with six regions of two triangles each. A similar result could
19、 be achieved with IFS, thanks to its per corner mapping of attributes, but this would be less efficient from a bitstream size viewpoint. region 3 region 1 corner face vertex creaseregion 2 Figure Amd1.1 A vertex shared by three regions Figure Amd1.1 shows a triangle mesh vertex shared by eight trian
20、gles but only three regions, since just three of the edges incident to the vertex are part of region creases/frontiers. Region 1 contains three of the triangles shared by the vertex (and possibly others, not shown) whereas region 2 contains four and region 3 only one. Amendment 1:2013 to CAN/CSA-ISO
21、/IEC 14496-16:13ISO/IEC 14496-16:2011/Amd.1:2011(E) 2 ISO/IEC 2011 All rights reservedDefining mesh regions allows to specify attributes (not only texture coordinates) on a per wedge 39 basis, as well as to manage different texture images inside a single IRS node note that this is impossible with th
22、e classic IFS node. The concept of wedge itself suffices to eliminate the redundancy implicit to replicating the attributes for different corners of the same vertex with the same attributes, and does so in the most versatile way possible. If slightly less versatile, the regions of IRS are more usefu
23、l in practice since texture changes usually happen along edges. A region is unambiguously defined by specifying a connected subset of the mesh triangles, the vertices included in that region being the ones that define the triangles in this subset. Only one attribute (e.g., one (r, g, b) color triple
24、t or one (u, v) pair of texture coordinates) may be specified for each vertex inside a given region, but vertices sitting on region creases may have more attributes in their other region(s). 4.3.6.2 IndexedRegionSet node 4.3.6.2.1 Node interface IndexedRegionSet eventIn MFInt32 set_colorIndex eventI
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- CANCSAISOIEC1449616A2013INFORMATIONTECHNOLOGYCODINGOFAUDIOVISUALOBJECTSPART16ANIMATIONFRAMEWORKEXTENSIONAFXAMENDMENT1EFFICIENTREPRESENTATIONOF3DMESHPDF

链接地址:http://www.mydoc123.com/p-590425.html