Decoding method, encoding method, decoding device, and encoding device
Patent Information
- Authority / Receiving Office
- JP · JP
- Patent Type
- Applications
- Filing Date
- 2024-05-01
- Publication Date
- 2026-05-19
AI Technical Summary
Current encoding and decoding methods for three-dimensional mesh data face challenges in efficiently processing and reconstructing meshes due to differences in subdivision processes, leading to inappropriate combination of submeshes during decoding.
A decoding method that differentiates the subdivision process for boundary edges from other edges by determining the number of times and methods of subdivision, allowing for appropriate combination of submeshes by performing specific division processes based on the edge type.
Enables accurate reconstruction of three-dimensional meshes by ensuring that submeshes are divided and combined correctly, improving the overall decoding efficiency and accuracy.
Abstract
Description
Decoding method, encoding method, decoding device, and encoding device
[0001] The present disclosure relates to a decoding method and the like.
[0002] In US Pat. No. 6,299,549 a method and apparatus for encoding and decoding three-dimensional mesh data is proposed.
[0003] Japanese Patent Application Laid-Open No. 2006-187015
[0004] Further improvements are desired in the encoding or decoding process for three-dimensional data. The present disclosure aims to improve the encoding or decoding process for three-dimensional data.
[0005] A decoding method according to one aspect of the present disclosure decodes, from a bitstream, positional information of a plurality of vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the plurality of vertices, and determines whether a first number, which is the number of times that the plurality of edges constituting the first submesh are divided, is the same as a second number, which is the number of times that a boundary edge, which is an edge shared by a second submesh divided from the three-dimensional mesh, and the first submesh, is divided; if the first number and the second number are different, the boundary edge is divided by performing a first division process, and the edges that are not the boundary edges are divided by performing a second division process that is different from the first division process.
[0006] These comprehensive or specific aspects may be realized as a system, an apparatus, a method, an integrated circuit, a computer program, or a non-transitory recording medium such as a computer-readable CD-ROM, or may be realized as any combination of a system, an apparatus, a method, an integrated circuit, a computer program, and a recording medium.
[0007] The present disclosure may contribute to improvements in decoding processes and the like related to three-dimensional data.
[0008] 1 is a conceptual diagram showing a three-dimensional mesh according to an embodiment. FIG. 2 is a conceptual diagram showing basic elements of a three-dimensional mesh according to an embodiment. FIG. 3 is a conceptual diagram showing mapping according to an embodiment. FIG. 4 is a block diagram showing a configuration example of an encoding / decoding system according to an embodiment. FIG. 5 is a block diagram showing a configuration example of an encoding device according to an embodiment. FIG. 6 is a block diagram showing another configuration example of an encoding device according to an embodiment. FIG. 7 is a block diagram showing another configuration example of a decoding device according to an embodiment. FIG. 8 is a block diagram showing another configuration example of a decoding device according to an embodiment. FIG. 9 is a block diagram showing another configuration example of a decoding device according to an embodiment. FIG. 10 is a conceptual diagram showing another configuration example of a bit stream according to an embodiment. FIG. 11 is a conceptual diagram showing yet another configuration example of a bit stream according to an embodiment. FIG. 12 is a block diagram showing a specific example of an encoding / decoding system according to an embodiment. FIG. 13 is a conceptual diagram showing an example configuration of point cloud data according to an embodiment. FIG. 14 is a conceptual diagram showing an example data file of point cloud data according to an embodiment. FIG. 15 is a conceptual diagram showing an example configuration of mesh data according to an embodiment. FIG. 16 is a conceptual diagram showing an example data file of mesh data according to an embodiment. FIG. 17 is a conceptual diagram showing types of three-dimensional data according to an embodiment. FIG. 18 is a block diagram showing an example configuration of a three-dimensional data encoder according to an embodiment. FIG. 19 is a block diagram showing an example configuration of a three-dimensional data decoder according to an embodiment. FIG. 19 is a block diagram showing another configuration example of a three-dimensional data encoder according to an embodiment. FIG. 19 is a block diagram showing another configuration example of a three-dimensional data decoder according to an embodiment. FIG. 1 is a conceptual diagram showing a specific example of encoding processing according to an embodiment. FIG. 2 is a conceptual diagram showing a specific example of decoding processing according to an embodiment. FIG. 3 is a block diagram showing an implementation example of an encoding device according to an embodiment. FIG. 4 is a block diagram showing an implementation example of a decoding device according to an embodiment. FIG. 5 is a block diagram showing another configuration example of an encoding / decoding system according to an embodiment. FIG. 6 is a block diagram showing another configuration example of an encoding device according to an embodiment. FIG. 7 is a block diagram showing another configuration example of a decoding device according to an embodiment. FIG. 8 is a block diagram showing a detailed configuration example of an encoding device according to an embodiment. FIG. 9 is a block diagram showing a modified example of the detailed configuration of an encoding device according to an embodiment. FIG. 10 is a flow diagram showing processing of an encoding device according to an embodiment. FIG. 11 is an explanatory diagram conceptually showing encoding of a mesh frame according to an embodiment.1 is a block diagram showing an example of a detailed configuration of a decoding device according to an embodiment; FIG. 2 is a block diagram showing a modified example of the detailed configuration of a decoding device according to an embodiment; FIG. 3 is a flow diagram showing processing by a decoding device according to an embodiment; FIG. 4 is an explanatory diagram conceptually showing decoding of a mesh frame according to an embodiment; FIG. 5 is an explanatory diagram showing an example of subdivision according to an embodiment; FIG. 6 is an explanatory diagram showing an example of displacement of vertices after displacement after subdivision according to an embodiment; FIG. 7 is an explanatory diagram showing example vertices of an original mesh according to an embodiment; FIG. 8 is an explanatory diagram showing an example of a mesh according to an embodiment; FIG. 9 is an explanatory diagram showing an example of division of a mesh into sub-meshes according to an embodiment; FIG. 10 is a first explanatory diagram showing an example of packing displacement information into an image frame according to an embodiment; FIG. 11 is a second explanatory diagram showing an example of packing displacement information into an image frame according to an embodiment; FIG. 12 is a third explanatory diagram showing an example of packing displacement information into an image frame according to an embodiment; FIG. 13 is a diagram showing an example of two subdivided sub-meshes with boundary edges according to an embodiment; FIG. 14 is a flow diagram showing processing by a decoding device according to an embodiment; FIG. 15 is a diagram for explaining an example of boundary edges and non-boundary edges according to an embodiment; FIG. 16 is a diagram for explaining another example of boundary edges and non-boundary edges according to an embodiment; FIG. 17 is a diagram showing an example of syntax for signaling different subdivision types and subdivision counts in a header according to an embodiment. FIG. 1 is a diagram for explaining an example of syntax for signaling a subdivision type and a subdivision count using a sequence parameter set according to an embodiment. FIG. 2 is a diagram for explaining an example of syntax for determining a subdivision type and a subdivision count using a sequence parameter set according to an embodiment, and for checking whether an edge is on a boundary. FIG. 3 is a flow diagram showing an example of a process for dividing multiple edges that constitute a submesh according to an embodiment. FIG. 4 is a diagram for explaining a first example of a process for dividing multiple edges that constitute a submesh according to an embodiment. FIG. 5 is a diagram for explaining a second example of a process for dividing multiple edges that constitute a submesh according to an embodiment. FIG. 6 is a diagram for explaining a third example of a process for dividing multiple edges that constitute a submesh according to an embodiment. FIG. 7 is a diagram for explaining a fourth example of a process for dividing multiple edges that constitute a submesh according to an embodiment.Fig. 10 is a diagram for explaining a fifth example of a process for dividing a plurality of edges constituting a submesh according to an embodiment; Fig. 11 is a diagram for explaining a sixth example of a process for dividing a plurality of edges constituting a submesh according to an embodiment; Fig. 12 is a flow diagram showing an example of a basic decoding process according to an embodiment; Fig. 13 is a flow diagram showing an example of a basic encoding process according to an embodiment;
[0009] Introduction Three-dimensional (3D) meshes are used in computer graphics images, which may be composed of multiple temporally distinct frames, each of which may be represented by a 3D mesh.
[0010] A 3D mesh is composed of vertex information indicating the positions of each of the vertices in 3D space, connectivity information indicating the connections between the vertices, and attribute information indicating the attributes of each vertex or face. Each face is constructed according to the connectivity between the vertices. Various computer graphics images can be expressed using such 3D meshes.
[0011] Furthermore, for transmission and storage of the 3D mesh, efficient encoding and decoding of the 3D mesh is expected. For efficient encoding and decoding of the 3D mesh, arithmetic coding and decoding may be used.
[0012] Further improvements are desired in the encoding or decoding process for three-dimensional data. The present disclosure aims to improve the encoding or decoding process for three-dimensional data.
[0013] Below, examples of inventions that can be obtained from the disclosure of this specification will be given, and the effects and the like that can be obtained from these inventions will be explained.
[0014] Therefore, the decoding method of Example 1 decodes, from a bitstream, position information of multiple vertices constituting a first submesh divided from a three-dimensional mesh and connection information regarding the connection relationships of the multiple vertices, and determines whether a first number, which is the number of times the multiple edges constituting the first submesh are divided, is the same as a second number, which is the number of times a boundary edge, which is an edge shared by a second submesh divided from the three-dimensional mesh, and the first submesh, is divided; if the first number and the second number are different, the boundary edge is divided by performing a first division process, and the edges that are not the boundary edges are divided by performing a second division process that is different from the first division process.
[0015] As a result, according to the decoding method of the present disclosure, when dividing the multiple edges constituting a submesh, boundary edges can be divided differently from other edges. For example, the divided position of a boundary edge may differ when the boundary edge is divided in a first submesh and when the boundary edge is divided in a second submesh. In such a case, the first submesh whose edge is divided and the second submesh whose edge is divided may not be properly combined. Therefore, the decoding method of the present disclosure divides the boundary edges differently from other edges so that the first submesh whose edge is divided and the second submesh whose edge is divided can be properly combined. As a result, according to the decoding method of the present disclosure, submeshes can be divided so that a three-dimensional mesh can be reconstructed by properly combining multiple submeshes.
[0016] The decoding method of Example 2 may be the decoding method of Example 1, further comprising determining whether the boundary edge is included in the plurality of sides, and, if it is determined that the boundary edge is included in the plurality of sides, determining whether the first number of times and the second number of times are the same number of times.
[0017] As a result, according to the decoding method of the present disclosure, the multiple edges that make up the submesh containing the boundary edge can be divided so that they can be appropriately combined with other submeshes divided from the three-dimensional mesh.
[0018] The decoding method of Example 3 is the decoding method of Example 1 or Example 2, and the first division process and the second division process may differ in the number of times an edge is divided.
[0019] As a result, according to the decoding method of the present disclosure, even if the number of times the multiple edges constituting each submesh divided from the same three-dimensional mesh (i.e., one three-dimensional mesh) are divided differs, the number of times the boundary edges are divided can be made uniform for each submesh.
[0020] The decoding method of Example 4 is any one of the decoding methods of Examples 1 to 3, and the first division process and the second division process may differ in the method of dividing an edge.
[0021] As a result, according to the decoding method disclosed herein, even if the methods for dividing the multiple edges that make up each submesh divided from the same three-dimensional mesh are different, the method for dividing the boundary edges can be consistent for each submesh.
[0022] The decoding method of Example 5 is any of the decoding methods of Examples 1 to 4, and in the first division process and the second division process, the edge to be divided may be divided by generating a new vertex on the edge to be divided.
[0023] As a result, according to the decoding method of the present disclosure, vertices can be added to multiple edges that make up the submesh.
[0024] The decoding method of Example 6 may be any of the decoding methods of Examples 1 to 5, and may decode from the bitstream at least one of first number information indicating the first number of times, second number information indicating the second number of times, first method information indicating a method for dividing the boundary edge in the first division process, and second method information indicating a method for dividing an edge that is not the boundary edge in the second division process.
[0025] As a result, according to the decoding method of the present disclosure, the submeshes can be divided so that a three-dimensional mesh can be reconstructed by appropriately combining multiple submeshes.
[0026] The encoding method of Example 7 acquires position information of a plurality of vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the plurality of vertices, and encodes into a bitstream (i) the position information, (ii) the connection information, (iii) first number information indicating a first number of times that the plurality of edges constituting the first submesh are to be divided, (iv) second number information indicating a second number of times that a boundary edge, which is an edge shared by a second submesh divided from the three-dimensional mesh and the first submesh, is to be divided, (v) first method information indicating a method of dividing the boundary edge, and (vi) second method information indicating a method of dividing an edge that is not the boundary edge.
[0027] As a result, according to the encoding method of the present disclosure, the submeshes can be divided so that a decoding device that has acquired a bitstream can reconstruct a three-dimensional mesh that is an appropriate combination of multiple submeshes.
[0028] The decoding device of Example 8 includes a memory and a circuit that can access the memory. In operation, the circuit decodes, from a bit stream, position information of a plurality of vertices that constitute a first submesh divided from a three-dimensional mesh and connection information regarding the connection relationships of the plurality of vertices, determines whether a first number of times, which is the number of times that a plurality of edges that constitute the first submesh are divided, is the same as a second number of times, which is the number of times that a boundary edge, which is an edge shared by a second submesh divided from the three-dimensional mesh and the first submesh, is divided, and if the first number of times and the second number of times are different, divides the boundary edge by performing a first division process, and divides the edge that is not the boundary edge by performing a second division process that is different from the first division process.
[0029] As a result, the decoding device of the present disclosure can divide boundary edges differently from other edges when dividing multiple edges constituting a submesh. For example, the divided position of a boundary edge may differ when the boundary edge is divided in a first submesh and when the boundary edge is divided in a second submesh. In such a case, the first submesh whose edge is divided and the second submesh whose edge is divided may not be properly combined. Therefore, the decoding device of the present disclosure divides boundary edges differently from other edges so that the first submesh whose edge is divided and the second submesh whose edge is divided can be properly combined. As a result, the decoding device of the present disclosure can divide submeshes so that a 3D mesh can be reconstructed by properly combining multiple submeshes.
[0030] The encoding device of Example 9 includes a memory and a circuit that can access the memory. In operation, the circuit acquires position information of a plurality of vertices that constitute a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the plurality of vertices, and encodes into a bitstream (i) the position information, (ii) the connection information, (iii) first number information indicating a first number of times that the plurality of edges that constitute the first submesh are to be divided, (iv) second number information indicating a second number of times that a boundary edge, which is an edge shared by a second submesh divided from the three-dimensional mesh and the first submesh, is to be divided, (v) first method information indicating a method of dividing the boundary edge, and (vi) second method information indicating a method of dividing an edge that is not the boundary edge.
[0031] As a result, according to the encoding device of the present disclosure, the submeshes can be divided so that a decoding device that has acquired the bitstream can reconstruct a three-dimensional mesh that is an appropriate combination of multiple submeshes.
[0032] Furthermore, these comprehensive or specific aspects may be realized as a system, an apparatus, a method, an integrated circuit, a computer program, or a non-transitory recording medium such as a computer-readable CD-ROM, or may be realized as any combination of a system, an apparatus, a method, an integrated circuit, a computer program, and a recording medium.
[0033] <Expressions and Terms> The following expressions and terms are used herein.
[0034] (1) Three-dimensional Mesh A three-dimensional mesh is a collection of multiple faces, and represents, for example, a three-dimensional object. A three-dimensional mesh is mainly composed of vertex information, connectivity information, and attribute information. A three-dimensional mesh may be expressed as a polygon mesh or a mesh. A three-dimensional mesh may also vary over time. A three-dimensional mesh may include metadata related to the vertex information, connectivity information, and attribute information, and may also include other additional information.
[0035] (2) Vertex Information Vertex information is information indicating a vertex. For example, the vertex information indicates the position of a vertex in a three-dimensional space. Furthermore, a vertex corresponds to a vertex of a face that constitutes a three-dimensional mesh. Vertex information may be expressed as "geometry." Furthermore, vertex information may be expressed as position information.
[0036] (3) Connection Information Connection information is information that indicates connections between vertices. For example, connection information indicates connections for forming faces or edges of a three-dimensional mesh. Connection information may be expressed as "Connectivity." Connection information may also be expressed as face information.
[0037] (4) Attribute Information Attribute information is information that indicates attributes of a vertex or a face. For example, attribute information indicates attributes such as a color, an image, and a normal vector associated with a vertex or a face. Attribute information may be expressed as "texture."
[0038] (5) Faces A face is an element that makes up a three-dimensional mesh. Specifically, a face is a polygon on a plane in three-dimensional space. For example, a face can be defined as a triangle in three-dimensional space.
[0039] (6) Plane A plane is a two-dimensional plane in a three-dimensional space. For example, a polygon is formed on a plane, and multiple polygons are formed on multiple planes.
[0040] (7) Bitstream: A bitstream corresponds to coded information. A bitstream may also be referred to as a stream, a coded bitstream, a compressed bitstream, or a coded signal.
[0041] (8) Encoding and Decoding The term encoding may be substituted with terms such as storing, including, writing, describing, signaling, sending, notifying, saving, or compressing, and these terms may be interchangeable. For example, encoding information may mean including the information in a bitstream. Also, encoding information into a bitstream may mean encoding the information to generate a bitstream that includes the encoded information.
[0042] Additionally, the term "decode" may be replaced with terms such as "read," "decode," "read," "load," "derive," "obtain," "receive," "extract," "reconstruct," "reconstruct," "decompress," or "decompress," and these terms may be interchangeable. For example, decoding information may mean obtaining information from a bitstream. Decoding information from a bitstream may mean decoding the bitstream to obtain information contained in the bitstream.
[0043] (9) Ordinal Numbers In the description, ordinal numbers such as first and second may be assigned to components, etc. These ordinal numbers may be changed as appropriate. Furthermore, new ordinal numbers may be assigned to components, etc., or removed. Furthermore, these ordinal numbers may be assigned to elements in order to identify them, and may not correspond to a meaningful order.
[0044] <Three-dimensional mesh> Fig. 1 is a conceptual diagram showing a three-dimensional mesh according to this embodiment. A three-dimensional mesh is composed of multiple faces. For example, each face is a triangle. The vertices of these triangles are defined in three-dimensional space. The three-dimensional mesh then represents a three-dimensional object. Each face may have a color or an image.
[0045] FIG. 2 is a conceptual diagram showing the basic elements of a three-dimensional mesh according to this embodiment. A three-dimensional mesh is composed of vertex information, connection information, and attribute information. The vertex information indicates the positions of the vertices of a face in three-dimensional space. The connection information indicates the connections between the vertices. A face can be identified by the vertex information and connection information. In other words, a colorless three-dimensional object is formed in three-dimensional space by the vertex information and connection information.
[0046] The attribute information may be associated with a vertex or a face. The attribute information associated with a vertex may be expressed as "Attribute Per Point." The attribute information associated with a vertex may indicate an attribute of the vertex itself, or may indicate an attribute of a face connected to the vertex.
[0047] For example, a color may be associated with a vertex as attribute information. The color associated with a vertex may be the color of the vertex itself, or the color of a face connected to the vertex. The color of a face may be the average of multiple colors associated with multiple vertices of the face. Furthermore, a normal vector may be associated with a vertex or a face as attribute information. Such a normal vector can represent the front and back of a face.
[0048] A two-dimensional image may be associated with a surface as attribute information. The two-dimensional image associated with a surface is also expressed as a texture image or an "Attribute Map." Information indicating mapping between the surface and the two-dimensional image may be associated with the surface as attribute information. Information indicating such mapping may be expressed as mapping information, vertex information of a texture image, texture coordinates, or "Attribute UV Coordinate."
[0049] Furthermore, information such as color, image, and moving image used as attribute information may be expressed as "parametric space."
[0050] The attribute information allows texture to be reflected on the three-dimensional object. That is, a three-dimensional object having color is formed in three-dimensional space based on the vertex information, connection information, and attribute information.
[0051] In the above, the attribute information is associated with the vertices or faces, but it may also be associated with the edges.
[0052] 3 is a conceptual diagram illustrating mapping according to this embodiment. For example, a region of a two-dimensional image on a two-dimensional plane can be mapped onto a surface of a three-dimensional mesh in three-dimensional space. Specifically, coordinate information of the region in the two-dimensional image is associated with the surface of the three-dimensional mesh. As a result, an image of the mapped region in the two-dimensional image is reflected on the surface of the three-dimensional mesh.
[0053] By using the mapping, the 2D image used as attribute information can be separated from the 3D mesh. For example, in encoding the 3D mesh, the 2D image may be encoded by an image encoding method or a video encoding method.
[0054] <System Configuration> Fig. 4 is a block diagram showing an example of the configuration of a coding / decoding system according to this embodiment. In Fig. 4, the coding / decoding system includes a coding device 100 and a decoding device 200.
[0055] For example, the encoding device 100 obtains a three-dimensional mesh and encodes the three-dimensional mesh into a bitstream. Then, the encoding device 100 outputs the bitstream to the network 300. For example, the bitstream includes the encoded three-dimensional mesh and control information for decoding the encoded three-dimensional mesh. By encoding the three-dimensional mesh, information about the three-dimensional mesh is compressed.
[0056] The network 300 transmits a bitstream from the encoding device 100 to the decoding device 200. The network 300 may be the Internet, a wide area network (WAN), a local area network (LAN), or a combination of these. The network 300 is not necessarily limited to bidirectional communication, and may be a unidirectional communication network for terrestrial digital broadcasting, satellite broadcasting, or the like.
[0057] Furthermore, the network 300 can be replaced by a recording medium such as a DVD (Digital Versatile Disc) or a BD (Blu-Ray Disc (registered trademark)).
[0058] The decoding device 200 obtains a bitstream and decodes a three-dimensional mesh from the bitstream. By decoding the three-dimensional mesh, information about the three-dimensional mesh is expanded. For example, the decoding device 200 decodes the three-dimensional mesh according to a decoding method corresponding to the encoding method used by the encoding device 100 to encode the three-dimensional mesh. That is, the encoding device 100 and the decoding device 200 perform encoding and decoding according to encoding methods and decoding methods that correspond to each other.
[0059] The 3D mesh before encoding may also be referred to as an original 3D mesh, and the 3D mesh after decoding may also be referred to as a reconstructed 3D mesh.
[0060] 5 is a block diagram showing an example of the configuration of a coding device 100 according to this embodiment. For example, the coding device 100 includes a vertex information encoder 101, a connection information encoder 102, and an attribute information encoder 103.
[0061] The vertex information encoder 101 is an electrical circuit that encodes vertex information. For example, the vertex information encoder 101 encodes the vertex information into a bitstream according to a format defined for the vertex information.
[0062] The connection information encoder 102 is an electrical circuit that encodes the connection information, for example, the connection information encoder 102 encodes the connection information into a bitstream according to a format defined for the connection information.
[0063] The attribute information encoder 103 is an electric circuit that encodes the attribute information. For example, the attribute information encoder 103 encodes the attribute information into a bit stream in accordance with a format defined for the attribute information.
[0064] The vertex information, connectivity information, and attribute information may be coded using variable-length coding or fixed-length coding, such as Huffman coding or context-adaptive binary arithmetic coding (CABAC).
[0065] The vertex information encoder 101, the connection information encoder 102, and the attribute information encoder 103 may be integrated together, or each of the vertex information encoder 101, the connection information encoder 102, and the attribute information encoder 103 may be further subdivided into multiple components.
[0066] 6 is a block diagram showing another example of the configuration of the encoding device 100 according to this embodiment. For example, the encoding device 100 includes a pre-processor 104 and a post-processor 105 in addition to the configuration shown in FIG.
[0067] The preprocessor 104 is an electrical circuit that performs processing before encoding the vertex information, connectivity information, and attribute information. For example, the preprocessor 104 may perform a conversion process, a separation process, a multiplexing process, or the like on the 3D mesh before encoding. More specifically, for example, the preprocessor 104 may separate the vertex information, connectivity information, and attribute information from the 3D mesh before encoding.
[0068] The post-processor 105 is an electrical circuit that performs processing after the vertex information, connection information, and attribute information are encoded. For example, the post-processor 105 may perform conversion processing, separation processing, multiplexing processing, or the like on the encoded vertex information, connection information, and attribute information. More specifically, for example, the post-processor 105 may multiplex the encoded vertex information, connection information, and attribute information into a bitstream. Furthermore, for example, the post-processor 105 may further perform variable-length coding on the encoded vertex information, connection information, and attribute information.
[0069] 7 is a block diagram showing an example of the configuration of a decoding device 200 according to this embodiment. For example, the decoding device 200 includes a vertex information decoder 201, a connection information decoder 202, and an attribute information decoder 203.
[0070] The vertex information decoder 201 is an electrical circuit that decodes vertex information. For example, the vertex information decoder 201 decodes vertex information from a bitstream according to a format defined for the vertex information.
[0071] The connection information decoder 202 is an electrical circuit that decodes the connection information, for example, the connection information decoder 202 decodes the connection information from the bitstream according to a format defined for the connection information.
[0072] The attribute information decoder 203 is an electric circuit that decodes the attribute information. For example, the attribute information decoder 203 decodes the attribute information from the bitstream in accordance with a format defined for the attribute information.
[0073] The vertex information, connection information, and attribute information may be decoded using variable length decoding or fixed length decoding, which may correspond to Huffman coding, context-adaptive binary arithmetic coding (CABAC), or the like.
[0074] The vertex information decoder 201, the connection information decoder 202, and the attribute information decoder 203 may be integrated together, or each of the vertex information decoder 201, the connection information decoder 202, and the attribute information decoder 203 may be further subdivided into multiple components.
[0075] 8 is a block diagram showing another example of the configuration of the decoding device 200 according to this embodiment. For example, the decoding device 200 includes a pre-processor 204 and a post-processor 205 in addition to the configuration shown in FIG.
[0076] The preprocessor 204 is an electrical circuit that performs processing before decoding the vertex information, connection information, and attribute information. For example, the preprocessor 204 may perform conversion processing, separation processing, multiplexing processing, or the like on the bitstream before decoding the vertex information, connection information, and attribute information.
[0077] More specifically, for example, the preprocessor 204 may separate a sub-bitstream corresponding to vertex information, a sub-bitstream corresponding to connectivity information, and a sub-bitstream corresponding to attribute information from the bitstream. Also, for example, the preprocessor 204 may perform variable-length decoding on the bitstream in advance before decoding the vertex information, connectivity information, and attribute information.
[0078] The post-processor 205 is an electrical circuit that performs processing after the vertex information, connection information, and attribute information are decoded. For example, the post-processor 205 may perform conversion processing, separation processing, multiplexing processing, or the like on the decoded vertex information, connection information, and attribute information. More specifically, for example, the post-processor 205 may multiplex the decoded vertex information, connection information, and attribute information onto a three-dimensional mesh.
[0079] <Bitstream> Vertex information, connection information, and attribute information are coded and stored in a bitstream. The relationship between this information and the bitstream is shown below.
[0080] 9 is a conceptual diagram showing an example of the configuration of a bitstream according to this embodiment. In this example, connection information, vertex information, and attribute information are integrated in the bitstream. For example, the connection information, vertex information, and attribute information may be included in a single file.
[0081] Furthermore, multiple portions of this information may be stored sequentially, such as a first portion of connection information, a first portion of vertex information, a first portion of attribute information, a second portion of connection information, a second portion of vertex information, a second portion of attribute information, etc. These multiple portions may correspond to multiple portions that are different in time, multiple portions that are different in space, or multiple different faces.
[0082] Furthermore, the storage order of the connection information, vertex information, and attribute information is not limited to the above example, and a storage order different from the above example may be used.
[0083] 10 is a conceptual diagram showing another example of the configuration of a bitstream according to this embodiment. In this example, a plurality of files are included in the bitstream, and connection information, vertex information, and attribute information are stored in different files. Here, a file containing connection information, a file containing vertex information, and a file containing attribute information are shown, but the storage format is not limited to this example. For example, two types of information among the connection information, vertex information, and attribute information may be included in one file, and the remaining type of information may be included in another file.
[0084] Alternatively, the information may be split and stored in more files. For example, multiple pieces of connectivity information may be stored in multiple files, multiple pieces of vertex information may be stored in multiple files, or multiple pieces of attribute information may be stored in multiple files. These multiple pieces may correspond to multiple temporally different pieces, multiple spatially different pieces, or multiple different faces.
[0085] Furthermore, the storage order of the connection information, vertex information, and attribute information is not limited to the above example, and a storage order different from the above example may be used.
[0086] 11 is a conceptual diagram showing another example of the configuration of a bitstream according to this embodiment. In this example, the bitstream is composed of multiple separable sub-bitstreams, and connection information, vertex information, and attribute information are stored in different sub-bitstreams.
[0087] Here, a sub-bitstream containing connection information, a sub-bitstream containing vertex information, and a sub-bitstream containing attribute information are shown, but the storage format is not limited to this example.
[0088] For example, two types of information among the connection information, vertex information, and attribute information may be included in one sub-bitstream, and the remaining type of information may be included in another sub-bitstream. Specifically, attribute information of a two-dimensional image or the like may be stored in a sub-bitstream that complies with an image coding method, separate from the sub-bitstreams of the connection information and vertex information.
[0089] Also, each sub-bitstream may include multiple files, and multiple pieces of connectivity information may be stored in multiple files, multiple pieces of vertex information may be stored in multiple files, or multiple pieces of attribute information may be stored in multiple files.
[0090] 9, 10, and 11, and a storage order different from the above examples may be used. For example, the vertex information, connection information, and attribute information may be stored in the bitstream in this order. Alternatively, the connection information, connection information, and attribute information may be stored in the bitstream in any of the following orders: connection information, attribute information, and vertex information; vertex information, attribute information, and connection information; attribute information, connection information, and vertex information; or attribute information, vertex information, and connection information.
[0091] Furthermore, each of the connection information, vertex information, and attribute information may be divided into a plurality of data, and the plurality of data may be stored in a cyclical or random order within the bitstream.
[0092] 12 is a block diagram showing a specific example of an encoding / decoding system according to this embodiment. In FIG. 12, the encoding / decoding system includes a three-dimensional data encoding system 110, a three-dimensional data decoding system 210, and an external connector 310.
[0093] The three-dimensional data encoding system 110 includes a controller 111, an input / output processor 112, a three-dimensional data encoder 113, a three-dimensional data generator 115, and a system multiplexer 114. The three-dimensional data decoding system 210 includes a controller 211, an input / output processor 212, a three-dimensional data decoder 213, a system demultiplexer 214, a presenter 215, and a user interface 216.
[0094] In the three-dimensional data encoding system 110, sensor data is input from a sensor terminal to a three-dimensional data generator 115. The three-dimensional data generator 115 generates three-dimensional data, such as point cloud data or mesh data, from the sensor data and inputs it to a three-dimensional data encoder 113.
[0095] For example, the three-dimensional data generator 115 generates vertex information, and generates connection information and attribute information corresponding to the vertex information. The three-dimensional data generator 115 may process the vertex information when generating the connection information and attribute information. For example, the three-dimensional data generator 115 may reduce the amount of data by deleting duplicate vertices, or may transform the vertex information (such as by shifting its position, rotating it, or normalizing it). The three-dimensional data generator 115 may also render the attribute information.
[0096] Furthermore, although the three-dimensional data generator 115 is a component of the three-dimensional data encoding system 110 in FIG. 12, it may be arranged externally and independently of the three-dimensional data encoding system 110.
[0097] The sensor terminal that provides the sensor data for generating the three-dimensional data may be, for example, a moving body such as an automobile, a flying object such as an airplane, a mobile terminal, a camera, etc. Furthermore, a distance sensor such as a LIDAR, a millimeter wave radar, an infrared sensor, or a range finder, a stereo camera, or a combination of multiple monocular cameras may also be used as the sensor terminal.
[0098] The sensor data may be the distance (position) of the object, monocular camera images, stereo camera images, color, reflectance, sensor attitude, orientation, gyro, sensing position (GPS information or altitude), speed, acceleration, sensing time, temperature, air pressure, humidity, or magnetism.
[0099] The three-dimensional data encoder 113 corresponds to the encoding device 100 shown in FIG. 5 and other figures. For example, the three-dimensional data encoder 113 encodes three-dimensional data to generate encoded data. The three-dimensional data encoder 113 also generates control information when encoding the three-dimensional data. The three-dimensional data encoder 113 then inputs the encoded data together with the control information to the system multiplexer 114.
[0100] The encoding method for the three-dimensional data may be an encoding method using geometry or an encoding method using a video codec. Here, the encoding method using geometry may also be referred to as a geometry-based encoding method. The encoding method using a video codec may also be referred to as a video-based encoding method.
[0101] The system multiplexer 114 multiplexes the encoded data and control information input from the 3D data encoder 113 to generate multiplexed data using a specified multiplexing method. The system multiplexer 114 may multiplex other media such as video, audio, subtitles, application data, or document files, or reference time information, along with the encoded data and control information of the 3D data. Furthermore, the system multiplexer 114 may multiplex attribute information related to the sensor data or the 3D data.
[0102] For example, the multiplexed data may have a file format for storage or a packet format for transmission. As these formats, ISOBMFF or a format based on ISOBMFF may be used. Also, MPEG-DASH, MMT, MPEG-2 TS Systems, RTP, or the like may be used.
[0103] The multiplexed data is then output as a transmission signal to the external connector 310 by the input / output processor 112. The multiplexed data may be transmitted as a transmission signal by wire or wirelessly. Alternatively, the multiplexed data is stored in an internal memory or a storage device. The multiplexed data may be transmitted to a cloud server via the Internet or may be stored in an external storage device.
[0104] For example, the transmission or storage of the multiplexed data is performed by a method according to the medium for transmission or storage, such as broadcasting or communication. The communication protocol may be http, ftp, TCP, UDP, IP, or a combination thereof. Furthermore, a pull-type communication method or a push-type communication method may be used.
[0105] For wired transmission, Ethernet (registered trademark), USB, RS-232C, HDMI (registered trademark), coaxial cable, etc. may be used. For wireless transmission, 3GPP (registered trademark), 3G / 4G / 5G defined by IEEE, wireless LAN, Wi-Fi, Bluetooth, or millimeter wave may be used. For broadcasting, for example, DVB-T2, DVB-S2, DVB-C2, ATSC3.0, or ISDB-S3 may be used.
[0106] The sensor data may be input to the three-dimensional data generator 115 or the system multiplexer 114. The three-dimensional data or encoded data may be output as a transmission signal directly to the external connector 310 via the input / output processor 112. The transmission signal output from the three-dimensional data encoding system 110 is input to the three-dimensional data decoding system 210 via the external connector 310.
[0107] Furthermore, each operation of the three-dimensional data encoding system 110 may be controlled by a controller 111 that executes an application program.
[0108] In the three-dimensional data decoding system 210, a transmission signal is input to an input / output processor 212. The input / output processor 212 decodes multiplexed data having a file format or a packet format from the transmission signal and inputs the multiplexed data to a system demultiplexer 214. The system demultiplexer 214 obtains coded data and control information from the multiplexed data and inputs them to a three-dimensional data decoder 213. The system demultiplexer 214 may extract other media or reference time information from the multiplexed data.
[0109] The three-dimensional data decoder 213 corresponds to the decoding device 200 shown in Fig. 7 etc. For example, the three-dimensional data decoder 213 decodes three-dimensional data from the encoded data based on a predefined encoding method. The three-dimensional data is then presented to the user by the presenter 215.
[0110] Additionally, additional information such as sensor data may be input to the presenter 215. The presenter 215 may present three-dimensional data based on the additional information. Additionally, a user instruction may be input from a user terminal to the user interface 216. Then, the presenter 215 may present three-dimensional data based on the input instruction.
[0111] The input / output processor 212 may acquire the three-dimensional data and the encoded data from the external connector 310 .
[0112] Furthermore, each operation of the three-dimensional data decoding system 210 may be controlled by a controller 211 that executes an application program.
[0113] 13 is a conceptual diagram showing an example of the configuration of point cloud data according to this embodiment. The point cloud data is data of a group of points representing a three-dimensional object.
[0114] Specifically, a point cloud is made up of a plurality of points, and has position information indicating the three-dimensional coordinate position of each point and attribute information indicating the attribute of each point. The position information is also expressed as geometry.
[0115] The type of attribute information may be, for example, color, reflectance, etc. One point may be associated with attribute information of one type, one point may be associated with attribute information of multiple different types, or one point may be associated with attribute information having multiple values for the same type.
[0116] 14 is a conceptual diagram showing an example of a data file of point cloud data according to this embodiment. This example shows a case where there is a one-to-one correspondence between position information items and attribute information items, and shows position information and attribute information for N points that make up the point cloud data. In this example, the position information is information indicating a three-dimensional coordinate position using three axes, x, y, and z, and the attribute information is information indicating a color using RGB. A PLY file or the like can be used as a representative data file for point cloud data.
[0117] 15 is a conceptual diagram showing an example of the configuration of mesh data according to this embodiment. Mesh data is data used in CG (Computer Graphics) and the like, and is three-dimensional mesh data that shows the three-dimensional shape of an object using multiple surfaces. Each surface is also expressed as a polygon, and has a polygonal shape such as a triangle or a rectangle.
[0118] Specifically, a 3D mesh is composed of a plurality of points constituting a point cloud, as well as a plurality of edges and a plurality of faces. Each point is also expressed as a vertex or a position. Each edge corresponds to a line segment connected by two vertices. Each face corresponds to an area surrounded by three or more edges.
[0119] Furthermore, a three-dimensional mesh has position information indicating the three-dimensional coordinate positions of vertices. The position information is also expressed as vertex information or geometry. A three-dimensional mesh also has connection information indicating the relationship between multiple vertices that make up an edge or a face. The connection information is also expressed as connectivity. A three-dimensional mesh also has attribute information indicating the attributes of the vertices, edges, or faces. The attribute information in a three-dimensional mesh is also expressed as texture.
[0120] For example, the attribute information may indicate the color, reflectance, or normal vector for a vertex, edge, or face. The direction of the normal vector may represent the front and back of the face.
[0121] The mesh data may be stored in a data file format such as an object file.
[0122] 16 is a conceptual diagram showing an example of a data file of mesh data according to this embodiment. In this example, the data file includes position information G(1) to G(N) of N vertices that make up the three-dimensional mesh, and attribute information A1(1) to A1(N) of the N vertices. Also, in this example, M pieces of attribute information A2(1) to A2(M) are included. The attribute information items do not need to correspond one-to-one to vertices or faces. Furthermore, attribute information need not exist.
[0123] The connection information is represented by a combination of vertex indices. n[1, 3, 4] indicates a triangular face formed by three vertices, n=1, n=3, and n=4. Also, m[2, 4, 6] indicates that the attribute information of m=2, m=4, and m=6 corresponds to the three vertices, respectively.
[0124] Furthermore, the actual contents of the attribute information may be written in a separate file. A pointer to that content may be associated with a vertex, a face, or the like. For example, attribute information indicating an image for a face may be stored in a two-dimensional attribute map file. The file name of the attribute map and two-dimensional coordinate values in the attribute map may be written in attribute information A2(1) to A2(M). The method of specifying attribute information for a face is not limited to these methods, and any method may be used.
[0125] 17 is a conceptual diagram showing types of three-dimensional data according to this embodiment. Point cloud data and mesh data may represent static objects or dynamic objects. A static object is an object that does not change over time, and a dynamic object is an object that changes over time. A static object may correspond to three-dimensional data for any point in time.
[0126] For example, point cloud data for a given point in time may be referred to as a PCC frame, mesh data for a given point in time may be referred to as a mesh frame, and PCC frames and mesh frames may be simply referred to as frames.
[0127] The area of the object may be limited to a certain range, as in normal video data, or may not be limited, as in map data. The density of points or surfaces may be determined in various ways. Sparse point cloud data or sparse mesh data may be used, or dense point cloud data or dense mesh data may be used.
[0128] Next, encoding and decoding of a point cloud or a three-dimensional mesh will be described. The device, process, or syntax for encoding and decoding vertex information of a three-dimensional mesh in the present disclosure may be applied to encoding and decoding of a point cloud. The device, process, or syntax for encoding and decoding of a point cloud in the present disclosure may be applied to encoding and decoding vertex information of a three-dimensional mesh.
[0129] Furthermore, a device, process, or syntax for encoding and decoding attribute information of a point cloud in the present disclosure may be applied to encoding and decoding connectivity information or attribute information of a three-dimensional mesh.Furthermore, a device, process, or syntax for encoding and decoding connectivity information or attribute information of a three-dimensional mesh in the present disclosure may be applied to encoding and decoding attribute information of a point cloud.
[0130] Furthermore, at least some of the processing may be shared between the encoding and decoding of point cloud data and the encoding and decoding of mesh data, thereby reducing the scale of the circuit and software program.
[0131] 18 is a block diagram showing an example configuration of a three-dimensional data encoder 113 according to this embodiment. In this example, the three-dimensional data encoder 113 includes a vertex information encoder 121, an attribute information encoder 122, a metadata encoder 123, and a multiplexer 124. The vertex information encoder 121, the attribute information encoder 122, and the multiplexer 124 may correspond to the vertex information encoder 101, the attribute information encoder 103, the post-processor 105, etc. in FIG.
[0132] In this example, the three-dimensional data encoder 113 encodes the three-dimensional data according to a geometry-based encoding method, which takes into account the three-dimensional structure. In addition, in the geometry-based encoding method, attribute information is encoded using configuration information obtained in encoding the vertex information.
[0133] Specifically, first, vertex information, attribute information, and metadata included in three-dimensional data generated from sensor data are input to a vertex information encoder 121, an attribute information encoder 122, and a metadata encoder 123, respectively. Here, connectivity information included in the three-dimensional data may be treated in the same way as attribute information. In addition, in the case of point cloud data, position information may be treated as vertex information.
[0134] The vertex information encoder 121 encodes the vertex information into compressed vertex information and outputs the compressed vertex information as encoded data to the multiplexer 124. The vertex information encoder 121 also generates metadata for the compressed vertex information and outputs it to the multiplexer 124. The vertex information encoder 121 also generates configuration information and outputs it to the attribute information encoder 122.
[0135] The attribute information encoder 122 uses the configuration information generated by the vertex information encoder 121 to encode the attribute information into compressed attribute information and outputs the compressed attribute information as encoded data to the multiplexer 124. The attribute information encoder 122 also generates metadata of the compressed attribute information and outputs it to the multiplexer 124.
[0136] The metadata encoder 123 encodes compressible metadata into compressed metadata and outputs the compressed metadata as encoded data to the multiplexer 124. The metadata encoded by the metadata encoder 123 may be used to encode vertex information and attribute information.
[0137] The multiplexer 124 multiplexes the compressed vertex information, the compressed vertex information metadata, the compressed attribute information, the compressed attribute information metadata, and the compressed metadata into a bitstream, and then inputs the bitstream to the system layer.
[0138] 19 is a block diagram showing an example configuration of a three-dimensional data decoder 213 according to this embodiment. In this example, the three-dimensional data decoder 213 includes a vertex information decoder 221, an attribute information decoder 222, a metadata decoder 223, and a demultiplexer 224. The vertex information decoder 221, the attribute information decoder 222, and the demultiplexer 224 may correspond to the vertex information decoder 201, the attribute information decoder 203, the preprocessor 204, and the like in FIG.
[0139] In this example, the three-dimensional data decoder 213 decodes three-dimensional data according to a geometry-based encoding method. The three-dimensional structure is taken into consideration in the decoding according to the geometry-based encoding method. Furthermore, in the decoding according to the geometry-based encoding method, attribute information is decoded using configuration information obtained in decoding vertex information.
[0140] Specifically, first, a bitstream is input from the system layer to a demultiplexer 224. The demultiplexer 224 separates compressed vertex information, compressed vertex information metadata, compressed attribute information, compressed attribute information metadata, and compressed metadata from the bitstream. The compressed vertex information and compressed vertex information metadata are input to a vertex information decoder 221. The compressed attribute information and compressed attribute information metadata are input to an attribute information decoder 222. The metadata is input to a metadata decoder 223.
[0141] The vertex information decoder 221 decodes vertex information from the compressed vertex information using metadata of the compressed vertex information. The vertex information decoder 221 also generates configuration information and outputs it to the attribute information decoder 222. The attribute information decoder 222 decodes attribute information from the compressed attribute information using the configuration information generated by the vertex information decoder 221 and the metadata of the compressed attribute information. The metadata decoder 223 decodes metadata from the compressed metadata. The metadata decoded by the metadata decoder 223 may be used to decode the vertex information and the attribute information.
[0142] Thereafter, the vertex information, attribute information, and metadata are output as three-dimensional data from the three-dimensional data decoder 213. Note that, for example, this metadata is metadata of the vertex information and attribute information, and can be used in an application program.
[0143] 20 is a block diagram showing another example configuration of the three-dimensional data encoder 113 according to the present embodiment. In this example, the three-dimensional data encoder 113 includes a vertex image generator 131, an attribute image generator 132, a metadata generator 133, a video encoder 134, a metadata encoder 123, and a multiplexer 124. The vertex image generator 131, the attribute image generator 132, and the video encoder 134 may correspond to the vertex information encoder 101 and the attribute information encoder 103 in FIG. 6 , etc.
[0144] In this example, the 3D data encoder 113 encodes the 3D data according to a video-based encoding method. In encoding according to the video-based encoding method, multiple 2D images are generated from the 3D data, and the multiple 2D images are encoded according to a video encoding method. Here, the video encoding method may be High Efficiency Video Coding (HEVC), Versatile Video Coding (VVC), or the like.
[0145] Specifically, first, vertex information and attribute information included in three-dimensional data generated from sensor data are input to a metadata generator 133. The vertex information and attribute information are then input to a vertex image generator 131 and an attribute image generator 132, respectively. The metadata included in the three-dimensional data is then input to a metadata encoder 123. Here, connectivity information included in the three-dimensional data may be treated in the same way as attribute information. In the case of point cloud data, position information may be treated as vertex information.
[0146] The metadata generator 133 generates map information of a plurality of two-dimensional images from the vertex information and attribute information, and inputs the map information to the vertex image generator 131, the attribute image generator 132, and the metadata encoder 123.
[0147] The vertex image generator 131 generates a vertex image based on the vertex information and map information, and inputs the generated image to the video encoder 134. The attribute image generator 132 generates an attribute image based on the attribute information and map information, and inputs the generated image to the video encoder 134.
[0148] The video encoder 134 encodes the vertex images and attribute images into compressed vertex information and compressed attribute information, respectively, in accordance with a video encoding method, and outputs the compressed vertex information and compressed attribute information as encoded data to the multiplexer 124. The video encoder 134 also generates metadata for the compressed vertex information and metadata for the compressed attribute information, and outputs them to the multiplexer 124.
[0149] The metadata encoder 123 encodes the compressible metadata into compressed metadata and outputs the compressed metadata as encoded data to the multiplexer 124. The compressible metadata includes map information. The metadata encoded by the metadata encoder 123 may also be used to encode vertex information and attribute information.
[0150] The multiplexer 124 multiplexes the compressed vertex information, the compressed vertex information metadata, the compressed attribute information, the compressed attribute information metadata, and the compressed metadata into a bitstream, and then inputs the bitstream to the system layer.
[0151] 21 is a block diagram showing another example configuration of the 3D data decoder 213 according to this embodiment. In this example, the 3D data decoder 213 includes a vertex information generator 231, an attribute information generator 232, a video decoder 234, a metadata decoder 223, and a demultiplexer 224. The vertex information generator 231, the attribute information generator 232, and the video decoder 234 may correspond to the vertex information decoder 201 and the attribute information decoder 203 in FIG. 8, etc.
[0152] In this example, the 3D data decoder 213 decodes the 3D data according to a video-based coding method. In the decoding according to the video-based coding method, a plurality of 2D images are decoded according to a video coding method, and 3D data is generated from the plurality of 2D images. Here, the video coding method may be High Efficiency Video Coding (HEVC), Versatile Video Coding (VVC), or the like.
[0153] Specifically, first, a bitstream is input from the system layer to the demultiplexer 224. The demultiplexer 224 separates compressed vertex information, compressed vertex information metadata, compressed attribute information, compressed attribute information metadata, and compressed metadata from the bitstream. The compressed vertex information, compressed vertex information metadata, compressed attribute information, and compressed attribute information metadata are input to the video decoder 234. The compressed metadata is input to the metadata decoder 223.
[0154] The video decoder 234 decodes the vertex images in accordance with the video encoding method. At this time, the video decoder 234 decodes the vertex images from the compressed vertex information using the metadata of the compressed vertex information. Then, the video decoder 234 inputs the vertex images to the vertex information generator 231. The video decoder 234 also decodes the attribute images in accordance with the video encoding method. At this time, the video decoder 234 decodes the attribute images from the compressed attribute information using the metadata of the compressed attribute information. Then, the video decoder 234 inputs the attribute images to the attribute information generator 232.
[0155] The metadata decoder 223 decodes metadata from the compressed metadata. The metadata decoded by the metadata decoder 223 includes map information used to generate vertex information and attribute information. The metadata decoded by the metadata decoder 223 may also be used to decode vertex images and attribute images.
[0156] The vertex information generator 231 reproduces vertex information from the vertex image in accordance with the map information included in the metadata decoded by the metadata decoder 223. The attribute information generator 232 reproduces attribute information from the attribute image in accordance with the map information included in the metadata decoded by the metadata decoder 223.
[0157] Thereafter, the vertex information, attribute information, and metadata are output as three-dimensional data from the three-dimensional data decoder 213. Note that, for example, this metadata is metadata of the vertex information and attribute information, and can be used in an application program.
[0158] Fig. 22 is a conceptual diagram showing a specific example of encoding processing according to this embodiment. Fig. 22 shows a three-dimensional data encoder 113 and a description encoder 148. In this example, the three-dimensional data encoder 113 includes a two-dimensional data encoder 141 and a mesh data encoder 142. The two-dimensional data encoder 141 includes a texture encoder 143. The mesh data encoder 142 includes a vertex information encoder 144 and a connection information encoder 145.
[0159] The vertex information encoder 144, the connection information encoder 145, and the texture encoder 143 may correspond to the vertex information encoder 101, the connection information encoder 102, and the attribute information encoder 103 in FIG.
[0160] For example, the two-dimensional data encoder 141 operates as a texture encoder 143 and generates a texture file by encoding the texture corresponding to the attribute information as two-dimensional data according to an image encoding method or a video encoding method.
[0161] The mesh data encoder 142 also operates as a vertex information encoder 144 and a connectivity information encoder 145, and generates a mesh file by encoding the vertex information and connectivity information. The mesh data encoder 142 may further encode mapping information for textures. The encoded mapping information may then be included in the mesh file.
[0162] The description encoder 148 also generates a description file by encoding a description corresponding to metadata such as text data. The description encoder 148 may encode the description at the system layer. For example, the description encoder 148 may be included in the system multiplexer 114 of FIG. 12 .
[0163] The above operations generate a bitstream containing texture files, mesh files, and description files, which may be multiplexed into the bitstream in file formats such as glTF (Graphics Language Transmission Format) or USD (Universal Scene Description).
[0164] The three-dimensional data encoder 113 may include two mesh data encoders as the mesh data encoder 142. For example, one mesh data encoder encodes vertex information and connectivity information of a static three-dimensional mesh, and the other mesh data encoder encodes vertex information and connectivity information of a dynamic three-dimensional mesh.
[0165] Correspondingly, two mesh files may then be included in the bitstream, for example one mesh file corresponding to a static 3D mesh and another mesh file corresponding to a dynamic 3D mesh.
[0166] Furthermore, the static three-dimensional mesh may be a three-dimensional mesh of an intraframe coded using intraprediction, and the dynamic three-dimensional mesh may be a three-dimensional mesh of an interframe coded using interprediction. Furthermore, information on the dynamic three-dimensional mesh may be differential information between vertex information or connectivity information of the three-dimensional mesh of an intraframe and vertex information or connectivity information of the three-dimensional mesh of an interframe.
[0167] Fig. 23 is a conceptual diagram showing a specific example of the decoding process according to this embodiment. Fig. 23 shows a three-dimensional data decoder 213, a description decoder 248, and a renderer 247. In this example, the three-dimensional data decoder 213 includes a two-dimensional data decoder 241, a mesh data decoder 242, and a mesh reconstructor 246. The two-dimensional data decoder 241 includes a texture decoder 243. The mesh data decoder 242 includes a vertex information decoder 244 and a connectivity information decoder 245.
[0168] The vertex information decoder 244, the connection information decoder 245, the texture decoder 243, and the mesh reconstructor 246 may correspond to the vertex information decoder 201, the connection information decoder 202, the attribute information decoder 203, and the post-processor 205 in Fig. 8. The presenter 247 may correspond to the presenter 215 in Fig. 12.
[0169] For example, the two-dimensional data decoder 241 operates as a texture decoder 243, and decodes the texture corresponding to the attribute information from the texture file as two-dimensional data in accordance with an image coding method or a video coding method.
[0170] The mesh data decoder 242 also operates as a vertex information decoder 244 and a connectivity information decoder 245 to decode vertex information and connectivity information from the mesh file. The mesh data decoder 242 may further decode mapping information for textures from the mesh file.
[0171] The description decoder 248 also decodes descriptions corresponding to metadata such as text data from the description file. The description decoder 248 may decode the descriptions at the system layer. For example, the description decoder 248 may be included in the system demultiplexer 214 of FIG. 12 .
[0172] The mesh reconstructor 246 reconstructs a 3D mesh from the vertex information, connectivity information, and textures according to the description. The renderer 247 renders and outputs the 3D mesh according to the description.
[0173] Through the above operations, a 3D mesh is reconstructed and output from a bitstream containing a texture file, a mesh file, and a description file.
[0174] The three-dimensional data decoder 213 may include two mesh data decoders as the mesh data decoder 242. For example, one mesh data decoder decodes vertex information and connectivity information of a static three-dimensional mesh, and the other mesh data decoder decodes vertex information and connectivity information of a dynamic three-dimensional mesh.
[0175] Correspondingly, two mesh files may then be included in the bitstream, for example one mesh file corresponding to a static 3D mesh and another mesh file corresponding to a dynamic 3D mesh.
[0176] Furthermore, the static three-dimensional mesh may be a three-dimensional mesh of an intraframe coded using intraprediction, and the dynamic three-dimensional mesh may be a three-dimensional mesh of an interframe coded using interprediction. Furthermore, information on the dynamic three-dimensional mesh may be differential information between vertex information or connectivity information of the three-dimensional mesh of an intraframe and vertex information or connectivity information of the three-dimensional mesh of an interframe.
[0177] A dynamic 3D mesh coding method is sometimes called DMC (Dynamic Mesh Coding), and a video-based dynamic 3D mesh coding method is sometimes called V-DMC (Video-based Dynamic Mesh Coding).
[0178] The point cloud encoding method is sometimes called PCC (Point Cloud Compression). The point cloud video-based encoding method is sometimes called V-PCC (Video-based Point Cloud Compression). The point cloud geometry-based encoding method is sometimes called G-PCC (Geometry-based Point Cloud Compression).
[0179] <Implementation Example> Fig. 24 is a block diagram showing an implementation example of the encoding device 100 according to this embodiment. The encoding device 100 includes a circuit 151 and a memory 152. For example, multiple components of the encoding device 100 shown in Fig. 5 etc. are implemented by the circuit 151 and memory 152 shown in Fig. 24.
[0180] The circuit 151 is a circuit that performs information processing and is a circuit that can access the memory 152. For example, the circuit 151 is a dedicated or general-purpose electric circuit that encodes a three-dimensional mesh. The circuit 151 may be a processor such as a CPU. Alternatively, the circuit 151 may be a collection of multiple electric circuits.
[0181] The memory 152 is a dedicated or general-purpose memory that stores information used by the circuit 151 to encode the three-dimensional mesh. The memory 152 may be an electric circuit and may be connected to the circuit 151. The memory 152 may also be included in the circuit 151. The memory 152 may also be a collection of multiple electric circuits. The memory 152 may also be a magnetic disk, an optical disk, or the like, and may also be expressed as a storage, a recording medium, or the like. The memory 152 may also be a non-volatile memory or a volatile memory.
[0182] For example, the memory 152 may store a three-dimensional mesh or a bitstream, or may store a program for the circuit 151 to encode the three-dimensional mesh.
[0183] Note that the encoding device 100 does not necessarily have to implement all of the components shown in Figure 5 and the like, and does not necessarily have to perform all of the processes shown here. Some of the components shown in Figure 5 and the like may be included in another device, and some of the processes shown here may be executed by another device. Furthermore, the encoding device 100 may implement any combination of the components of the present disclosure, and may perform any combination of the processes of the present disclosure.
[0184] Fig. 25 is a block diagram showing an example implementation of a decoding device 200 according to this embodiment. The decoding device 200 includes a circuit 251 and a memory 252. For example, multiple components of the decoding device 200 shown in Fig. 7 and other figures are implemented by the circuit 251 and memory 252 shown in Fig. 25.
[0185] The circuit 251 is a circuit that performs information processing and is a circuit that can access the memory 252. For example, the circuit 251 is a dedicated or general-purpose electric circuit that decodes a three-dimensional mesh. The circuit 251 may be a processor such as a CPU. Alternatively, the circuit 251 may be a collection of multiple electric circuits.
[0186] The memory 252 is a dedicated or general-purpose memory that stores information for the circuit 251 to decode the 3D mesh. The memory 252 may be an electric circuit and may be connected to the circuit 251. The memory 252 may also be included in the circuit 251. The memory 252 may also be a collection of multiple electric circuits. The memory 252 may also be a magnetic disk, an optical disk, or the like, and may also be expressed as a storage, a recording medium, or the like. The memory 252 may also be a non-volatile memory or a volatile memory.
[0187] For example, the memory 252 may store a three-dimensional mesh or a bitstream, or may store a program for the circuit 251 to decode the three-dimensional mesh.
[0188] Note that the decoding device 200 does not necessarily have to implement all of the components shown in Figure 7 and the like, and does not necessarily have to perform all of the processes shown here. Some of the components shown in Figure 7 and the like may be included in another device, and some of the processes shown here may be executed by another device. Furthermore, the decoding device 200 may implement any combination of the components of the present disclosure, and may perform any combination of the processes of the present disclosure.
[0189] The encoding method and the decoding method including the steps performed by each component of the encoding device 100 and the decoding device 200 of the present disclosure may be executed by any device or system. For example, part or all of the encoding method and the decoding method may be executed by a computer including a processor, a memory, an input / output circuit, etc. In this case, the encoding method and the decoding method may be executed by the computer executing a program for causing the computer to execute the encoding method and the decoding method.
[0190] Alternatively, the program or the bitstream may be recorded on a non-transitory computer-readable recording medium such as a CD-ROM.
[0191] An example of a program may be a bitstream. For example, a bitstream including an encoded three-dimensional mesh includes syntax elements for causing the decoding device 200 to decode the three-dimensional mesh. The bitstream then causes the decoding device 200 to decode the three-dimensional mesh according to the syntax elements included in the bitstream. Thus, the bitstream may play a role similar to that of a program.
[0192] The bitstream may be an encoded bitstream containing the encoded 3D mesh, or may be a multiplexed bitstream containing the encoded 3D mesh and other information.
[0193] Furthermore, each component of the encoding device 100 and the decoding device 200 may be configured with dedicated hardware, general-purpose hardware that executes the above-mentioned programs, or a combination of these. The general-purpose hardware may be configured with a memory in which the programs are recorded and a general-purpose processor that reads and executes the programs from the memory. Here, the memory may be a semiconductor memory or a hard disk, and the general-purpose processor may be a CPU.
[0194] Furthermore, the dedicated hardware may be configured with a memory, a dedicated processor, etc. For example, the dedicated processor may execute the encoding method and the decoding method by referring to a memory for recording data.
[0195] Furthermore, as described above, each component of the encoding device 100 and the decoding device 200 may be an electric circuit. These electric circuits may form a single electric circuit as a whole, or each may be a separate electric circuit. Furthermore, these electric circuits may correspond to dedicated hardware, or may correspond to general-purpose hardware that executes the above-mentioned programs, etc. Furthermore, the encoding device 100 and the decoding device 200 may be implemented as an integrated circuit.
[0196] Furthermore, the encoding device 100 may be a transmitting device that transmits the three-dimensional mesh, and the decoding device 200 may be a receiving device that receives the three-dimensional mesh.
[0197] Displacement Encoding and Decoding The following terminology is used here by way of example:
[0198] (1) Image An image is a data unit made up of a set of pixels, and includes a picture or a block smaller than a picture. Images include both moving images and still images.
[0199] (2) Picture A picture is a unit of image processing that is made up of a set of pixels, and is also called a frame or field.
[0200] (3) Block A block is a processing unit consisting of a specific number of pixels. The term shown in the following example is also used for a block. The shape of a block is not particularly limited. A block may be, for example, a rectangular shape of M×N pixels or a square shape of M×M pixels. A block may also be a triangular shape, a circular shape, or another shape. Examples of blocks are as follows:
[0201] Slice, tile, or brick CTU, superblock, or basic division unit VPDU, processing division unit for hardware CU, processing block unit, prediction block unit (PU), or orthogonal transform block unit (TU) Sub-block
[0202] (4) Pixel or Sample A pixel or sample is the smallest point of an image, in other words, the smallest unit. Pixels or samples include not only pixels at integer positions, but also pixels at sub-pixel positions generated based on pixels at integer positions.
[0203] (5) Pixel Value or Sample Value: A pixel value or sample value is a unique value of a pixel. The pixel value or sample value may include a luma value, a chroma value, or an RGB gradation level, and may also include a depth value or a binary value of 0 or 1.
[0204] (6) Flags A flag indicates one or more bits. A flag is, for example, a parameter or index represented by two or more bits. A flag may indicate not only a value represented by a binary number, but also a value represented by a number other than a binary number.
[0205] (7) Signal: A signal is something that is symbolized or coded to transmit information. A signal includes a discrete digital signal or a continuous analog signal.
[0206] (8) Stream or Bit Stream A stream or bit stream is a digital data sequence that indicates the flow of digital data. A stream or bit stream may be a single stream, or may be configured to include multiple streams with multiple layers. A stream or bit stream may be transmitted by serial communication using a single transmission path, or may be transmitted by packet communication using multiple transmission paths.
[0207] (9) Difference: For scalar quantities, the difference can include simple difference (x-y) and difference calculations. The difference can include absolute difference (|x-y|), squared difference (x^2-y^2), square root difference (√(x-y)), weighted difference (ax-by, where a and b are constants), or offset difference (x-y+a, where a is an offset).
[0208] (10) Sum: For scalar quantities, sums can include simple sum (x + y) and addition calculations. The sum can also include absolute sum (|x + y|), sum of squares (x^2 + y^2), square root of the sum (√(x + y)), weighted sum (ax + by, where a and b are constants), or offset sum (x + y + a, where a is an offset).
[0209] (11) "Based on" The expression "based on something" means that something other than that "something" may be taken into consideration. Also, "based on" can be used both when a direct result is obtained and when a result is obtained through an intermediate result.
[0210] (12) "Used" or "Using" The phrases "something was used" or "used something" mean that something other than the "something" may be taken into consideration. The phrases "used" or "used" may be used both in cases where a direct result is obtained and in cases where a result is obtained via an intermediate result.
[0211] (13) Prohibition "Prohibit" can be rephrased as "not permitted." Also, "not prohibited / prohibited" or "permitted / permitted" does not necessarily mean "obligation."
[0212] (14) "Restriction" or "Limitation" "Restriction" or "Limitation" can be rephrased as "not permitted / not allowed" or "not permitted / permitted." Furthermore, "prohibited / not prohibited" or "not permitted / permitted" does not necessarily mean "obligation." Furthermore, what is prohibited quantitatively or qualitatively may be either partial or total.
[0213] (15) Chroma The term chroma is an adjective, represented by the symbols Cb or Cr, that indicates that a sample array or a single sample represents one of the two color difference signals associated with a primary color. The term chroma is sometimes used instead of the term chrominance.
[0214] (16) Luma The term luma is an adjective, denoted by the symbols or subscripts Y or L, that indicates that a sample array or a single sample represents a monochrome signal for a primary color. The term luma is sometimes used instead of the term luminance.
[0215] The encoding / decoding system of this embodiment will be described below.
[0216] A typical three-dimensional model (also called a 3D model) digitally represents an object so that a user can explore the model using zoom, pan, and rotation in all three dimensions while it is rendered over time. One way to construct such a representation is to build a 3D mesh using triangles. The model stores the positions of the triangle vertices, their connectivity to each other, and their associated attributes (such as normals or UV patches).
[0217] Storing all this information in uncompressed form requires a very large storage space and therefore a very large bandwidth for transmission. The triangles that form the mesh often have repeating patterns and similar properties, especially in temporal and spatial neighborhoods. These repetitions can be exploited to develop efficient encoding and decoding methods for storage and transmission. One such encoding and decoding method is Video-based Dynamic Mesh Coding (V-DMC).
[0218] 26 is a block diagram showing another example of the configuration of the encoding / decoding system according to this embodiment. As shown in FIG. 26, the encoding / decoding system includes an encoding device 100 and a decoding device 200.
[0219] The encoding / decoding system accepts input three-dimensional meshes (also called 3D meshes) in the form of three-dimensional coordinates of vertices (vertex information), connectivity (connection information) and associated attributes (attribute information), which may include texture maps as well as geometry.
[0220] The encoding device 100 takes an input 3D mesh (also referred to as an input 3D mesh or input mesh) in the form of 3D coordinates of vertices, connectivity, and associated attributes. The encoding device 100 encodes all associated information into a stream. The stream may consist of a single bitstream or multiple bitstreams.
[0221] The network 300 transmits the stream generated by the encoding device to the decoding device 200. The network 300 may be the Internet, a wide area network (WAN), a local area network (LAN), or any combination thereof. Furthermore, the network 300 is not necessarily limited to a two-way communication network, but may also be a one-way communication network that transmits broadcast waves such as terrestrial digital broadcasting or satellite broadcasting. Instead of the network 300, a recording medium such as a digital versatile disc (DVD) or a blue-ray disc (BD) on which a stream is recorded may be used.
[0222] The stream is transmitted to a decoding device 200 via a network 300. The decoding device 200 decodes the bitstream and generates a 3D mesh using the 3D coordinates, connectivity, and associated attributes of the decoded vertices. The decoding device 200 outputs the generated 3D mesh (also referred to as an output 3D mesh or output mesh).
[0223] FIG. 27 is a diagram showing another example of the configuration of the encoding device 100.
[0224] As shown in FIG. 27, the encoding device 100 includes a preprocessor 1103 and a compressor 1106 .
[0225] The encoding device 100 reads an input mesh 1101 and an attribute map 1102 and passes them to a preprocessor 1103. The preprocessor 1103 processes the input mesh to extract a base mesh 1104 and displacement data 1105. The attribute map 1102, along with the extracted base mesh 1104 and displacement data 1105, are passed to a compressor 1106.
[0226] The compressor 1106 also compresses the base mesh 1104, the displacement data 1105, and the attribute map 1102 to generate a bitstream 1107. The compressor 1106 can transmit additional information to the decoding device 200 by further including metadata 1108 in the bitstream 1107.
[0227] FIG. 28 is a diagram showing another example of the configuration of the decoding device 200.
[0228] As shown in FIG. 28, the decoding device 200 includes a decompressor 2102 and a post-processor 2106 .
[0229] The decoding device 200 reads a bitstream 2101 and passes it to a decompressor 2102. The decompressor 2102 decompresses a base mesh 2103, displacement data 2104, and an attribute map 2108 from the bitstream 2101 and passes them to a post-processor 2106. An example of the displacement data 2104 is a displacement vector.
[0230] The post-processor 2106 also processes the base mesh 2103 according to the displacement data 2104 and the attribute map 2108 to generate an output mesh 2107. The post-processor 2106 may further use information from the metadata 2105 to generate the output mesh 2107.
[0231] The detailed configuration of the encoding device 100 will be described below.
[0232] FIG. 29 is a block diagram showing a detailed configuration example of the encoding device 100.
[0233] As shown in FIG. 29, the encoding device 100 includes a decimator 1201, a quantizer 1202, a base mesh encoder 1203, a base mesh decoder 1204, an inverse quantizer 1205, a subdivision unit 1206, a displacement vector calculator 1207, a wavelet transformer 1208, a quantizer 1209, an image packer 1210, a video encoder 1211, a color converter 1212, a video encoder 1213, and a multiplexer 1214.
[0234] The decimator 1201 acquires the mesh input to the encoding device 100 (corresponding to the input mesh 1101) as an original mesh, and generates a base mesh by performing a decimation process (in other words, a thinning process) on the acquired original mesh. The decimation process is a process of deleting (in other words, thinning) some of the vertices included in the original mesh. The decimation process may include a process of changing the positions of at least some of the vertices included in the original mesh, or a process of changing the connectivity of at least some of the vertices included in the original mesh. The decimation process is also simply referred to as decimation.
[0235] The base mesh generated by the decimation process has fewer vertices than the original mesh. The vertices of the base mesh may be located at different positions than the vertices of the original mesh. Also, the vertex connectivity of the base mesh may be different from the vertex connectivity of the original mesh. The decimator 1201 provides the generated base mesh to the quantizer 1202.
[0236] The quantizer 1202 quantizes the base mesh generated by the decimator 1201. The quantizer 1202 provides the quantized base mesh to the base mesh encoder 1203.
[0237] The base mesh encoder 1203 encodes the base mesh quantized by the quantizer 1202 into a bitstream (also called a base mesh bitstream) (in other words, generates a base mesh bitstream). The base mesh encoder 1203 provides the base mesh bitstream to the base mesh decoder 1204 and the multiplexer 1214.
[0238] The base mesh decoder 1204 obtains a quantized base mesh by decoding the base mesh bitstream provided by the base mesh encoder 1203. The base mesh decoder 1204 provides the quantized base mesh to the inverse quantizer 1205.
[0239] The inverse quantizer 1205 generates a base mesh (also referred to as a decoded base mesh) by inverse quantizing the quantized base mesh provided by the base mesh decoder 1204. The inverse quantizer 1205 provides the decoded base mesh to the subdivision unit 1206. There may be differences between the decoded base mesh generated by the inverse quantizer 1205 and the base mesh generated by the decimator 1201 due to the quantization and inverse quantization processes.
[0240] The subdivider 1206 performs a subdivision process on the decoded base mesh generated by the inverse quantizer 1205. The subdivision process may be a process of subdividing the faces of the decoded base mesh to make it smaller. The subdivider 1206 provides the subdivided decoded base mesh to the displacement vector calculator 1207.
[0241] Specifically, the subdivider 1206 subdivides the mesh by generating a new vertex between two connected vertices in the mesh. By repeating this process, the number of vertices in the mesh can be increased to a predetermined number. By repeating the subdivision process throughout the mesh (i.e., by performing the subdivision multiple times), multiple levels of detail (LoD) are generated.
[0242] The displacement vector calculator 1207 receives the original mesh obtained by the encoding device 100 and also receives the subdivided decoded base mesh from the subdivider 1206. The displacement vector calculator 1207 calculates a vector from a vertex of the subdivided decoded base mesh to a vertex, face, or edge of the original mesh as a displacement vector. The displacement vector calculator 1207 provides the displacement vector to the wavelet transformer 1208.
[0243] The wavelet transformer 1208 obtains wavelet coefficients by performing wavelet transform processing on the displacement vectors calculated by the displacement vector calculator 1207. The wavelet transformer 1208 provides the wavelet coefficients to the quantizer 1209. In the wavelet transform, the wavelet transformer 1208 assigns vertices to multiple LoD layers and applies, for example, a lifting transform to the displacement vectors of the vertices, thereby calculating wavelet coefficients that represent various components from low-frequency components to high-frequency components.
[0244] The quantizer 1209 quantizes the wavelet coefficients acquired by the wavelet transformer 1208. The quantizer 1209 can quantize the wavelet coefficients for each LoD layer. The quantizer 1209 provides the quantized wavelet coefficients to the image packer 1210.
[0245] The image packer 1210 generates an image containing wavelet coefficients quantized by the quantizer 1209. The image packer 1210 can generate the image by mapping the wavelet coefficients quantized by the quantizer 1209 to pixels in a two-dimensional image format. The image packer 1210 provides the generated image to the video encoder 1211. The process of mapping the quantized wavelet coefficients to pixels in the two-dimensional image format can use mapping information that represents the assignment of the quantized wavelet coefficients to pixels in the two-dimensional image format.
[0246] The video encoder 1211 encodes the image generated by the image packer 1210 into a bitstream (also called a displacement bitstream) (in other words, generates a displacement bitstream). The video encoder 1211 provides the displacement bitstream to the multiplexer 1214. The displacement bitstream may be a bitstream containing displacement information in an image format. The image format may be, for example, a format containing two chroma information pieces and one luma information piece.
[0247] The color converter 1212 obtains the attribute map obtained by the encoding device 100 as an original attribute map and performs color conversion processing on the original attribute map. The color conversion processing may include conversion processing of the color representation format or color space. The color converter 1212 provides the attribute map after color conversion processing to the video encoder 1213. Note that, although the description here takes as an example a case where the original attribute map is input to the color converter 1212, if the number or positions of vertices differ between the decoded mesh and the original mesh, the feature map may be converted to match the structure of the decoded mesh.
[0248] The video encoder 1213 encodes the attribute map converted by the color converter 1212 into a bitstream (also called an attribute bitstream) (in other words, generates an attribute bitstream). The video encoder 1213 provides the attribute bitstream to the multiplexer 1214.
[0249] The multiplexer 1214 obtains the base mesh bitstream from the base mesh encoder 1203, the displacement bitstream from the video encoder 1211, and the attribute bitstream from the video encoder 1213, and multiplexes these bitstreams to generate and output a compressed bitstream. The output of the compressed bitstream by the multiplexer 1214 may correspond to the output of the bitstream by the encoding device 100.
[0250] The process of encoding wavelet coefficients into a displacement bitstream, which is performed by the image packer 1210 and the video encoder 1211, may be performed by arithmetic coding. Alternatively, the image packer 1210 and the video encoder 1211 may be configured to select whether the process is performed by the image packer 1210 and the video encoder 1211 (also referred to as video coding) or by arithmetic coding. An example of such a configuration is described below.
[0251] Fig. 30 is a block diagram showing a modification of the detailed configuration of the encoding device 100. Fig. 30 shows a modification of the functional blocks enclosed by the dashed line in Fig. 29.
[0252] The displacement vector calculator 1207, wavelet transformer 1208, quantizer 1209, image packer 1210, and video encoder 1211 shown in FIG. 30 are the same as those shown in FIG.
[0253] As shown in FIG. 30 , the encoding device 100 further includes a switch 1221 , a switch 1222 , and an arithmetic encoder 1223 .
[0254] The switch 1221 and the switch 1222 are switchers that respectively switch whether the process of encoding wavelet coefficients into a displacement bitstream is performed by the image packer 1210 and the video coder 1211, or by the arithmetic coder 1223.
[0255] The switches 1221 and 1222 may dynamically switch the components that perform the above processing between the image packer 1210 and the video encoder 1211, and the arithmetic encoder 1223. Furthermore, the switches 1221 and 1222 may always (in other words, fixedly) use the image packer 1210 and the video encoder 1211 as the components that perform the above processing, or may always (in other words, fixedly) use the arithmetic encoder 1223.
[0256] The arithmetic coder 1223 performs the process of encoding the wavelet coefficients into a displacement bitstream by arithmetic coding.
[0257] The encoding device 100 may add information to the header information indicating whether the process of encoding the wavelet coefficients into the displacement bitstream was performed by the image packer 1210 and the video encoder 1211 (in other words, by a video encoding process) or by the arithmetic encoder 1223 (in other words, by an arithmetic encoding process). In this way, the decoding device 200 that receives the bitstream encoded as described above can appropriately decode the bitstream by referring to the header information and switching the decoding method for decoding the bitstream.
[0258] The encoding process performed by the encoding device 100 will be described in detail below.
[0259] Fig. 31 is a flow diagram showing the processing of the encoding device 100. Fig. 32 is an explanatory diagram conceptually showing the encoding of mesh frames. The processing of the encoding device 100 will be described with reference to Figs. 31 and 32.
[0260] In step S101, the encoding device 100 reads a 3D mesh frame, which is an input mesh frame, and its attributes. The input mesh frame is a mesh frame input to the encoding device 100. An example of the 3D mesh frame that is an input mesh frame is shown as mesh frame 1301 (see FIG. 32 ).
[0261] In step S102, the encoding device 100 performs a decimation process on the input mesh frame read in step S101 to generate a base mesh frame having fewer vertices than the input mesh frame. The base mesh frame generated by decimating the mesh frame 1301 is shown as a base mesh frame 1302 (see FIG. 32).
[0262] In step S103, the encoding device 100 calculates displacement information that the decoding device 200 uses to reconstruct a mesh frame. The displacement information corresponds to a displacement vector directed from a vertex of the base mesh frame generated in step S102 to a vertex of the input mesh frame. One method for calculating the displacement information is to subtract the coordinates of the vertex of the base mesh frame from the coordinates of the vertex of the input mesh frame. The displacement information calculated from the mesh frame 1301 and the base mesh frame 1302 is shown as displacement information 1303 (see FIG. 32). The displacement information 1303 is in vector format, in other words, expressed as a displacement vector.
[0263] In step S104, the encoding device 100 encodes the base mesh frame generated in step S102, the displacement information generated in step S103, and the attributes of the input mesh frame into a bitstream (corresponding to a compressed bitstream). An example of the bitstream is shown as bitstream 1304 (see FIG. 32).
[0264] Specifically, the bitstream 1304 includes vertex coordinates and connectivity information for vertices A, C, E, and F, displacement information, a video bitstream including texture data, and a compressed attribute map (see FIG. 32). The displacement information includes displacement information for displacing vertices based on vertex coordinates obtained from the subdivided base mesh frame. The compressed attribute map is texture coordinates for applying texture data to a mesh frame reconstructed using the base mesh frame and the displacement information.
[0265] The detailed configuration of the decoding device 200 will be described below.
[0266] FIG. 33 is a block diagram showing a detailed configuration example of the decoding device 200.
[0267] As shown in Figure 33, the decoding device 200 comprises a demultiplexer 2201, a base mesh decoder 2202, an inverse quantizer 2203, a subdivision unit 2204, a video decoder 2205, an image unpacker 2206, an inverse quantizer 2207, an inverse wavelet transformer 2208, a reconstructor 2209, a video decoder 2210, and a color transformer 2211.
[0268] The demultiplexer 2201 receives the compressed bitstream input to the decoding device 200 and separates it into a base mesh bitstream, a displacement bitstream, and an attribute bitstream. The demultiplexer 2201 provides the base mesh bitstream to the base mesh decoder 2202, the displacement bitstream to the video decoder 2205, and the attribute bitstream to the video decoder 2210. The compressed bitstream input to the decoding device 200 may be, for example, a compressed bitstream output by the encoding device 100, and this case will be described as an example.
[0269] The base mesh decoder 2202 obtains a quantized base mesh by decoding the base mesh bitstream provided by the demultiplexer 2201. The base mesh decoder 2202 provides the quantized base mesh to the inverse quantizer 2203.
[0270] The inverse quantizer 2203 generates a base mesh (also called a decoded base mesh) by inverse quantizing the quantized base mesh provided by the base mesh decoder 2202. The inverse quantizer 2203 provides the decoded base mesh to the subdivision unit 2204.
[0271] The subdivider 2204 performs a subdivision process on the decoded base mesh generated by the inverse quantizer 2203. The subdivision process is similar to the subdivision process performed by the subdivider 1206. The subdivider 2204 provides the subdivided decoded base mesh to the reconstructor 2209.
[0272] The video decoder 2205 decodes the displacement bitstream provided by the demultiplexer 2201 into an image, which may be an image stored by mapping quantized wavelet coefficients to pixels in a two-dimensional image format, and provides the image to the image unpacker 2206.
[0273] The image unpacker 2206 extracts quantized wavelet coefficients from the image provided by the video decoder 2205. The process of extracting the quantized wavelet coefficients from the image may use a mapping that represents the assignment of the quantized wavelet coefficients to pixels in a two-dimensional image format. The image unpacker 2206 provides the quantized wavelet coefficients extracted from the image to the inverse quantizer 2207.
[0274] The inverse quantizer 2207 generates wavelet coefficients by inverse quantizing the quantized wavelet coefficients provided by the image unpacker 2206 .
[0275] The inverse wavelet transformer 2208 generates a displacement vector (corresponding to a decoded displacement vector) by performing an inverse wavelet transform process on the wavelet coefficients provided by the inverse quantizer 2207. The inverse wavelet transform process corresponds to the inverse transform of the wavelet transform process performed by the wavelet transformer 1208. The inverse wavelet transformer 2208 provides the generated decoded displacement vector to the reconstructor 2209.
[0276] The reconstructor 2209 reconstructs a mesh (corresponding to a decoded mesh frame) using the subdivided decoded base mesh provided by the subdivider 2204 and the decoded displacement vectors provided by the inverse wavelet transformer 2208. The reconstructor 2209 also outputs the reconstructed decoded mesh as the output mesh 2107.
[0277] The video decoder 2210 decodes the attribute bitstream provided by the demultiplexer 2201 into an attribute map (corresponding to a decoded attribute map). The video decoder 2210 provides the decoded attribute map to a color converter 2211.
[0278] The color converter 2211 performs color conversion processing on the decoded attribute map provided by the video decoder 2210. The color conversion processing corresponds to the inverse conversion of the color conversion processing performed by the color converter 1212, and may include conversion processing of color representation formats or color spaces. The color converter 2211 outputs the decoded attribute map after the color conversion processing.
[0279] The process of decoding the displacement bitstream into wavelet coefficients, performed by the video decoder 2205 and the image unpacker 2206, may be performed by arithmetic coding. Furthermore, the configuration may be such that it is selectable whether the process is performed by the video decoder 2205 and the image unpacker 2206 (also referred to as video decoding) or by arithmetic coding. An example of such a configuration is described below.
[0280] Fig. 34 is a block diagram showing a modification of the detailed configuration of the decoding device 200. Fig. 34 shows a modification of the functional blocks enclosed by the dashed line in Fig. 33.
[0281] The video decoder 2205, image unpacker 2206, inverse quantizer 2207, inverse wavelet transformer 2208, and reconstructor 2209 shown in FIG. 34 are the same as those shown in FIG.
[0282] As shown in FIG. 34, the decoding device 200 further includes a switch 2221, a switch 2222, and an arithmetic decoder 2223.
[0283] The switch 2221 and the switch 2222 are switchers that respectively switch whether the process of decoding the displacement bitstream into wavelet coefficients is performed by the video decoder 2205 and image unpacker 2206, or by the arithmetic decoder 2223.
[0284] The switch 2221 and the switch 2222 may dynamically switch the components that perform the above processing between the video decoder 2205 and the image unpacker 2206 and the arithmetic decoder 2223. Furthermore, the switch 2221 and the switch 2222 may always (in other words, fixedly) use the video decoder 2205 and the image unpacker 2206 as the components that perform the above processing, or may always (in other words, fixedly) use the arithmetic decoder 2223.
[0285] The arithmetic decoder 2223 performs arithmetic decoding to decode the displaced bitstream into wavelet coefficients.
[0286] Note that the header information may include information indicating whether the process of decoding the displaced bitstream into wavelet coefficients was performed by the video decoder 2205 and the image unpacker 2206 (in other words, by a video decoding process) or by the arithmetic decoder 2223 (in other words, by an arithmetic decoding process). In this case, the decoding device 200 can appropriately decode the bitstream by switching the decoding method for the bitstream by referring to the header information.
[0287] The decoding process performed by the decoding device 200 will be described in detail below.
[0288] Fig. 35 is a flow diagram showing the processing of the decoding device 200. Fig. 36 is an explanatory diagram conceptually showing the decoding of a mesh frame (3D mesh). The processing of the decoding device 200 will be described with reference to Figs. 35 and 36.
[0289] In step S201, the decoding device 200 decodes a base mesh frame and attributes from a bitstream (corresponding to a compressed bitstream). An example of the decoded base mesh frame (corresponding to a decoded base mesh frame) is shown as a decoded base mesh frame 2301 (see FIG. 36).
[0290] In step S202, the decoding device 200 generates subdivided vertices by performing a subdivision process on the base mesh frame decoded in step S201. An example of a base mesh frame (mesh frame) including subdivided vertices is shown as a base mesh frame 2302 (see FIG. 36).
[0291] In step S203, the decoding device 200 decodes the disparity information from the bitstream (corresponding to the compressed bitstream). An example of the decoded disparity information is shown as disparity information 2303 (see FIG. 36). The disparity information 2303 is in vector format, in other words, expressed as a disparity vector.
[0292] In step S204, the decoding device 200 reconstructs the shape of the mesh frame by moving the vertices of the base mesh frame, including the subdivided vertices, to new positions using the displacement information, and then restores the mesh frame by applying attribute information. An example of the attribute is texture. An example of the reconstructed mesh frame is shown as mesh frame 2304 (see FIG. 36 ).
[0293] The subdivision is described below and is performed by a subdivider (specifically subdivider 1206 or subdivider 2204).
[0294] FIG. 37 is an explanatory diagram showing an example of subdivision.
[0295] The base mesh shown in FIG. 37(a) includes vertices A, B, and C and connectivity information indicating their connectivity.
[0296] 37(b) shows a mesh generated by the first subdivision, in other words, the mesh after the first subdivision. In the first subdivision, the subdivider generates vertices D, E, and F and connectivity information indicating their connectivity. The mesh generated by the subdivider is also referred to as LoD1 or first LoD.
[0297] Vertex D of the mesh after the first subdivision is a vertex generated by subdivision based on vertices A and B. Similarly, vertex F is a vertex generated by subdivision based on vertices B and C. Vertex E is a vertex generated by subdivision based on vertices A and C.
[0298] As an example, vertex D may be the midpoint of line segment AB (in other words, side AB) connecting vertices A and B that were the basis for its generation. Similarly, vertex E may be the midpoint of line segment AC. Vertex F may be the midpoint of line segment BC.
[0299] 37(c) shows the mesh generated by the second subdivision, i.e., the mesh after the second subdivision. In the second subdivision, the subdivider generates vertices G, H, I, J, K, L, M, N, and O and connectivity information indicating their connectivity. The mesh generated by the subdivider is also called LoD2 or second LoD.
[0300] Vertex G of the mesh after the second subdivision is a vertex generated by subdivision based on vertices A and D. Similarly, vertex H is a vertex generated by subdivision based on vertices A and E. Vertex I is a vertex generated by subdivision based on vertices B and D. Vertex J is a vertex generated by subdivision based on vertices D and F. Vertex K is a vertex generated by subdivision based on vertices E and F. Vertex L is a vertex generated by subdivision based on vertices C and E. Vertex M is a vertex generated by subdivision based on vertices B and F. Vertex N is a vertex generated by subdivision based on vertices C and F. Vertex O is a vertex generated by subdivision based on vertices D and E.
[0301] As an example, vertex G may be the midpoint of line segment AD (in other words, side AD) connecting vertices A and D, which were the source of its generation. Similarly, vertex H may be the midpoint of line segment AE. vertex I may be the midpoint of line segment BD. vertex J may be the midpoint of line segment DF. vertex K may be the midpoint of line segment EF. vertex L may be the midpoint of line segment CE. vertex M may be the midpoint of line segment BF. vertex N may be the midpoint of line segment CF. vertex O may be the midpoint of line segment DE.
[0302] The displacement of vertices will be described below with reference to Figures 38 and 39. The displacement of vertices is performed by the reconstructor 2209.
[0303] Fig. 38 is an explanatory diagram showing an example of displacement of vertices after subdivision, and Fig. 39 is an explanatory diagram showing an example of vertices of an original mesh.
[0304] The base mesh shown in FIG. 38(a) includes vertices A, B, C, and Z and connectivity information indicating their connectivity.
[0305] 38(b) shows a mesh generated by the first subdivision, in other words, a mesh after the first subdivision (i.e., the first LoD). In the first subdivision, the subdivider generates vertices S, T, U, X, or Y and connectivity information indicating their connectivity. The vertices S, T, U, X, or Y are similar to the vertices D, E, and F shown in FIG. 37(b).
[0306] 38(c) shows a mesh generated by the second subdivision, in other words, a mesh after the second subdivision (i.e., the second LoD). In the second subdivision, the subdivider generates vertices D, E, F, G, and H and connectivity information indicating their connectivity. Vertices D, E, F, G, and H are similar to vertices G, H, I, J, K, L, M, N, and O shown in FIG. 37(c).
[0307] Figure 38(d) shows a mesh including the vertices after they have been displaced after subdivision, with vertices A, B, C, D, E, F, G, H, S, T, U, X, Y, and Z shown in Figure 38(d) being located at positions displaced using displacement information from the positions of the vertices shown in Figure 38(c).
[0308] The original mesh shown in FIG. 39 is an example of the mesh input to the encoding device 100, that is, the mesh before encoding.
[0309] The mesh shown in Fig. 38 has a shape similar to that of the original mesh shown in Fig. 39. The displacement information is generated by the displacement vector calculator 1207 of the encoding device 100 as information indicating the displacement from the vertices of the base mesh to the vertices of the original mesh, and therefore, by reconstructing the mesh using the displacement information thus generated, a mesh having a shape similar to that of the original mesh is generated.
[0310] The decoding device 200 can output the mesh shown in FIG.
[0311] Next, the division of a mesh into sub-meshes will be described with reference to FIGS.
[0312] A mesh can be divided into smaller parts and coded separately, with the vertices of the mesh being divided in such a way that the coordinates and connectivity of the vertices in each part can be coded independently.
[0313] Fig. 40 is an explanatory diagram showing an example of a mesh, and Fig. 41 is an explanatory diagram showing an example of dividing a mesh into sub-meshes.
[0314] The mesh shown in FIG. 40 is the original mesh, which is sometimes called a full mesh in contrast to a sub-mesh.
[0315] Figure 41 shows how the full mesh shown in Figure 40 is divided into two sub-meshes. For vertices A, B, and C of the full mesh (see Figure 40), vertex A is duplicated to vertices A1 and A2, vertex B is duplicated to vertices B1 and B2, and vertex C is duplicated to vertices C1 and C2, thereby creating two sub-meshes (i.e., a first sub-mesh and a second sub-mesh) from the full mesh. The first sub-mesh and the second sub-mesh are each independently decodable meshes.
[0316] Packing of displacement information into image frames will be described below with reference to FIGS.
[0317] 42, 43 and 44 are explanatory diagrams showing examples of packing of displacement information into image frames. Note that image frames can also be called video frames.
[0318] The vertex displacement data is encoded as image frame data by being mapped to each component of a YUV format image frame (i.e., each of the Y component (Y Plane), U component (U Plane), and V component (V Plane)). This case will be described below as an example. As another example, the vertex displacement data may be encoded as image frame data by being mapped to each component of an RGB format image frame (each of the R component, G component, and B component).
[0319] The decoding device 200 can use an image encoding module to extract the displacement data. The displacement data can be in the form of X, Y, or Z components in a global coordinate system (e.g., a Cartesian coordinate system), or normal, tangential, or both tangential components in a local coordinate system. Methods for mapping the displacement data to an image frame include the following:
[0320] For example, in the first method, the displacement data is arranged in the image frame in scan order, and an example of packing the displacement data in this case is shown in Figure 42. The displacement data is directly mapped onto the image frame according to a predefined scan order.
[0321] Note that since an image frame has a fixed height and width, it may happen that the displacement data does not fit perfectly in the frame, in which case the remaining part of the image frame is padded with padding data (see Figure 42).
[0322] For example, in the second method, the displacement data is separated into multiple LoDs and mapped to the Y, U, and V components of the image frame. An example of packing of the displacement data in this case is shown in Figure 43. Here, the displacement data of the image frame of the next LoD starts immediately after the displacement data of the previous LoD ends. As in the first method, if the displacement data does not fit exactly into the image frame, padding is performed at the end of the image frame (see Figure 43).
[0323] For example, in the third method, displacement data corresponding to the LoD is mapped to the Y component, U component, and V component of the image frame in a manner different from that in the second method. An example of packing of the displacement data in this case is shown in Figure 44. In this way, each LoD can be decoded independently. In the third method, middle padding is performed on the displacement data of each LoD, and CTU alignment is performed together with padding at the end of the video frame (see Figure 44).
[0324] The details of subdivision are explained below.
[0325] <Subdivision> Figure 45 is a diagram showing an example of two subdivided submeshes having boundary edges according to an embodiment. Specifically, (a) of Figure 45 shows an example of a submesh, and (b) of Figure 45 shows another example of a submesh. (c) of Figure 45 shows a 3D mesh in which the submesh shown in (a) of Figure 45 and the submesh shown in (b) of Figure 45 are merged (i.e., combined).
[0326] The decoding device subdivides each edge of the submesh based on position information of each vertex constituting the submesh and connection information indicating the connection relationship between each vertex, i.e., information on the multiple edges constituting the submesh. In the subdivision, for example, new vertices (three-dimensional points) are generated on the edges. The generated vertices are connected by new edges, for example. As a result, for example, each of the multiple faces included in the submesh is subdivided into multiple faces. For example, a triangular face enclosed by three vertices included in the submesh is subdivided into four faces.
[0327] The decoding device performs subdivision for each submesh and merges the submeshes to reconstruct a three-dimensional mesh corresponding to the original mesh.
[0328] Here, the encoding device generates multiple submeshes from an original mesh and encodes, for each submesh, position information, displacement information, etc., of the vertices constituting each submesh. Therefore, the position information, displacement information, etc., of the vertices constituting each submesh may be encoded using different encoding parameters for each submesh. As a result, when a decoding device performs subdivision based on this encoded information, an edge (also called a boundary edge) shared by two or more submeshes may be subdivision at a different position for each submesh, or the number of times each submesh is subdivision may differ. This may result in a problem in which the submeshes cannot be merged properly.
[0329] For example, in the example shown in Figure 45, side CD is a boundary edge. When the submesh shown in Figure 45(a) is subdivided, for example, vertex F is generated on side CD. Also, when the submesh shown in Figure 45(c) is subdivided, for example, vertex M is generated on side CD. If the positions of vertex F and vertex M are different, or if the number of vertices generated on side CD is different, that is, if the number of times side CD is subdivided is different, when the submesh shown in Figure 45(a) and the submesh shown in Figure 45(b) are merged, gaps will be created around side CD, and the merge will not be appropriate.
[0330] To solve this problem caused by using different subdivision schemes in adjacent submeshes (i.e., submeshes having the same boundary edge), the present application imposes a constraint that all boundary edges have the same type of subdivision scheme and the same number of iterations. That is, for example, when subdividing a boundary edge, the subdivision is performed in each submesh using the same subdivision method and the same number of subdivisions. As a result, if the displacement information (i.e., the value of the displacement vector) of vertex F and vertex M is the same, the vertices generated by the subdivision are displaced, and after the submeshes are merged, there can be no gaps around the boundary edge, as shown in (c) of Figure 45.
[0331] Note that the subdivision of the boundary edge may be performed using a predetermined subdivision method and / or a predetermined number of subdivisions, or the encoding device may determine the predetermined subdivision method and / or the predetermined number of subdivisions and signal the determined information in the bitstream. Also, for example, the alignment of vertex F with vertex M may be performed when subdividing a submesh or when merging multiple submeshes.
[0332] [First Aspect] Next, the first aspect of subdivision will be described.
[0333] 46 is a flowchart showing the process of the decoding device according to the embodiment, in which a predetermined subdivision method is used.
[0334] First, the decoding device decodes, from the bitstream, a first vertex and a second vertex that are connected via an edge (S301). Specifically, the decoding device obtains, from the bitstream, position information of the first vertex and the second vertex and connection information indicating whether the first vertex and the second vertex are connected.
[0335] Next, the decoding device determines whether the edge connecting the first vertex and the second vertex is a boundary edge (S302).
[0336] When the decoding device 200 determines that the edge connecting the first vertex and the second vertex is a boundary edge (Yes in S302), it derives a third vertex from only the first vertex and the second vertex (S303). That is, the position of the third vertex is derived based only on the positions of the first vertex and the second vertex, and the third vertex is complemented (added).
[0337] On the other hand, if the decoding device determines that the edge connecting the first vertex and the second vertex is not a boundary edge (No in S302), it derives a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex (S304). That is, the position of the fourth vertex is derived based on the positions of the first vertex, the second vertex, and at least one fifth vertex, and the fourth vertex is complemented.
[0338] The number of fifth vertices may be one or more, that is, the fourth vertex may be derived from three or more vertices including the first vertex and the second vertex.
[0339] The processes in steps S303 and S304 are merely examples, and other methods may be used.
[0340] 47 and 48 are diagrams illustrating an example of a boundary edge and a non-boundary edge, respectively, according to an embodiment.
[0341] A boundary edge is, for example, an edge that is shared by multiple sub-meshes.
[0342] On the other hand, a non-boundary edge is an edge that is not shared by multiple sub-meshes, i.e., an edge that is included in only one of the multiple sub-meshes included in the base mesh.
[0343] In the example shown in FIG. 47 , only one face Y formed by side AB and vertex F is connected to side AB. Therefore, side AB is a boundary edge. Also, for example, only one face Z formed by side EF and vertex D is connected to side EF. Therefore, side EF is a boundary edge.
[0344] Also, for example, side BD is connected to two faces: face W formed by side BD and vertex C, and face X formed by side BD and vertex F. Therefore, side BD is not a boundary edge but a non-boundary edge. Also, for example, side DF is connected to two faces: face X formed by side DF and vertex B, and face Z formed by side DF and vertex E. Therefore, side DF is not a boundary edge but a non-boundary edge.
[0345] For example, in step S303, if the edge connecting the first vertex and the second vertex is a boundary edge, the decoding device derives the third vertex from only the first vertex and the second vertex. For example, in FIG. 47, vertex A is assumed to be the first vertex and vertex C is assumed to be the second vertex. Furthermore, vertex A and vertex C are assumed to be on the boundary edge. In this case, vertex B, which is the third vertex, is derived from only the first vertex and the second vertex. As an example of deriving the coordinates (position) of B, there is a method of assigning the midpoint between vertex A, which is the first vertex, and vertex C, which is the second vertex, to the coordinates. In other words, the coordinates of the midpoint between vertex A and vertex C may be calculated as the coordinates of intersection B.
[0346] Also, for example, in step S304, if the edge connecting the first vertex and the second vertex is not a boundary edge, the decoding device derives a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex. For example, in FIG. 48, vertex B is the first vertex, and vertex D is the second vertex. Furthermore, vertex B and vertex D are not on a boundary edge. In other words, edge BD is a non-boundary edge. In this case, vertex H, which is the fourth vertex, is derived from vertex B, which is the first vertex, vertex D, which is the second vertex, and vertex F, which is another fifth vertex. As an example of deriving the coordinates of vertex H, there is a method of assigning the coordinates of vertex H when vertex F, which is the fifth vertex, is orthogonally projected onto edge BD.
[0347] For example, one or more parameters are decoded from a bitstream. Alternatively, the one or more parameters may be decoded from a header of the bitstream. Alternatively, the one or more parameters may include boundary edge information indicating which of the multiple edges constituting the submesh are boundary edges. The decoding device may identify the boundary edges using the decoded boundary edge information.
[0348] FIG. 49 is a diagram illustrating an example of syntax for signaling different sub-division types (also referred to as sub-division methods) and the number of sub-divisions in a header according to an embodiment.
[0349] The encoding device generates a bitstream that includes, for example, information (subdivision_type) indicating the method of subdividing each edge that constitutes the submesh (also simply referred to as the submesh subdivision method) and information (subdivision_num_iteration) indicating the number of times that each edge that constitutes the submesh is subdivided (also simply referred to as the number of times that the submesh is subdivided) in the header of the submesh.
[0350] FIG. 50 is a diagram illustrating an example of syntax for signaling a subdivision type and the number of subdivisions using a sequence parameter set (SPS) according to an embodiment.
[0351] The encoding device generates a bitstream whose sequence parameter set includes, for example, information indicating whether an edge is a boundary edge (boundary_subdivision_flag), information indicating a method for subdividing the boundary edge (also simply referred to as the boundary edge subdivision method) (boundary_subdivision_type), and information indicating the number of times the boundary edge is subdivided (also simply referred to as the number of times the boundary edge is subdivisioned) (boundary_subdivision_num_iteration).
[0352] FIG. 51 is a diagram showing an example of syntax for determining the subdivision type and the number of subdivisions using a sequence parameter set according to an embodiment, and for checking whether an edge is on a boundary.
[0353] For example, if an edge is a boundary edge, the decoding device subdivides the edge based on information indicating a boundary edge subdivision method and information indicating the number of subdivisions of the boundary edge, which are included in the SPS of the bitstream acquired from the encoding device. On the other hand, if the edge is not a boundary edge, the decoding device subdivides the edge based on information indicating a subdivision method of the submesh and information indicating the number of subdivisions of the submesh, which are included in the header of the submesh of the bitstream acquired from the encoding device.
[0354] In addition, information indicating the subdivision method of the submesh and / or information indicating the number of times the submesh is subdivision may be stored in a parameter set common to each frame if it is common to each frame, or may be stored in a parameter set common to the sequence if it is common to the sequence.
[0355] In addition, if this information is common to each sub-mesh, this information does not need to be signaled in the header of the sub-mesh. Also, if the sub-division method of the sub-mesh and / or the number of sub-divisions of the sub-mesh are not signaled in any of the headers of adjacent sub-meshes, it may be determined that the sub-division method of the sub-mesh and / or the number of sub-divisions of the sub-mesh are common to each sub-mesh, and it may be determined not to use this method.
[0356] In the above, an example is shown in which information indicating the subdivision method of the boundary edge and information indicating the number of subdivisions of the boundary edge are stored in a parameter set common to the sequence (specifically, SPS), but these pieces of information may also be stored in a parameter set common to the frame.
[0357] Furthermore, the subdivision method and / or the number of subdivisions indicated by the information stored in the parameter set common to the sequence may be used for the subdivision method of the boundary edges and / or the number of subdivisions of the boundary edges, i.e., when the subdivision method and / or the number of subdivisions are signaled both in the parameter set common to the sequence and in the header of the submesh, the decoding device may use the value of the submesh header for the subdivision of the submesh and the value of the parameter set common to the sequence for the subdivision of the boundary edges.
[0358] For example, if at least one of the multiple edges constituting a submesh is a boundary edge and the number of subdivisions of the boundary edge is different from the number of subdivisions of the submesh, it is necessary to define how to subdivide the multiple edges constituting the submesh including the boundary edge and how to connect the vertices to generate a new mesh. Note that the number of subdivisions of the boundary edge of a submesh may be different from the number of subdivisions of the submesh, or the number of subdivisions of the boundary edge of a submesh to be merged may be different from the number of subdivisions of the submesh.
[0359] FIG. 52 is a flowchart showing an example of a process for dividing a plurality of edges that form a submesh according to an embodiment.
[0360] First, the decoding device determines whether or not at least one of the multiple edges constituting a mesh (specifically, a submesh) is a boundary edge (S401).
[0361] If the decoding device determines that at least one of the multiple edges that make up the submesh is a boundary edge (Yes in S401), it compares the number of subdivisions of the boundary edge with the number of subdivisions of the submesh (S402).
[0362] Next, the decoding device performs subdivision based on the comparison result in step S402 (S403).
[0363] For example, the boundary edge is sub-divided A times, and the sub-mesh is sub-divided B times.
[0364] For example, when A=B, the decoding device performs subdivision using a method A described below. Also, for example, when A<B, the decoding device performs subdivision using a method B (method B1 or method B2) described below. Also, for example, when A>B, the decoding device performs subdivision using a method C (method C1 or method C2) described below.
[0365] In addition, if the decoding device determines that at least one of the multiple edges that make up the submesh is not a boundary edge (No in S401), it subdivides the multiple edges using the submesh subdivision method and the number of times the submesh is subdivisioned (S404).
[0366] [Method A] When subdivision is performed using Method A, that is, when the number of subdivisions of the boundary edge (A times) is the same as the number of subdivisions of the submesh (B times) (A = B), the decoding device generates a new mesh by subdividing each edge constituting the submesh and connecting the vertices generated by the subdivision. The decoding device repeats this process A (= B) times.
[0367] When the decoding device performs subdivision using method B, that is, when the number of subdivisions of the boundary edge (A times) is less than the number of subdivisions of the submesh (B times) (A<B), the decoding device performs subdivision using the following method B1 or method B2.
[0368] [Method B1] Figure 53 is a diagram illustrating a first example of a process for dividing multiple edges constituting a submesh according to an embodiment. In the example shown in Figure 53, polygon ABCD is the submesh, side CD (side CF' and side F'D) and side EC are boundary edges, and the other edges are non-boundary edges. In the example shown in Figure 53, the submesh is sub-divided twice, and the boundary edge is sub-divided once.
[0369] In the example shown in step S303, the decoding device decodes a parameter from the bitstream and derives the number of subdivisions of the boundary edge based on the parameter, which may be a value indicating the exact number of subdivisions of the boundary edge or a value indicating the difference with the number of subdivisions of the sub-mesh.
[0370] If the number of subdivisions of a boundary edge is less than the number of subdivisions of a submesh, the decoding device performs subdivision on the boundary edge (edge CD) the number of times as many times as the number of subdivisions of the boundary edge, as shown in FIG. 53 . In this example, for example, the decoding device generates vertex F′ by subdividing edge CD once. Then, the decoding device subdivides each of the edges that are not boundary edges (e.g., edges AB, BC, AD, and BD). Furthermore, the decoding device subdivides the edges that are not boundary edges and the newly generated vertices by connecting them. As a result, the edges that are not boundary edges are subdivided twice. Furthermore, the decoding device creates edge CW by connecting vertex C and the newly generated vertex W, and creates edge DT by connecting vertex D and the newly generated vertex T. The decoding device then creates edge TL.
[0371] In this way, the decoding device determines, for example, whether the number of subdivisions of a submesh is different from the number of subdivisions of a boundary edge and whether the number of subdivisions of a submesh is greater than the number of subdivisions of a boundary edge.
[0372] If the determination is Yes, the decoding device first subdivides each edge constituting the submesh using the conventional method (connecting each vertex after division to generate a new mesh) up to the number of times the boundary edge is subdivided. If the number of times the boundary edge is subdivided is exceeded, the decoding device repeats the following process until the number of times the submesh is subdivided.
[0373] The decoding device determines whether at least one edge of a mesh to be subdivided (e.g., a polygonal face included in the submesh) is a boundary edge of the submesh, and if there is no boundary edge, the decoding device performs normal subdivision, and if there is a boundary edge, the decoding device subdivides the non-boundary edge.
[0374] Furthermore, when the number of boundary edges in the mesh to be subdivided is one and the number of non-boundary edges is two, the decoding device connects the vertices generated by subdividing at least the non-boundary edges, and generates a new mesh using one of two edges formed by connecting the generated vertex to each of the two vertices constituting the boundary edges. Furthermore, for example, the decoding device determines a priority based on whether the edge to which the vertex is connected is subdivided, and determines which edge to use according to the determined priority.
[0375] Alternatively, a new mesh may be generated using both of the two edges.
[0376] Furthermore, for example, the plurality of edges constituting the submesh may include edges that are not sub-divided, and for example, information indicating the edges that are not sub-divided may be included in the bitstream.
[0377] Method B2: In Method B1, when performing subdivision, if the number of subdivisions of a boundary edge is exceeded, if there is no boundary edge, the normal subdivision method is performed, otherwise the non-boundary edge is subdivisioned.
[0378] In contrast, method B2 performs the normal subdivision method if there are no boundary edges, and does not perform subdivision if there are boundary edges.
[0379] 54 is a diagram illustrating a second example of a process for dividing a plurality of edges constituting a submesh according to an embodiment. In the example shown in FIG. 54, polygon ABCD is the submesh, edges CD (edges CF' and F'D) and EC are boundary edges, and the other edges are non-boundary edges. In the example shown in FIG. 54, the submesh is sub-divided twice, and the boundary edge is sub-divided once.
[0380] In another example of step S303, the decoding device decodes a parameter from the bitstream and derives the number of subdivisions of the boundary edge based on the parameter. The parameter is, for example, a value indicating the exact number of subdivisions of the boundary edge or a value indicating the difference from the number of subdivisions of the submesh. If the value indicating the number of subdivisions of the boundary edge is smaller than the value indicating the number of subdivisions of the submesh, the decoding device subdivides each edge constituting the submesh a number of times corresponding to the value indicating the number of subdivisions of the boundary edge, as shown in FIG. 54 . Thereafter, the decoding device does not explicitly shift vertex W and vertex T. Instead, the decoding device shifts vertex F, for example, based on the shift information, and then projects vertex W onto edge EF and vertex T onto edge GF, thereby subdividing edges EF and GF. In this way, even after the face (specifically, each vertex constituting the face) is shifted, vertices E, W, and F′ and vertices G, T, and F′ are aligned on a straight line. Next, the decoding device creates the sides CW and DT, and further creates the side TL.
[0381] [Method C1] Figure 55 is a diagram illustrating a third example of a process for dividing multiple edges constituting a submesh according to an embodiment. In the example shown in Figure 55, polygon CDU is the submesh, and edge CD is a boundary edge. Edges CU and DU are non-boundary edges. In the example shown in Figure 55, the submesh is sub-divided once, and the boundary edge is sub-divided twice.
[0382] If the number of subdivisions of the boundary edge is greater than the number of subdivisions of the submesh, the decoding device first subdivides all edges that include the boundary edge the number of times equal to the number of subdivisions of the submesh, as shown in Figure 55. Then, the decoding device subdivides the boundary edge until the number of times the boundary edge has been subdivided equals the number of subdivisions of the boundary edge.
[0383] In addition, if the number of subdivisions of a submesh is less than the number of subdivisions of a boundary edge, the number of subdivisions of the boundary edge may be regarded as the number of subdivisions of the submesh. For example, if (the number of subdivisions of a submesh) < (the number of subdivisions of a boundary edge), the decoding device may regard (the number of subdivisions of a submesh) = (the number of subdivisions of a boundary edge), so that the number of subdivisions of the boundary edge may be defined not to exceed the number of subdivisions of the submesh.
[0384] [Method C2] Figure 56 is a diagram illustrating a fourth example of a process for dividing multiple edges constituting a submesh according to an embodiment. In the example shown in Figure 56, polygon CDU is the submesh, and edge CD is a boundary edge. In the example shown in Figure 56, edges CU and DU are non-boundary edges. In the example shown in Figure 56, the submesh is sub-divided once, and the boundary edge is sub-divided three times.
[0385] If the number of subdivisions of the boundary edge is greater than the number of subdivisions of the submesh, the decoding device first subdivides the boundary edge a number of times equal to the number of subdivisions of the boundary edge minus the number of subdivisions of the submesh to generate edges UQ, UM, and UR. Then, the decoding device subdivides all edges including the boundary edge a number of times equal to the number of subdivisions of the submesh, as shown in FIG.
[0386] 57 is a diagram illustrating a fifth example of a process for dividing a plurality of edges constituting a submesh according to an embodiment of the present invention, specifically, a method for subdividing an edge BD, which is a non-boundary edge.
[0387] In an example of step S304, the decoding device determines that side BD is a non-boundary edge. Then, the decoding device derives vertex G using vertex B, vertex D, and vertex A. For example, the decoding device determines the intersection of the bisector of angle BAD and side BD as vertex G. For example, the decoding device subdivides side BD by generating vertex G in this way.
[0388] When an edge is subdivided, the subdivision method and the number of subdivisions may be set to be the same.
[0389] For example, the decoding device may determine whether a submesh to be subdivided includes a boundary edge, and if the submesh does not include a boundary edge, may perform subdivision using the submesh subdivision method and the submesh subdivision count. On the other hand, if the submesh includes a boundary edge, the decoding device may perform subdivision using either or both of (i) the submesh subdivision method and the submesh subdivision count, and (ii) the boundary edge subdivision method and the boundary edge subdivision count.
[0390] A predetermined subdivision method and number of subdivisions may be used for the subdivision. Alternatively, the encoding device may determine the subdivision method and number of subdivisions and transmit the determined subdivision method and number of subdivisions in a bitstream.
[0391] Furthermore, for example, a method may be adopted in which either the information regarding the subdivision of boundary edges (e.g., the subdivision method of boundary edges and the number of times the boundary edges are subdivisioned) or the information regarding the subdivision of submeshes (e.g., the subdivision method of submeshes and the number of times the submeshes are subdivisioned) is determined in a predetermined manner, and the other is notified by signaling.
[0392] Also, the subdivision of submeshes may be performed using a subdivision method that is suitable for subdivision of submeshes, and the subdivision of boundary edges may be performed using a subdivision method that is suitable for subdivision of boundary edges. Different subdivision methods may be used for boundary edges and non-boundary edges if suitable subdivision methods exist, or the same subdivision method may be used for boundary edges and non-boundary edges if suitable subdivision methods do not exist.
[0393] The subdivision method may be switched depending on the result of comparing the number of subdivisions of the boundary edges with the number of subdivisions of the sub-meshes.
[0394] The subdivision of a mesh to be subdivided may use the boundary edge subdivision number for boundary edges and the submesh subdivision number for non-boundary edges, or may use either the boundary edge subdivision number or the submesh subdivision number.
[0395] The order in which the above determination processes are performed may be changed arbitrarily.
[0396] [Effects of the first aspect] In the configuration according to the first aspect, it is possible to merge sub-meshes coded using different sub-division methods or sub-division counts, thereby improving the subjective quality of the full mesh (the three-dimensional mesh after merging multiple sub-meshes).
[0397] [Combination with Other Aspects] The decoding device of this aspect can be implemented by combining it with at least a part of other aspects of the present disclosure. Furthermore, this aspect may be implemented by combining a part of the process shown in any of the flowcharts according to this aspect, a part of the configuration of any of the devices, and / or a part of the syntax, etc., with other aspects.
[0398] The above-described processing of the decoding device can also be performed in the encoding device. Furthermore, not all of the components shown in this aspect are always required, and only some of the components of the first aspect may be included.
[0399] [Second Aspect] Fig. 58 is a diagram for explaining a sixth example of the process for dividing a plurality of edges constituting a submesh according to an embodiment. Specifically, Fig. 58 is a diagram for explaining another example of the process of step S303.
[0400] In step S303, for example, the encoding device encodes into the bitstream a parameter for the decoding device to use to derive the number of subdivisions of the boundary edge. The parameter may be a value indicating the exact number of subdivisions of the boundary edge, or a value indicating the difference from the number of subdivisions of the submesh. If the value indicating the number of subdivisions of the boundary edge (derived value) is greater than the value indicating the number of subdivisions of the submesh, the encoding device performs subdivision of the boundary edge corresponding to the derived value. For example, if the derived value is 3, three vertices (vertex Q, vertex M, and vertex R) are generated along the boundary edge, and their connectivity is added to the base mesh of the submesh, as shown in FIG. 58. The decoding device performs subdivision corresponding to the number of subdivisions of the submesh. As a result, the decoding device performs uniform subdivision along all edges, including the boundary edge, in the modified base mesh corresponding to the submesh that has been subdivided by the number of subdivisions of the submesh.
[0401] [Effects of the Second Aspect] In the configuration according to the second aspect, sub-meshes coded using different sub-division methods or different sub-division counts can be merged, thereby improving the subjective quality of the full mesh.
[0402] [Combination with Other Aspects] This aspect of the encoding device can be implemented by combining it with at least a part of other aspects of the present disclosure. Furthermore, this aspect may be implemented by combining a part of the process shown in any of the flowcharts according to this aspect, a part of the configuration of any of the devices, and / or a part of the syntax, etc., with other aspects.
[0403] The above-described processing of the encoding device can also be similarly executed in the decoding device. Also, not all of the components described in this aspect are always required, and only some of the components of the first aspect may be included.
[0404] <Summary of the Disclosure> Next, an example of an overview of the technology obtained from the disclosure of this specification will be given.
[0405] For example, in the decoding method of the present disclosure, for multiple submeshes that make up an overall image three-dimensional mesh, position information of vertices included in polygons that make up the submeshes and connection information regarding the connection relationships of the vertices are obtained from the encoded bitstream (i.e., information decoding), the polygons are generated using the position information and the connection information (i.e., face decoding), it is determined whether or not an edge that makes up the polygon is a boundary of the submesh (i.e., edge condition determination), a division process for the edge is determined based on the determination result (i.e., subdivision process determination based on the determination result), and the edge is divided (subdivision) using the division process.
[0406] Specific examples and variations of the division process are described below.
[0407] In the division process, a method for dividing the edge (division method) may be specified.
[0408] In the division process, the number of times to divide the edge (number of divisions) may be specified.
[0409] In the division process, a method and number of times to divide the edge (division method and number of divisions) may be specified.
[0410] The division process may be a process of generating a new vertex based on position information of a plurality of vertices that form the edge (another definition of the division process).
[0411] The decoding process may decode parameters specifying the segmentation process from the coded bitstream (segmentation process signaling).
[0412] At least one of the division processes may be defined in advance (predetermined division process).
[0413] The splitting process includes not splitting the edge (no split option).
[0414] Specific examples and modifications of the determination process will be described below.
[0415] In the determination process, it may be determined whether or not one of the sides constituting the polygon to be processed is the boundary of the sub-mesh (determination process for each side).
[0416] The determination process may determine whether or not any of the edges constituting the polygon is a boundary edge of the sub-mesh (determining whether or not the polygon includes a boundary edge).
[0417] The submesh boundary may be an edge that includes at both ends a plurality of vertices that constitute a plurality of submeshes (definition of boundary).
[0418] A specific example of the relationship between the determination result and the division process will be described below.
[0419] In the division process, when the side to be processed is the submesh boundary, the side may be divided using a first division process.
[0420] In the division process, when the side to be processed is not the submesh boundary, the side may be divided using a second division process.
[0421] In the division process, when the polygon includes an edge that is the submesh boundary, the edge that is the submesh boundary may be divided using a first division process, and the edge that is not the submesh boundary may be divided using a second division process.
[0422] In the division process, when the polygon does not include an edge that is the boundary of the sub-mesh, all edges included in the polygon may be divided using a second division process.
[0423] In the division process, when the polygon includes an edge that is the submesh boundary, it may be determined whether the first division process and the second division process have a predetermined relationship, and the division process may be determined based on the determination result. For example, the division process may be switched based on a result of comparing the number of divisions specified by the first division process and the second division process.
[0424] Specific examples of the first division process (boundary division process) and the second division process (non-boundary division process) will be described below.
[0425] The first division process and the second division process may be different processes (different division processes may be selected).
[0426] The first division process may be selected from a first division process group, and the second division process may be selected from a second division process group. The first division process group and the second division process group may include different division processes (selected from a plurality of division processes, with different options).
[0427] The first division process may select the same process common to a plurality of sub-meshes, or the division process may select processes from the same group in a plurality of sub-meshes.
[0428] The first division process may be determined on a sequence-by-sequence or frame-by-frame basis. Furthermore, parameters used in the first division process may be coded into the coded bitstream.
[0429] The second division process may be determined for each sub-mesh. Furthermore, parameters used in the second division process may be coded into the coded bitstream.
[0430] Note that "different processing" may mean processing in which at least one of the number of divisions or the division method is different.
[0431] Also, for example, an encoding device of the present disclosure includes a circuit and a memory connected to the circuit, wherein during operation, the circuit encodes a first vertex and a second vertex into a bitstream, the first vertex being connected to the second vertex via an edge, determines whether the edge is a boundary edge, and if the edge is the boundary edge, derives a third vertex from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the positions of the first vertex and the second vertex, and if the edge is not the boundary edge, derives a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the positions of the first vertex, the second vertex, and at least one fifth vertex.
[0432] Furthermore, for example, a coding device according to the present disclosure includes an input terminal to which at least one image is input, a block divider that divides a first image included in the at least one image into a plurality of blocks, an intra predictor that predicts a block included in the first image using a reference image included in the first image, an inter predictor that predicts a block included in the first image using a reference block included in a second image different from the first image, a loop filter that filters the block included in the first image, a converter that converts a prediction error between an original signal and a prediction signal generated by the intra predictor or the inter predictor to generate a transform coefficient, a quantizer that quantizes the transform coefficient to generate a quantized coefficient, and an entropy coding circuit that performs variable-length coding of the quantized coefficient to generate a coded bitstream. and an output terminal to which a bitstream including coded quantized coefficients and control information is output, wherein the encoder encodes the first vertex and the second vertex into the bitstream, the first vertex being connected to the second vertex via an edge, determines whether the edge is a boundary edge, and if the edge is the boundary edge, derives a third vertex from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the positions of the first vertex and the second vertex; and if the edge is not the boundary edge, derives a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the positions of the first vertex, the second vertex, and at least one fifth vertex.
[0433] Also, for example, a decoding device of the present disclosure includes a circuit and a memory connected to the circuit, wherein during operation, the circuit decodes a first vertex and a second vertex from a bitstream, the first vertex being connected to a second vertex via an edge, determines whether the edge is a boundary edge, and if the edge is a boundary edge, derives a third vertex from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the position of the first vertex and the position of the second vertex, and if the edge is not the boundary edge, derives a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the position of the first vertex, the position of the second vertex, and the position of at least one fifth vertex.
[0434] Furthermore, for example, a decoding device of the present disclosure includes an input terminal to which a bitstream is input, a decoder that decodes the bitstream and outputs quantized coefficients, an inverse quantizer that dequantizes the quantized coefficients and outputs transform coefficients, an inverse transformer that inversely transforms the transform coefficients and outputs prediction errors, an intra predictor that predicts blocks included in an image using a reference image included in a first image, an inter predictor that predicts blocks included in the first image using a reference block included in a second image different from the first image, a loop filter that filters blocks included in the first image, and an output terminal that outputs an image including the first image, wherein the decoder A first vertex and a second vertex are decoded from the bitstream, the first vertex being connected to a second vertex via an edge; determining whether the edge is a boundary edge; if the edge is the boundary edge, deriving a third vertex from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the position of the first vertex and the position of the second vertex; if the edge is not the boundary edge, deriving a fourth vertex from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the position of the first vertex, the position of the second vertex, and the position of at least one fifth vertex.
[0435] Furthermore, for example, in the encoding method of the present disclosure, a first vertex and a second vertex are encoded into a bitstream, the first vertex is connected to the second vertex via an edge, and it is determined whether the edge is a boundary edge. If the edge is the boundary edge, a third vertex is derived from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the positions of the first vertex and the second vertex. If the edge is not the boundary edge, a fourth vertex is derived from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the positions of the first vertex, the second vertex, and at least one fifth vertex.
[0436] Also, for example, in the decoding method of the present disclosure, a first vertex and a second vertex are decoded from a bitstream, the first vertex is connected to a second vertex via an edge, and it is determined whether the edge is a boundary edge. If the edge is the boundary edge, a third vertex is derived from only the first vertex and the second vertex, and the position of the third vertex is interpolated based only on the position of the first vertex and the position of the second vertex. If the edge is not the boundary edge, a fourth vertex is derived from the first vertex, the second vertex, and at least one fifth vertex different from the first vertex and the second vertex, and the position of the fourth vertex is interpolated based on the position of the first vertex, the position of the second vertex, and the position of at least one fifth vertex.
[0437] Also, for example, whether the edge is the boundary edge is determined based on the number of connections to the edge. Also, for example, whether the edge is the boundary edge is determined using one or more parameters decoded from the bitstream. Also, for example, the one or more parameters are decoded from a header of the bitstream. Also, for example, the first vertex, the second vertex, the third vertex, the fourth vertex, and the fifth vertex are vertices of a three-dimensional mesh frame. Also, for example, the first vertex, the second vertex, the third vertex, the fourth vertex, and the fifth vertex are vertices of a three-dimensional sub-mesh.
[0438] In the field of multimedia data coding technology, it is desirable to propose new methods for improving coding efficiency, improving image quality, and reducing circuit scale.
[0439] Each of the embodiments, some of the components, and each of the methods in the present disclosure enables at least one of, for example, improved coding efficiency, improved image quality, reduced encoding / decoding processing volume, reduced circuit size, and improved encoding / decoding processing speed. Alternatively, each of the embodiments, some of the components, and each of the methods in the present disclosure enables appropriate selection of any of elements or operations, such as filters, block sizes, motion vectors, reference pictures, and reference blocks, in encoding and decoding. The present disclosure includes disclosure of configurations and methods that can provide advantages other than those described above. Examples of such configurations and methods include configurations and methods that improve coding efficiency while suppressing an increase in processing volume.
[0440] Additional value and advantages of aspects of the present disclosure will become apparent from the specification and drawings, which may be obtained individually through various embodiments and features of the specification and drawings, not all of which need be provided to obtain one or more of such value and / or advantages.
[0441] These general or specific aspects may be implemented using a system, an integrated circuit, a computer program, or a computer-readable recording medium such as a CD-ROM, or any combination of a system, a method, an integrated circuit, a computer program, or a recording medium.
[0442] <Representative Example> Fig. 59 is a flowchart showing an example of basic decoding processing according to this embodiment. For example, the circuit 251 of the decoding device 200 shown in Fig. 25 performs the decoding processing shown in Fig. 59 in operation.
[0443] First, the decoding device 200 decodes, from the bitstream, position information of a plurality of vertices constituting a first submesh divided from a 3D mesh, and connection information relating to the connection relationships of the plurality of vertices (S501).
[0444] The three-dimensional mesh referred to here is, for example, the base mesh described above. The base mesh is divided into multiple sub-meshes by, for example, an encoding device. The encoding device encodes position information indicating the positions of the multiple vertices constituting each sub-mesh and connection information indicating the connection relationships between the multiple vertices into a bitstream. In other words, the encoding device generates a bitstream including the position information and connection information for each sub-mesh. The connection information is, for example, information indicating whether there is an edge connecting each vertex.
[0445] Next, the decoding device 200 determines whether a first number of times, which is the number of times that the multiple edges constituting the first submesh are divided, is the same as a second number of times, which is the number of times that the boundary edge, which is an edge shared by the first submesh and a second submesh divided from the 3D mesh, is divided (S502). The division referred to here is, for example, the subdivision described above. The number of times of division referred to here is, for example, the number of subdivisions described above. The first number is, for example, the number of subdivisions of the submesh, and the second number is, for example, the number of subdivisions of the boundary edge.
[0446] Next, if the first and second counts are different (No in S502), the decoding device 200 divides the boundary edges by performing a first division process, and divides the edges that are not boundary edges by performing a second division process that is different from the first division process (S503). The division here refers to, for example, the subdivision described above.
[0447] On the other hand, if the first number of times and the second number of times are the same (Yes in S502), the decoding device 200 divides the multiple edges the first number of times (i.e., the second number of times) regardless of whether they are boundary edges or not (S504).
[0448] As a result, according to the decoding method of the present disclosure, when dividing the multiple edges that make up a submesh, the boundary edges can be divided differently from the other edges. For example, the positions at which the boundary edges are divided may differ when the boundary edges are divided in the first submesh and when the boundary edges are divided in the second submesh.
[0449] Position information, etc. for each submesh is coded for each submesh. Therefore, the quantization parameters, etc. used for coding may differ. As a result, the values of displacement information for displacing vertices may differ for each submesh. In such cases, the positions of vertices newly generated on a boundary edge by dividing the boundary edge may differ for each submesh. Therefore, the boundary edges of multiple submeshes that include the same boundary edge may not match. Therefore, these submeshes may not be combined appropriately. Therefore, the decoding device 200 divides the boundary edge differently from the other edges so that a first submesh whose edge has been divided and a second submesh whose edge has been divided can be combined appropriately. This allows the decoding device 200 to divide the submeshes so that a three-dimensional mesh that appropriately combines multiple submeshes can be reconstructed.
[0450] Also, for example, the decoding device 200 determines whether or not a boundary edge is included in multiple sides, and if it determines that a boundary edge is included in multiple sides, it determines whether or not the first number of times and the second number of times are the same number of times.
[0451] This allows the decoding device 200 to divide the multiple edges that make up the submesh containing the boundary edge so that they can be appropriately combined with other submeshes divided from the three-dimensional mesh.
[0452] Furthermore, for example, the first division process and the second division process differ in the number of times an edge is divided.
[0453] This allows the decoding device 200 to align the number of times boundary edges are divided in each submesh divided from the same three-dimensional mesh (i.e., one three-dimensional mesh), even if the number of times the multiple edges constituting each submesh are divided differs.
[0454] Furthermore, for example, the first division process and the second division process differ in the method of dividing the sides.
[0455] For example, in the first division process, the decoding device 200 divides the edge at the midpoint of the two vertices located at both ends of the edge. On the other hand, for example, in the second division process, the decoding device 200 divides the edge at a position other than the midpoint of the two vertices located at both ends of the edge. For example, in the second division process, the decoding device 200 divides the edge at a position where a vertex other than the vertices at both ends of the edge is orthogonally projected onto the edge.
[0456] The position at which the edge is divided may be determined arbitrarily in advance and is not particularly limited. For example, in the second division process, the decoding device 200 may divide the edge at the midpoint of the two vertices located at both ends of the edge, and in the first division process, the decoding device 200 may divide the edge at a position other than the midpoint of the two vertices located at both ends of the edge.
[0457] This allows the decoding device 200 to align the method of dividing boundary edges across each submesh, even if the methods of dividing the multiple edges that make up each submesh divided from the same three-dimensional mesh are different.
[0458] Furthermore, for example, in the first division process and the second division process, a new vertex is generated on the edge to be divided, thereby dividing the edge.
[0459] This allows the decoding device 200 to add vertices to multiple edges that make up the submesh.
[0460] Note that the decoding device 200 generates new vertices by generating position information of the new vertices, for example, but it is not necessary to generate position information of the vertices.
[0461] Also, for example, the decoding device 200 decodes at least one of first number information indicating the first number of times, second number information indicating the second number of times, first method information indicating a method for dividing a boundary edge in the first division process, and second method information indicating a method for dividing an edge that is not a boundary edge in the second division process from the bitstream.
[0462] The first number of times information is, for example, information (subdivision_num_iteration) indicating the number of times the submesh is sub-divided. The second number of times information is, for example, information (boundary_subdivision_num_iteration) indicating the number of times the boundary edge is sub-divided. The first method information is, for example, information (subdivision_type) indicating a subdivision method for the submesh. The second method information is, for example, information (boundary_subdivision_type) indicating a subdivision method for the boundary edge.
[0463] This allows the decoding device 200 to divide the submeshes so as to reconstruct a three-dimensional mesh that is an appropriate combination of multiple submeshes.
[0464] The first number of times, the second number of times, the method for dividing boundary edges in the first division process, and the method for dividing edges that are not boundary edges in the second division process may be determined arbitrarily in advance. For example, the decoding device 200 may store this information in advance. In this case, this information does not need to be included in the bitstream.
[0465] Fig. 60 is a flowchart showing an example of basic encoding processing according to this embodiment. For example, the circuit 151 of the encoding device 100 shown in Fig. 24 performs the encoding processing shown in Fig. 60 in operation.
[0466] First, the encoding device 100 acquires position information of a plurality of vertices constituting a first submesh divided from a three-dimensional mesh, and connection information relating to the connection relationships of the plurality of vertices (601).
[0467] For example, the encoding device 100 acquires position information of the multiple vertices constituting the above-mentioned original mesh, connection information indicating the connection relationships of the multiple vertices, attribute information of the multiple vertices, etc. Furthermore, if the mesh shown in (d) of Figure 38 is considered to be the original mesh, for example, the encoding device 100 creates a base mesh as shown in (a) of Figure 38 by displacing each vertex of the original mesh. Furthermore, for example, the encoding device 100 creates multiple sub-meshes by dividing the created base mesh. As a result, position information of the multiple vertices constituting the first sub-mesh divided from the three-dimensional mesh (i.e., the base mesh) and connection information regarding the connection relationships of the multiple vertices are acquired.
[0468] Next, the encoding device 100 encodes into a bitstream (S602) (i) position information, (ii) connection information, (iii) first number information indicating the first number of times that the multiple edges constituting the first submesh are divided, (iv) second number information indicating the second number of times that the boundary edge, which is an edge shared by the first submesh and the second submesh divided from the three-dimensional mesh, is divided, (v) first method information indicating a method of dividing the boundary edge, and (vi) second method information indicating a method of dividing an edge that is not a boundary edge.
[0469] For example, the encoding device 100 generates encoded information by encoding various information of each submesh, such as position information, and generates a bit stream including the encoded position information.
[0470] This allows the encoding device 100 to divide the submeshes so that the decoding device 200 that has acquired the bitstream can reconstruct a three-dimensional mesh that appropriately combines multiple submeshes.
[0471] The bit stream may include the attribute information, the displacement information, and information indicating whether each side is a boundary edge, such as the boundary_subdivision_flag.
[0472] <Other Examples> Although aspects of the encoding device 100 and the decoding device 200 have been described above according to the embodiments, the aspects of the encoding device 100 and the decoding device 200 are not limited to the embodiments. Modifications conceivable by those skilled in the art may be applied to the embodiments, and multiple components in the embodiments may be combined in any manner.
[0473] For example, a process performed by a specific component in the embodiment may be performed by another component instead of the specific component. Also, the order of multiple processes may be changed, or multiple processes may be performed in parallel.
[0474] Furthermore, as described above, at least some of the configurations of the present disclosure may be implemented as an integrated circuit. At least some of the processes of the present disclosure may be used as an encoding method or a decoding method. A program for causing a computer to execute the encoding method or the decoding method may be used. A non-transitory computer-readable recording medium on which the program is recorded may be used. A bitstream for causing the decoding device 200 to perform a decoding process may be used.
[0475] Furthermore, at least some of the configurations and processes of the present disclosure may be used as a transmitting device, a receiving device, a transmitting method, or a receiving method. A program for causing a computer to execute the transmitting method or the receiving method may be used. Furthermore, a non-transitory computer-readable recording medium on which the program is recorded may be used.
[0476] The present disclosure is useful, for example, in encoding devices, decoding devices, transmitting devices, receiving devices, etc. related to three-dimensional meshes, and is applicable to computer graphics systems, three-dimensional data display systems, etc.
[0477] 100 Encoding device 101, 121, 144 Vertex information encoder 102, 145 Connection information encoder 103, 122 Attribute information encoder 104, 204, 1103 Preprocessor 105, 205, 2106 Postprocessor 110 Three-dimensional data encoding system 111, 211 Controller 112, 212 Input / output processor 113 Three-dimensional data encoder 114 System multiplexer 115 Three-dimensional data generator 123 Metadata encoder 124 Multiplexer 131 Vertex image generator 132 Attribute image generator 133 Metadata generator 134 Video encoder 141 Two-dimensional data encoder 142 Mesh data encoder 143 Texture encoder 148 Description encoder 151, 251 Circuit 152, 252 Memory 200 Decoding device 201, 221, 244 Vertex information decoder 202, 245 Connection information decoder 203, 222 Attribute information decoder 210 3D data decoding system 213 3D data decoder 214 System demultiplexer 215, 247 Presentation device 216 User interface 223 Metadata decoder 224 Demultiplexer 231 Vertex information generator 232 Attribute information generator 234 Video decoder 241 2D data decoder 242 Mesh data decoder 243 Texture decoder 246 Mesh reconstructor 248 Description decoder 300 Network 310 External connector 1101 Input mesh 1102, 2108 Attribute map 1104, 2103 Base mesh 1105, 2104 Displacement data 1106 Compressor 1107, 1304, 2101 Bitstream 1108, 2105 Metadata 1201 Decimator 1202, 1209 Quantizer 1203 Base mesh encoder 1204, 2202 Base mesh decoder 1205, 2203, 2207 Inverse quantizer 1206, 2204 Subdivider 1207 Displacement vector calculator 1208 Wavelet transformer1210 Image packer 1211, 1213 Video encoder 1212, 2211 Color converter 1214 Multiplexer 1221, 1222, 2221, 2222 Switcher 1223 Arithmetic encoder 1301, 2304 Mesh frame 1302, 2301, 2302 Base mesh frame 1303, 2303 Displacement information 2102 Decompressor 2107 Output mesh 2201 Demultiplexer 2205, 2210 Video decoder 2206 Image unpacker 2208 Inverse wavelet transformer 2209 Reconstructor 2223 Arithmetic decoder
Claims
1. The bitstream is decoded to obtain positional information of multiple vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the multiple vertices. A first value indicating the number of vertices generated on the first submesh side along the boundary between the second submesh separated from the three-dimensional mesh and the first submesh is compared with a second value indicating the number of vertices generated on the second submesh side along the boundary. If the first value and the second value are different, the first process is performed to change the vertex at the boundary so that the first value and the second value are the same. Decryption method.
2. The first process includes generating a new vertex based on the position information of a first or second vertex constituting the boundary, The decoding method according to claim 1.
3. The first process includes adding the connection information of the new vertices to the first submesh or the second submesh, The decoding method according to claim 2.
4. At least one of the first value and the second value is derived based on the parameter decoded from the bitstream, The decoding method according to claim 1.
5. The parameter is a value indicating the number of subdivisions of the boundary. The decoding method according to claim 4.
6. The first process is performed based on information decoded from the bitstream, which indicates a method for modifying the vertices at the boundary. The decoding method according to claim 4 or 5.
7. The positional information of multiple vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the multiple vertices are obtained. (i) the position information, (ii) the connection information, (iii) parameters for deriving at least one of a first value indicating the number of vertices generated on the first submesh side along the boundary between the second submesh separated from the three-dimensional mesh and the first submesh, and a second value indicating the number of vertices generated on the second submesh side along the boundary, and (iv) information relating to a first process for modifying vertices at the boundary, are encoded into a bitstream. Encoding method.
8. Memory and The system includes a circuit that can access the aforementioned memory, In operation, the aforementioned circuit The bitstream is decoded to obtain positional information of multiple vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the multiple vertices. A first value indicating the number of vertices generated on the first submesh side along the boundary between the second submesh separated from the three-dimensional mesh and the first submesh is compared with a second value indicating the number of vertices generated on the second submesh side along the boundary. If the first value and the second value are different, the first process is performed to change the vertex at the boundary so that the first value and the second value are the same. Decoding device.
9. Memory and The system includes a circuit that can access the aforementioned memory, In operation, the aforementioned circuit The positional information of multiple vertices constituting a first submesh divided from a three-dimensional mesh, and connection information regarding the connection relationships of the multiple vertices are obtained. (i) the position information, (ii) the connection information, (iii) parameters for deriving at least one of a first value indicating the number of vertices generated on the first submesh side along the boundary between the second submesh separated from the three-dimensional mesh and the first submesh, and a second value indicating the number of vertices generated on the second submesh side along the boundary, and (iv) information relating to a first process for modifying vertices at the boundary, are encoded into a bitstream. Encoding device.