Three-dimensional data storage method, three-dimensional data acquisition method, three-dimensional data storage device, and three-dimensional data acquisition device

The method addresses the challenge of processing large three-dimensional data by employing two encoding techniques with control information, enhancing processing efficiency and speed in three-dimensional data storage and acquisition devices.

JP7747852B2Active Publication Date: 2025-10-01PANASONIC INTELLECTUAL PROPERTY CORP OF AMERICA
View PDF 6 Cites 0 Cited by

Patent Information

Application Number
JP2024190549
Authority / Receiving Office
JP · JP
Patent Type
Patents
Current Assignee / Owner
Priority Date
2018-08-06
Filing Date
2024-10-30
Publication Date
2025-10-01
Estimated Expiration
2039-08-06

AI Technical Summary

Technical Problem

Existing technologies face challenges in reducing processing volume and increasing processing speed for three-dimensional data, particularly in devices that handle point clouds, due to the large data requirements and lack of efficient encoding and decoding methods.

Method used

A three-dimensional data storage and acquisition method that utilizes two encoding methods: one encoding position information using an N-ary tree and another generating a two-dimensional image for video encoding, with control information indicating the encoding method stored in the file format, allowing devices to quickly determine the codec used and reduce processing load.

Benefits of technology

This approach reduces processing load and increases speed by enabling devices to efficiently handle three-dimensional data, facilitating faster processing and transmission of point cloud data.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure 0007747852000001
    Figure 0007747852000001
  • Figure 0007747852000002
    Figure 0007747852000002
  • Figure 0007747852000003
    Figure 0007747852000003
Patent Text Reader

Abstract

To reduce an amount of processing or increase processing speed.SOLUTION: A three-dimensional data storing method includes: acquiring (S4781) one or more units that store an encoded stream obtained by encoding three-dimensional data; and storing (S4782) the one or more units in a file. The storing step (S4782) includes storing information indicating that the data stored in the file is data obtained by encoding the three-dimensional data, in control information of the file. When the three-dimensional data is encoded in a first encoding method, the encoded three-dimensional data is stored in a first unit having a first format. When the three-dimensional data is encoded in a second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format.SELECTED DRAWING: Figure 59
Need to check novelty before this filing date? Find Prior Art

Description

[Technical Field]

[0001] The present disclosure relates to a three-dimensional data storage method, a three-dimensional data acquisition method, a three-dimensional data storage device, and a three-dimensional data acquisition device. [Background technology]

[0002] In the future, devices and services that utilize 3D data are expected to become widespread in a wide range of fields, including computer vision for autonomous operation of automobiles or robots, map information, surveillance, infrastructure inspection, video distribution, etc. 3D data can be acquired in a variety of ways, including distance sensors such as range finders, stereo cameras, or a combination of multiple monocular cameras.

[0003] One method of representing three-dimensional data is a point cloud, which represents the shape of a three-dimensional structure using a group of points in three-dimensional space. A point cloud stores the position and color of the points. Point clouds are expected to become the mainstream method of representing three-dimensional data, but point clouds require a very large amount of data. Therefore, when storing or transmitting three-dimensional data, data compression through encoding is essential, just as with two-dimensional video images (examples include MPEG-4 AVC or HEVC standardized by MPEG).

[0004] In addition, compression of point clouds is partially supported by public libraries that perform point cloud-related processing (Point Cloud Library).

[0005] Furthermore, a technique is known in which three-dimensional map data is used to search for and display facilities located around a vehicle (see, for example, Patent Document 1). [Prior art documents] [Patent documents]

[0006] [Patent Document 1] International Publication No. 2014 / 020663 Summary of the Invention [Problem to be solved by the invention]

[0007] In an apparatus for processing three-dimensional data, it is desired to reduce the amount of processing or to increase the processing speed.

[0008] The present disclosure aims to provide a three-dimensional data storage method, a three-dimensional data acquisition method, a three-dimensional data storage device, or a three-dimensional data acquisition device that can reduce the processing volume or increase the processing speed in a device that processes three-dimensional data. [Means for solving the problem]

[0009] A three-dimensional data storage method according to one embodiment of the present disclosure includes acquiring one or more units in which an encoded stream in which three-dimensional data is encoded is stored, and storing the one or more units in a file. During the storage, information indicating an encoding method used to encode the three-dimensional data, from among a plurality of encoding methods including a first encoding method and a second encoding method, is stored in control information of the file. If the three-dimensional data is encoded using the first encoding method, the encoded three-dimensional data is stored in a first unit having a first format. If the three-dimensional data is encoded using the second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format. The first encoding method is a method of encoding position information of the three-dimensional data and encoding attribute information using the position information. The second encoding method is a method of generating a two-dimensional image from the three-dimensional data and encoding the two-dimensional image using a video encoding method.

[0010] A three-dimensional data acquisition method according to one embodiment of the present disclosure includes acquiring a file containing one or more units each containing an encoded stream in which three-dimensional data is encoded, and acquiring the one or more units from the file, the file including information indicating an encoding method used to encode the three-dimensional data from among a plurality of encoding methods including a first encoding method and a second encoding method, wherein if the three-dimensional data is encoded using the first encoding method, the encoded three-dimensional data is stored in a first unit having a first format, and if the three-dimensional data is encoded using the second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format, the first encoding method being a method of encoding position information of the three-dimensional data and encoding attribute information using the position information, and the second encoding method being a method of generating a two-dimensional image from the three-dimensional data and encoding the two-dimensional image using a video encoding method. [Effects of the Invention]

[0011] The present disclosure can provide a three-dimensional data storage method, a three-dimensional data acquisition method, a three-dimensional data storage device, or a three-dimensional data acquisition device that can reduce the amount of processing or increase the processing speed in a device that processes three-dimensional data. [Brief explanation of the drawings]

[0012] [Figure 1] FIG. 1 is a diagram showing a configuration of a three-dimensional data encoding / decoding system according to the first embodiment. [Figure 2] FIG. 2 is a diagram illustrating an example of the configuration of point cloud data according to the first embodiment. [Figure 3] FIG. 3 is a diagram showing an example of the structure of a data file in which point cloud data information according to the first embodiment is described. [Figure 4] FIG. 4 is a diagram showing types of point cloud data according to the first embodiment. [Figure 5] FIG. 5 is a diagram showing a configuration of a first encoding unit according to the first embodiment. [Figure 6]FIG. 6 is a block diagram of a first encoding unit according to the first embodiment. [Figure 7] FIG. 7 is a diagram illustrating a configuration of a first decoding unit according to the first embodiment. [Figure 8] FIG. 8 is a block diagram of a first decoding unit according to the first embodiment. [Figure 9] FIG. 9 is a diagram showing a configuration of a second encoding unit according to the first embodiment. [Figure 10] FIG. 10 is a block diagram of a second encoding unit according to the first embodiment. [Figure 11] FIG. 11 is a diagram illustrating a configuration of a second decoding unit according to the first embodiment. [Figure 12] FIG. 12 is a block diagram of a second decoding unit according to the first embodiment. [Figure 13] FIG. 13 is a diagram showing a protocol stack related to PCC encoded data according to the first embodiment. [Figure 14] FIG. 14 is a diagram illustrating a protocol stack according to the first embodiment. [Figure 15] FIG. 15 is a diagram illustrating an example of the syntax of an NAL unit according to the first embodiment. [Figure 16] FIG. 16 is a diagram illustrating an example of the syntax of the NAL unit header according to the first embodiment. [Figure 17] FIG. 17 is a diagram illustrating an example of the semantics of pcc_codec_type according to the first embodiment. [Figure 18] FIG. 18 is a diagram illustrating an example of the semantics of pcc_nal_unit_type according to the first embodiment. [Figure 19] FIG. 19 is a flowchart of the encoding process according to the first embodiment. [Figure 20] FIG. 20 is a flowchart of the decoding process by the second decoding unit according to the first embodiment. [Figure 21] FIG. 21 is a flowchart of the decoding process by the first decoding unit according to the first embodiment. [Figure 22]FIG. 22 is a diagram illustrating a protocol stack according to the second embodiment. [Figure 23] FIG. 23 is a diagram illustrating an example of the syntax of an NAL unit for codec 2 according to the second embodiment. [Figure 24] FIG. 24 is a diagram illustrating an example of the syntax of a NAL unit header for codec 2 according to the second embodiment. [Figure 25] FIG. 25 illustrates an example of the semantics of codec2_nal_unit_type according to the second embodiment. [Figure 26] FIG. 26 is a diagram illustrating an example of the syntax of an NAL unit for codec 1 according to the second embodiment. [Figure 27] FIG. 27 is a diagram illustrating an example of the syntax of the NAL unit header for codec 1 according to the second embodiment. [Figure 28] FIG. 28 illustrates an example of the semantics of codec1_nal_unit_type according to the second embodiment. [Figure 29] FIG. 29 is a flowchart of the encoding process according to the second embodiment. [Figure 30] FIG. 30 is a flowchart of the decoding process according to the second embodiment. [Figure 31] FIG. 31 is a diagram illustrating a protocol stack according to the third embodiment. [Figure 32] FIG. 32 is a diagram illustrating an example of the syntax of an NAL unit according to the third embodiment. [Figure 33] FIG. 33 is a diagram illustrating an example of the syntax of a NAL unit header according to the third embodiment. [Figure 34] FIG. 34 is a diagram illustrating an example of the semantics of pcc_nal_unit_type according to the third embodiment. [Figure 35] FIG. 35 is a flowchart of the encoding process according to the third embodiment. [Figure 36] FIG. 36 is a flowchart of the decoding process according to the third embodiment. [Figure 37]FIG. 37 is a flowchart of an encoding process according to a modification of the embodiment. [Figure 38] FIG. 38 is a flowchart of a decoding process according to a modification of the embodiment. [Figure 39] FIG. 39 is a block diagram of an encoding unit according to the fourth embodiment. [Figure 40] FIG. 40 is a block diagram of a decoding unit according to the fourth embodiment. [Figure 41] FIG. 41 is a flowchart of the encoding process according to the fourth embodiment. [Figure 42] FIG. 42 is a flowchart of the decoding process according to the fourth embodiment. [Figure 43] FIG. 43 is a diagram illustrating the basic structure of the ISOBMFF according to the fifth embodiment. [Figure 44] FIG. 44 is a diagram illustrating a protocol stack according to the fifth embodiment. [Figure 45] FIG. 45 is a diagram showing an example in which NAL units according to the fifth embodiment are stored in a file for codec 1. [Figure 46] FIG. 46 is a diagram showing an example in which the NAL units according to the fifth embodiment are stored in a file for codec 2. In FIG. [Figure 47] FIG. 47 is a diagram illustrating a configuration of a first multiplexing unit according to the fifth embodiment. [Figure 48] FIG. 48 is a diagram illustrating a configuration of a first demultiplexing unit according to the fifth embodiment. [Figure 49] FIG. 49 is a diagram illustrating a configuration of a second multiplexing unit according to the fifth embodiment. [Figure 50] FIG. 50 is a diagram illustrating a configuration of a second demultiplexing unit according to the fifth embodiment. [Figure 51] FIG. 51 is a flowchart of processing by the first multiplexing unit according to the fifth embodiment. [Figure 52] FIG. 52 is a flowchart of processing by the second multiplexing unit according to the fifth embodiment. [Figure 53]FIG. 53 is a flowchart of processing by the first demultiplexing unit and the first decoding unit according to the fifth embodiment. [Figure 54] FIG. 54 is a flowchart of processing by the second demultiplexing unit and the second decoding unit according to the fifth embodiment. [Figure 55] FIG. 55 is a diagram showing the configurations of an encoding unit and a third multiplexing unit according to the sixth embodiment. In FIG. [Figure 56] FIG. 56 is a diagram illustrating a configuration of a third demultiplexing unit and a decoding unit according to the sixth embodiment. [Figure 57] FIG. 57 is a flowchart of processing by the third multiplexing unit according to the sixth embodiment. [Figure 58] FIG. 58 is a flowchart of processing by the third demultiplexing unit and decoding unit according to the sixth embodiment. [Figure 59] FIG. 59 is a flowchart of processing by the three-dimensional data storage device according to the sixth embodiment. [Figure 60] FIG. 60 is a flowchart of the processing performed by the three-dimensional data acquisition device according to the sixth embodiment. DETAILED DESCRIPTION OF THE INVENTION

[0013] A three-dimensional data storage method according to one aspect of the present disclosure acquires one or more units in which an encoded stream in which point cloud data is encoded is stored, stores the one or more units in a file, and, during the storage, stores information indicating that the data stored in the file is data in which point cloud data is encoded in control information of the file.

[0014] This allows a device that processes a file generated by the three-dimensional data storage method to refer to the control information of the file and quickly determine whether the data stored in the file is encoded point cloud data, thereby reducing the processing load of the device and speeding up processing.

[0015] For example, the information may further indicate which of a first encoding method and a second encoding method was used to encode the point cloud data.

[0016] This allows a device that processes a file created using the three-dimensional data storage method to quickly determine the codec used for the data stored in the file by referencing the file's control information, thereby reducing the processing load of the device or speeding up processing.

[0017] For example, the first encoding method may be a method of encoding position information representing the positions of point cloud data using an N-ary tree (N is an integer greater than or equal to 2) and encoding attribute information using the position information, and the second encoding method may be a method of generating a two-dimensional image from the point cloud data and encoding the two-dimensional image using a video encoding method.

[0018] For example, the file may conform to ISOBMFF (ISO based media file format).

[0019] A three-dimensional data acquisition method according to one aspect of the present disclosure acquires a file containing one or more units each containing an encoded stream in which point cloud data is encoded, acquires the one or more units from the file, and control information of the file includes information indicating that the data stored in the file is encoded point cloud data.

[0020] This allows the three-dimensional data acquisition method to quickly determine whether the data stored in a file is encoded point cloud data, thereby reducing the processing load or speeding up the processing of the device that performs the three-dimensional data acquisition method or a downstream device.

[0021] For example, the information may further indicate the encoding method used for the encoding, either a first encoding method or a second encoding method.

[0022] This allows the 3D data acquisition method to quickly determine the codec used for the data stored in the file by referencing the file's control information, thereby reducing the processing load or speeding up the processing of the device that performs the 3D data acquisition method or a downstream device.

[0023] For example, based on the information, the data encoded using either one of the encoding methods may be obtained from the encoded point cloud data that includes the data encoded using the first encoding method and the data encoded using the second encoding method.

[0024] For example, the first encoding method may be a method of encoding position information representing the positions of point cloud data using an N-ary tree (N is an integer greater than or equal to 2) and encoding attribute information using the position information, and the second encoding method may be a method of generating a two-dimensional image from the point cloud data and encoding the two-dimensional image using a video encoding method.

[0025] For example, the file may conform to ISOBMFF (ISO based media file format).

[0026] In addition, a three-dimensional data storage device according to one aspect of the present disclosure includes a processor and a memory, and the processor uses the memory to acquire one or more units in which an encoded stream in which point cloud data is encoded is stored, and stores the one or more units in a file, and in the storing process, stores information in control information of the file indicating that the data stored in the file is data in which point cloud data is encoded.

[0027] This allows a device that processes a file generated by the three-dimensional data storage device to refer to the control information of the file and quickly determine whether the data stored in the file is encoded point cloud data, thereby reducing the processing load of the device and speeding up processing.

[0028] In addition, a three-dimensional data acquisition device according to one aspect of the present disclosure includes a processor and a memory, wherein the processor uses the memory to acquire a file containing one or more units in which an encoded stream in which point cloud data is encoded is stored, and acquires the one or more units from the file, and control information of the file includes information indicating that the data stored in the file is data in which point cloud data is encoded.

[0029] This allows the 3D data acquisition device to quickly determine whether the data stored in the file is encoded point cloud data, thereby reducing the processing load of the 3D data acquisition device or a downstream device and increasing the processing speed.

[0030] These comprehensive or specific aspects may be realized as a system, a method, an integrated circuit, a computer program, or a computer-readable recording medium such as a CD-ROM, or may be realized as any combination of a system, a method, an integrated circuit, a computer program, and a recording medium.

[0031] Hereinafter, the embodiments will be described in detail with reference to the drawings. Note that each of the embodiments described below represents a specific example of the present disclosure. The numerical values, shapes, materials, components, component placement and connection configurations, steps, and step order shown in the following embodiments are merely examples and are not intended to limit the present disclosure. Furthermore, among the components in the following embodiments, components that are not described in an independent claim that represents a superordinate concept will be described as optional components.

[0032] (Embodiment 1) When using encoded point cloud data in an actual device or service, it is desirable to transmit and receive the information required for the application in order to reduce network bandwidth. However, until now, such a function has not existed in the encoding structure of 3D data, and no encoding method for this purpose has existed.

[0033] In this embodiment, we will describe a three-dimensional data encoding method and a three-dimensional data encoding device that provide the function of transmitting and receiving information required for the purpose in encoded data of a three-dimensional point cloud, as well as a three-dimensional data decoding method and a three-dimensional data decoding device that decodes the encoded data, a three-dimensional data multiplexing method that multiplexes the encoded data, and a three-dimensional data transmission method that transmits the encoded data.

[0034] In particular, two encoding methods (encoding schemes) are currently being considered as encoding methods (encoding systems) for point cloud data; however, the structure of the encoded data and the method for storing the encoded data in a system format have not been defined, and as things stand, there is a problem that MUX processing (multiplexing) in the encoding unit, or transmission or storage, is not possible.

[0035] Furthermore, there has been no method to date that supports a format in which two codecs, a first encoding method and a second encoding method, are mixed, such as PCC (Point Cloud Compression).

[0036] In this embodiment, a description will be given of the structure of PCC encoded data in which two codecs, a first encoding method and a second encoding method, are mixed, and a method of storing the encoded data in a system format.

[0037] First, the configuration of a three-dimensional data (point cloud data) encoding / decoding system according to this embodiment will be described. Fig. 1 is a diagram showing an example of the configuration of a three-dimensional data encoding / decoding system according to this embodiment. As shown in Fig. 1, the three-dimensional data encoding / decoding system includes a three-dimensional data encoding system 4601, a three-dimensional data decoding system 4602, a sensor terminal 4603, and an external connection unit 4604.

[0038] The three-dimensional data encoding system 4601 generates encoded data or multiplexed data by encoding point cloud data, which is three-dimensional data. Note that the three-dimensional data encoding system 4601 may be a three-dimensional data encoding device realized by a single device, or may be a system realized by multiple devices. Furthermore, the three-dimensional data encoding device may include some of the multiple processing units included in the three-dimensional data encoding system 4601.

[0039] The three-dimensional data encoding system 4601 includes a point cloud data generation system 4611, a presentation unit 4612, an encoding unit 4613, a multiplexing unit 4614, an input / output unit 4615, and a control unit 4616. The point cloud data generation system 4611 includes a sensor information acquisition unit 4617 and a point cloud data generation unit 4618.

[0040] The sensor information acquisition unit 4617 acquires sensor information from the sensor terminal 4603 and outputs the sensor information to the point cloud data generation unit 4618. The point cloud data generation unit 4618 generates point cloud data from the sensor information and outputs the point cloud data to the encoding unit 4613.

[0041] The presentation unit 4612 presents the sensor information or point cloud data to the user. For example, the presentation unit 4612 displays information or an image based on the sensor information or point cloud data.

[0042] The encoding unit 4613 encodes (compresses) the point cloud data, and outputs the obtained encoded data, control information obtained in the encoding process, and other additional information to the multiplexing unit 4614. The additional information includes, for example, sensor information.

[0043] The multiplexing unit 4614 generates multiplexed data by multiplexing the coded data input from the coding unit 4613, the control information, and the additional information. The format of the multiplexed data is, for example, a file format for storage or a packet format for transmission.

[0044] The input / output unit 4615 (e.g., a communication unit or an interface) outputs the multiplexed data to the outside. Alternatively, the multiplexed data is stored in a storage unit such as an internal memory. The control unit 4616 (or application execution unit) controls each processing unit. In other words, the control unit 4616 controls encoding, multiplexing, etc.

[0045] The sensor information may be input to the encoding unit 4613 or the multiplexing unit 4614. The input / output unit 4615 may output the point cloud data or the encoded data directly to the outside.

[0046] The transmission signal (multiplexed data) output from the three-dimensional data encoding system 4601 is input to the three-dimensional data decoding system 4602 via the external connection unit 4604 .

[0047] The three-dimensional data decoding system 4602 generates point cloud data, which is three-dimensional data, by decoding the encoded data or multiplexed data. Note that the three-dimensional data decoding system 4602 may be a three-dimensional data decoding device realized by a single device, or may be a system realized by multiple devices. Furthermore, the three-dimensional data decoding device may include some of the multiple processing units included in the three-dimensional data decoding system 4602.

[0048] The three-dimensional data decoding system 4602 includes a sensor information acquisition unit 4621 , an input / output unit 4622 , a demultiplexing unit 4623 , a decoding unit 4624 , a presentation unit 4625 , a user interface 4626 , and a control unit 4627 .

[0049] The sensor information acquisition unit 4621 acquires sensor information from the sensor terminal 4603 .

[0050] The input / output unit 4622 acquires the transmission signal, decodes the multiplexed data (file format or packets) from the transmission signal, and outputs the multiplexed data to the demultiplexer 4623.

[0051] The demultiplexing unit 4623 obtains the coded data, control information, and additional information from the multiplexed data, and outputs the coded data, control information, and additional information to the decoding unit 4624.

[0052] The decoding unit 4624 reconstructs the point cloud data by decoding the encoded data.

[0053] The presentation unit 4625 presents the point cloud data to the user. For example, the presentation unit 4625 displays information or images based on the point cloud data. The user interface 4626 acquires instructions based on user operations. The control unit 4627 (or the application execution unit) controls each processing unit. In other words, the control unit 4627 controls demultiplexing, decoding, presentation, etc.

[0054] The input / output unit 4622 may acquire point cloud data or encoded data directly from the outside. The presentation unit 4625 may acquire additional information such as sensor information and present information based on the additional information. The presentation unit 4625 may perform presentation based on a user instruction acquired by the user interface 4626.

[0055] The sensor terminal 4603 generates sensor information, which is information obtained by a sensor. The sensor terminal 4603 is a terminal equipped with a sensor or a camera, and examples thereof include a moving body such as an automobile, a flying object such as an airplane, a mobile terminal, or a camera.

[0056] The sensor information that can be acquired by the sensor terminal 4603 includes, for example, (1) the distance between the sensor terminal 4603 and an object, or the reflectance of the object, obtained from a LIDAR, millimeter-wave radar, or infrared sensor, and (2) the distance between a camera and an object, or the reflectance of the object, obtained from multiple monocular camera images or stereo camera images. The sensor information may also include the attitude, direction, gyro (angular velocity), position (GPS information or altitude), speed, acceleration, etc. of the sensor. The sensor information may also include temperature, air pressure, humidity, magnetism, etc.

[0057] The external connection unit 4604 is realized by an integrated circuit (LSI or IC), an external storage unit, communication with a cloud server via the Internet, broadcasting, or the like.

[0058] Next, point cloud data will be described. Fig. 2 is a diagram showing the configuration of point cloud data. Fig. 3 is a diagram showing an example of the configuration of a data file in which information about point cloud data is written.

[0059] Point cloud data includes data on multiple points. The data on each point includes location information (three-dimensional coordinates) and attribute information for that location information. A collection of multiple points is called a point cloud. For example, a point cloud can represent the three-dimensional shape of an object.

[0060] Position information such as three-dimensional coordinates is sometimes called geometry. Data for each point may also include attribute information of multiple attribute types. Attribute types include, for example, color or reflectance.

[0061] One piece of attribute information may be associated with one piece of location information, or multiple pieces of attribute information with different attribute types may be associated with one piece of location information, or multiple pieces of attribute information of the same attribute type may be associated with one piece of location information.

[0062] The configuration example of the data file shown in FIG. 3 is an example in which there is a one-to-one correspondence between position information and attribute information, and shows the position information and attribute information of N points that make up the point cloud data.

[0063] The position information is, for example, information on the three axes x, y, and z. The attribute information is, for example, RGB color information. A typical data file is a ply file.

[0064] Next, the types of point cloud data will be explained. Fig. 4 is a diagram showing the types of point cloud data. As shown in Fig. 4, point cloud data includes static objects and dynamic objects.

[0065] A static object is 3D point cloud data at any time (a certain time). A dynamic object is 3D point cloud data that changes over time. Hereinafter, 3D point cloud data at a certain time will be referred to as a PCC frame, or simply a frame.

[0066] The object may be a point cloud with a certain area restriction, such as ordinary video data, or a large-scale point cloud with no area restriction, such as map information.

[0067] Furthermore, there may be point cloud data of various densities, such as sparse point cloud data and dense point cloud data.

[0068] Each processing unit will be described in detail below. Sensor information is acquired by various methods, such as a distance sensor such as a LIDAR or a range finder, a stereo camera, or a combination of multiple monocular cameras. The point cloud data generation unit 4618 generates point cloud data based on the sensor information acquired by the sensor information acquisition unit 4617. The point cloud data generation unit 4618 generates position information as point cloud data, and adds attribute information for the position information to the position information.

[0069] The point cloud data generation unit 4618 may process the point cloud data when generating position information or adding attribute information. For example, the point cloud data generation unit 4618 may reduce the amount of data by deleting point clouds with overlapping positions. In addition, the point cloud data generation unit 4618 may convert (position shift, rotation, normalization, etc.) the position information or render the attribute information.

[0070] In FIG. 1, the point cloud data generation system 4611 is included in the three-dimensional data encoding system 4601, but it may be provided independently outside the three-dimensional data encoding system 4601.

[0071] The encoding unit 4613 generates encoded data by encoding the point cloud data based on a predetermined encoding method. There are two main types of encoding methods: the first is an encoding method that uses position information, and this encoding method will be referred to as the first encoding method hereinafter; and the second is an encoding method that uses a video codec, and this encoding method will be referred to as the second encoding method hereinafter.

[0072] The decoding unit 4624 decodes the coded data based on a predetermined coding method to decode the point group data.

[0073] The multiplexing unit 4614 generates multiplexed data by multiplexing the encoded data using an existing multiplexing method. The generated multiplexed data is transmitted or stored. In addition to the PCC encoded data, the multiplexing unit 4614 multiplexes other media such as video, audio, subtitles, applications, and files, or reference time information. The multiplexing unit 4614 may also multiplex attribute information related to sensor information or point cloud data.

[0074] Multiplexing methods or file formats include ISOBMFF, MPEG-DASH, which is an ISOBMFF-based transmission method, MMT, MPEG-2 TS Systems, and RMP.

[0075] The demultiplexer 4623 extracts PCC encoded data, other media, time information, and the like from the multiplexed data.

[0076] The input / output unit 4615 transmits the multiplexed data using a method suited to the transmission medium or storage medium, such as broadcasting or communication. The input / output unit 4615 may communicate with other devices via the Internet, or may communicate with a storage unit such as a cloud server.

[0077] The communication protocol used may be http, ftp, TCP, UDP, etc. A PULL type communication method or a PUSH type communication method may be used.

[0078] Either wired or wireless transmission may be used. For wired transmission, Ethernet (registered trademark), USB, RS-232C, HDMI (registered trademark), coaxial cable, etc. are used. For wireless transmission, wireless LAN, Wi-Fi (registered trademark), Bluetooth (registered trademark), millimeter waves, etc. are used.

[0079] As a broadcasting system, for example, DVB-T2, DVB-S2, DVB-C2, ATSC3.0, or ISDB-S3 is used.

[0080] Fig. 5 is a diagram showing the configuration of a first encoding unit 4630, which is an example of the encoding unit 4613 that performs encoding using the first encoding method. Fig. 6 is a block diagram of the first encoding unit 4630. The first encoding unit 4630 generates encoded data (encoded stream) by encoding point cloud data using the first encoding method. This first encoding unit 4630 includes a position information encoding unit 4631, an attribute information encoding unit 4632, an additional information encoding unit 4633, and a multiplexing unit 4634.

[0081] The first encoding unit 4630 is characterized in that it performs encoding taking into consideration a three-dimensional structure. The first encoding unit 4630 is also characterized in that the attribute information encoding unit 4632 performs encoding using information obtained from the position information encoding unit 4631. The first encoding method is also called GPCC (Geometry based PCC).

[0082] The point cloud data is PCC point cloud data such as a PLY file, or PCC point cloud data generated from sensor information, and includes position information (Position), attribute information (Attribute), and other additional information (MetaData). The position information is input to a position information encoder 4631, the attribute information is input to an attribute information encoder 4632, and the additional information is input to an additional information encoder 4633.

[0083] The position information encoding unit 4631 encodes the position information to generate encoded position information (Compressed Geometry), which is encoded data. For example, the position information encoding unit 4631 encodes the position information using an N-ary tree structure such as an octree. Specifically, in an octree, the target space is divided into eight nodes (subspaces), and 8-bit information (occupancy code) indicating whether or not a point cloud is included in each node is generated. Furthermore, the node including the point cloud is further divided into eight nodes, and 8-bit information indicating whether or not a point cloud is included in each of the eight nodes is generated. This process is repeated until the number of point clouds included in a predetermined layer or node falls below a threshold.

[0084] The attribute information encoding unit 4632 generates encoded attribute information (Compressed Attribute) that is encoded data by encoding using the configuration information generated by the position information encoding unit 4631. For example, the attribute information encoding unit 4632 determines a reference point (reference node) to be referenced when encoding a target point (target node) to be processed, based on the octree structure generated by the position information encoding unit 4631. For example, the attribute information encoding unit 4632 references a peripheral node or adjacent node whose parent node in the octree is the same as that of the target node. Note that the method of determining the reference relationship is not limited to this.

[0085] Furthermore, the encoding process of the attribute information may include at least one of a quantization process, a prediction process, and an arithmetic coding process. In this case, the reference means using a reference node to calculate a predicted value of the attribute information, or using the state of the reference node (e.g., occupancy information indicating whether the reference node includes a point group) to determine an encoding parameter. For example, the encoding parameter is a quantization parameter in a quantization process, or a context in an arithmetic coding process.

[0086] The additional information encoding unit 4633 generates encoded additional information (Compressed MetaData) that is encoded data by encoding compressible data from the additional information.

[0087] The multiplexing unit 4634 multiplexes the encoding position information, the encoding attribute information, the encoding additional information, and other additional information to generate a compressed stream, which is encoded data. The generated compressed stream is output to a processing unit in a system layer (not shown).

[0088] Next, a first decoding unit 4640, which is an example of the decoding unit 4624 that performs decoding using the first encoding method, will be described. FIG. 7 is a diagram showing the configuration of the first decoding unit 4640. FIG. 8 is a block diagram of the first decoding unit 4640. The first decoding unit 4640 generates point cloud data by decoding, using the first encoding method, coded data (coded stream) coded using the first coding method. The first decoding unit 4640 includes a demultiplexing unit 4641, a position information decoding unit 4642, an attribute information decoding unit 4643, and an additional information decoding unit 4644.

[0089] A coded stream (compressed stream) that is coded data is input to the first decoding unit 4640 from a processing unit in a system layer (not shown).

[0090] The demultiplexer 4641 separates the encoded position information (Compressed Geometry), the encoded attribute information (Compressed Attribute), the encoded additional information (Compressed MetaData), and other additional information from the encoded data.

[0091] The position information decoding unit 4642 generates position information by decoding the encoded position information. For example, the position information decoding unit 4642 restores the position information of a point group represented by three-dimensional coordinates from the encoded position information represented by an N-ary tree structure such as an octree.

[0092] The attribute information decoding unit 4643 decodes the encoded attribute information based on the configuration information generated by the position information decoding unit 4642. For example, the attribute information decoding unit 4643 determines a reference point (reference node) to be referenced in decoding the target point (target node) to be processed based on the octree structure obtained by the position information decoding unit 4642. For example, the attribute information decoding unit 4643 references a peripheral node or adjacent node whose parent node in the octree is the same as that of the target node. Note that the method of determining the reference relationship is not limited to this.

[0093] Furthermore, the attribute information decoding process may include at least one of an inverse quantization process, a prediction process, and an arithmetic decoding process. In this case, the reference means using a reference node to calculate a predicted value of the attribute information, or using the state of the reference node (e.g., occupancy information indicating whether the reference node includes a point group) to determine a decoding parameter. For example, the decoding parameter is a quantization parameter in an inverse quantization process, or a context in an arithmetic decoding process.

[0094] The additional information decoding unit 4644 generates additional information by decoding the encoded additional information. The first decoding unit 4640 uses the additional information necessary for decoding the position information and attribute information during decoding, and outputs the additional information necessary for the application to the outside.

[0095] Next, a description will be given of second encoding unit 4650, which is an example of encoding unit 4613 that performs encoding using the second encoding method. Fig. 9 is a diagram showing the configuration of second encoding unit 4650. Fig. 10 is a block diagram of second encoding unit 4650.

[0096] The second encoding unit 4650 generates encoded data (encoded stream) by encoding the point cloud data using a second encoding method. The second encoding unit 4650 includes an additional information generation unit 4651, a position image generation unit 4652, an attribute image generation unit 4653, a video encoding unit 4654, an additional information encoding unit 4655, and a multiplexing unit 4656.

[0097] The second encoding unit 4650 has a feature of generating a position image and an attribute image by projecting a three-dimensional structure onto a two-dimensional image, and encoding the generated position image and attribute image using an existing video encoding method. The second encoding method is also called VPCC (Video based PCC).

[0098] The point cloud data is PCC point cloud data such as a PLY file, or PCC point cloud data generated from sensor information, and includes position information (Position), attribute information (Attribute), and other additional information (MetaData).

[0099] The additional information generating unit 4651 generates map information of a plurality of two-dimensional images by projecting a three-dimensional structure onto the two-dimensional images.

[0100] The position image generation unit 4652 generates a position image (Geometry Image) based on the position information and the map information generated by the additional information generation unit 4651. This position image is, for example, a distance image in which distance (Depth) is indicated as a pixel value. Note that this distance image may be an image in which multiple point clouds are viewed from a single viewpoint (an image in which multiple point clouds are projected onto a single two-dimensional plane), or may be multiple images in which multiple point clouds are viewed from multiple viewpoints, or may be a single image in which these multiple images are integrated.

[0101] The attribute image generation unit 4653 generates an attribute image based on the attribute information and the map information generated by the additional information generation unit 4651. This attribute image is, for example, an image in which attribute information (for example, color (RGB)) is represented as pixel values. Note that this image may be an image in which multiple point clouds are viewed from one viewpoint (an image in which multiple point clouds are projected onto one two-dimensional plane), or multiple images in which multiple point clouds are viewed from multiple viewpoints, or a single image in which these multiple images are integrated.

[0102] The video encoding unit 4654 generates an encoded position image (Compressed Geometry Image) and an encoded attribute image (Compressed Attribute Image), which are encoded data, by encoding the position image and the attribute image using a video encoding method. Note that any known encoding method may be used as the video encoding method. For example, the video encoding method is AVC, HEVC, or the like.

[0103] The additional information encoding unit 4655 generates encoded additional information (Compressed MetaData) by encoding the additional information, map information, and the like included in the point cloud data.

[0104] The multiplexing unit 4656 multiplexes the encoding position image, the encoding attribute image, the encoding additional information, and other additional information to generate an encoded stream (Compressed Stream) that is encoded data. The generated encoded stream is output to a processing unit in a system layer (not shown).

[0105] Next, a second decoding unit 4660, which is an example of the decoding unit 4624 that performs decoding using the second encoding method, will be described. FIG. 11 is a diagram showing the configuration of the second decoding unit 4660. FIG. 12 is a block diagram of the second decoding unit 4660. The second decoding unit 4660 generates point cloud data by decoding, using the second encoding method, coded data (coded stream) coded using the second coding method. The second decoding unit 4660 includes a demultiplexing unit 4661, a video decoding unit 4662, an additional information decoding unit 4663, a position information generation unit 4664, and an attribute information generation unit 4665.

[0106] A coded stream (compressed stream) that is coded data is input to the second decoding unit 4660 from a processing unit in a system layer (not shown).

[0107] The demultiplexer 4661 separates the encoded position image (Compressed Geometry Image), the encoded attribute image (Compressed Attribute Image), the encoded additional information (Compressed MetaData), and other additional information from the encoded data.

[0108] The video decoding unit 4662 generates a position image and an attribute image by decoding the encoded position image and the encoded attribute image using a video encoding method. Note that any known encoding method may be used as the video encoding method. For example, the video encoding method is AVC or HEVC.

[0109] The additional information decoding unit 4663 decodes the encoded additional information to generate additional information including map information and the like.

[0110] The position information generating unit 4664 generates position information using the position image and map information. The attribute information generating unit 4665 generates attribute information using the attribute image and map information.

[0111] The second decoding unit 4660 uses the additional information necessary for decoding during decoding, and outputs the additional information necessary for the application to the outside.

[0112] The following describes the problems with the PCC encoding method. Fig. 13 is a diagram showing a protocol stack related to PCC encoded data. Fig. 13 shows an example in which other media data such as video (e.g., HEVC) or audio is multiplexed onto the PCC encoded data and transmitted or stored.

[0113] Multiplexing methods and file formats have the function of multiplexing various coded data and transmitting or storing them. To transmit or store coded data, the coded data must be converted into the format of the multiplexing method. For example, HEVC specifies a technology that stores coded data in a data structure called a NAL unit and stores the NAL unit in ISOBMFF.

[0114] On the other hand, currently, a first encoding method (Codec1) and a second encoding method (Codec2) are being considered as methods for encoding point cloud data, but the structure of the encoded data and the method for storing the encoded data in a system format have not been defined, which poses the problem that, as it stands, it is not possible to perform MUX processing (multiplexing) in the encoding unit, transmission, or storage.

[0115] In the following description, unless a specific encoding method is specified, it refers to either the first encoding method or the second encoding method.

[0116] A method for defining NAL units according to this embodiment will be described below. For example, in conventional codecs such as HEVC, one format of NAL units is defined for one codec. However, there has been no method so far to support a format in which two codecs, a first encoding method and a second encoding method (hereinafter referred to as PCC codec), are mixed, as in PCC.

[0117] In this embodiment, a format common to all PCC codecs is defined as an NAL unit, and an identifier of an NAL unit dependent on the PCC codec is further defined. Fig. 14 is a diagram showing a protocol stack in this case. Figs. 15 to 17 are diagrams showing examples of NAL unit formats common to all codecs. Fig. 15 is a diagram showing an example of the syntax of a Common PCC NAL Unit. Fig. 16 is a diagram showing an example of the syntax of a Common PCC NAL Unit Header. Fig. 17 is a diagram showing an example of the semantics of pcc_codec_type. Fig. 18 is a diagram showing an example of a codec-dependent NAL unit type definition, and is a diagram showing an example of the semantics of pcc_nal_unit_type.

[0118] A NAL unit format common to all PCC codecs is defined. The NAL unit (pcc_nal_unit) includes a header (pcc_nal_unit_header), a payload (pcc_nal_unit_payload), and trailing bits (trailing_bits). The same format is used when storing data for either the first or second encoding method.

[0119] The NAL unit header (pcc_nal_unit_header) stores a codec type (pcc_codec_type) and a NAL unit type (pcc_nal_unit_type). The codec type indicates whether the PCC codec of the coded data stored in the NAL unit is a first coding method or a second coding method.

[0120] The NAL unit type indicates the type of the NAL unit depending on the codec, and types are defined for each codec. If the codec type is a first encoding method, the NAL unit type indicates the NAL unit type defined for the first encoding method. If the codec type is a second encoding method, the NAL unit type indicates the NAL unit type defined for the second encoding method. In other words, the NAL unit type defined for the first encoding method and the NAL unit type defined for the second encoding method have different meanings associated with the same value.

[0121] Note that in the header, the codec type function may be merged into the NAL unit type, for example, the codec type may be indicated using part of the information of the NAL unit type.

[0122] Next, the encoding process according to this embodiment will be described. Fig. 19 is a flowchart of the encoding process according to this embodiment. The process in this figure shows the process of the first encoding unit 4630 or the second encoding unit 4650 when the above definitions are used. Note that, hereinafter, the first encoding unit 4630 and the second encoding unit 4650 will also be referred to as the encoding unit 4613 without any distinction. Furthermore, the process in this figure is mainly performed by the multiplexing unit 4634 shown in Fig. 6 or the multiplexing unit 4656 shown in Fig. 10.

[0123] The process in the figure shows an example in which PCC data is encoded using either the first encoding method or the second encoding method, and it is assumed that which PCC codec is used for encoding is known. For example, which PCC codec is used may be specified by a user or an external device.

[0124] First, the encoding unit 4613 encodes the PCC data using a codec of either the first encoding method or the second encoding method (S4601).

[0125] If the codec used is the second encoding method (second encoding method in S4602), the encoding unit 4613 sets pcc_codec_type included in the NAL unit header to a value indicating that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4603). The encoding unit 4613 also sets pcc_nal_unit_type in the NAL unit header to an identifier of the NAL unit for the second encoding method (S4604). The encoding unit 4613 then generates a NAL unit that has the set NAL unit header and includes encoded data in its payload. The encoding unit 4613 then transmits the generated NAL unit (S4605).

[0126] On the other hand, if the codec used is the first encoding method (first encoding method in S4602), the encoding unit 4613 sets pcc_codec_type in the NAL unit header to a value indicating that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4606). The encoding unit 4613 also sets pcc_nal_unit_type in the NAL unit header to an identifier of the NAL unit for the first encoding method (S4607). The encoding unit 4613 then generates a NAL unit that has the set NAL unit header and includes encoded data in its payload. The encoding unit 4613 then transmits the generated NAL unit (S4605).

[0127] Note that in steps S4603 and S4606, if the function of pcc_code_type is included in pcc_nal_unit_type, the encoding unit 4613 may indicate in pcc_nal_unit_type whether the NAL unit is encoded using the first encoding method or the second encoding method.

[0128] Next, the decoding process by first decoding section 4640 and second decoding section 4660 according to this embodiment will be described. Fig. 20 is a flowchart showing the decoding process by second decoding section 4660. The process in this figure is mainly performed by demultiplexing section 4661 shown in Fig. 12.

[0129] Note that the process in this figure shows an example in which PCC data is encoded using either the second encoding method or the first encoding method. In this method, the demultiplexer 4661 included in the second decoder 4660 can identify the codec type of the NAL unit by referencing information included in the NAL unit header. Therefore, the demultiplexer 4661 can output the necessary information to the video decoder 4662 according to the codec type.

[0130] First, the second decoding unit 4660 receives an NAL unit (S4611). For example, this NAL unit is generated by the processing in the encoding unit 4613 described above. That is, the header of this NAL unit includes pcc_codec_type and pcc_nal_unit_type.

[0131] Next, the second decoding unit 4660 determines whether the pcc_codec_type included in the NAL unit header indicates the first encoding method or the second encoding method (S4612).

[0132] If pcc_codec_type indicates the second encoding method (second encoding method in S4612), the second decoding unit 4660 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4613).The second decoding unit 4660 then identifies the data by determining that pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the second encoding method (S4614).The second decoding unit 4660 then decodes the PCC data using the decoding process of the second encoding method (S4615).

[0133] On the other hand, if pcc_codec_type indicates the first encoding method (first encoding method in S4612), the second decoding unit 4660 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4616). In this case, the second decoding unit 4660 does not process the NAL unit (S4617).

[0134] In addition, in step S4612, if the function of pcc_code_type is included in pcc_nal_unit_type, the second decoding unit 4660 may refer to pcc_nal_unit_type to determine whether the codec used for the data included in the NAL unit is the first encoding method or the second encoding method.

[0135] 21 is a flowchart showing the decoding process by the first decoding unit 4640. The process in this figure is mainly performed by the demultiplexing unit 4641 shown in FIG.

[0136] Note that the process in this figure shows an example in which PCC data is encoded using either the first encoding method or the second encoding method. In this method, the demultiplexing unit 4641 included in the first decoding unit 4640 can identify the codec type of the NAL unit by referencing information included in the NAL unit header. Therefore, the demultiplexing unit 4641 can output the necessary information according to the codec type to the position information decoding unit 4642 and the attribute information decoding unit 4643.

[0137] First, the first decoding unit 4640 receives an NAL unit (S4621). For example, this NAL unit is generated by the processing in the encoding unit 4613. That is, the header of this NAL unit includes pcc_codec_type and pcc_nal_unit_type.

[0138] Next, the first decoding unit 4640 determines whether pcc_codec_type included in the NAL unit header indicates the first encoding method or the second encoding method (S4622).

[0139] If pcc_codec_type indicates the second encoding method (second encoding method in S4622), the first decoding unit 4640 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4623). In this case, the first decoding unit 4640 does not process the NAL unit (S4624).

[0140] On the other hand, if pcc_codec_type indicates the first encoding method (first encoding method in S4622), the first decoding unit 4640 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4625).The first decoding unit 4640 then identifies the data by determining that pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the first encoding method (S4626).The first decoding unit 4640 then decodes the PCC data using the decoding process of the first encoding method (S4627).

[0141] (Embodiment 2) In this embodiment, another method for defining NAL units will be described. In this embodiment, a different format for NAL units is defined for each PCC codec. Furthermore, an identifier for the NAL unit is defined independently for each PCC codec.

[0142] Fig. 22 is a diagram showing a protocol stack in this case. Fig. 23 is a diagram showing an example of the syntax of a NAL unit for codec 2 (codec2_nal_unit). Fig. 24 is a diagram showing an example of the syntax of a NAL unit header for codec 2 (codec2_nal_unit_header). Fig. 25 is a diagram showing an example of the semantics of codec2_nal_unit_type.

[0143] Fig. 26 is a diagram illustrating an example of the syntax of a NAL unit (codec1_nal_unit) for codec 1. Fig. 27 is a diagram illustrating an example of the syntax of a NAL unit header (codec1_nal_unit_header) for codec 1. Fig. 28 is a diagram illustrating an example of the semantics of codec1_nal_unit_type.

[0144] The NAL unit format is defined independently for each PCC codec. The NAL unit (codec1_nal_unit, codec2_nal_unit) includes a header (codec1_nal_unit_header, codec2_nal_unit_header), a payload (codec1_nal_unit_payload, codec2_nal_unit_payload), and trailing bits (trailing_bits). The NAL unit (codec1_nal_unit) for the first encoding method and the NAL unit (codec2_nal_unit) for the second encoding method may have the same structure or different structures. The NAL unit for the first encoding method and the NAL unit for the second encoding method may have different sizes.

[0145] Data encoded using a first encoding method is stored in NAL units for the first encoding method, and data encoded using a second encoding method is stored in NAL units for the second encoding method.

[0146] The NAL unit headers (codec1_nal_unit_header, codec2_nal_unit_header) store NAL unit types (codec1_nal_unit_type, codec2_nal_unit_type). NAL unit types are independent for each codec, and types are defined for each codec. That is, the NAL unit for a first encoding method describes the NAL unit type defined for the first encoding method. The NAL unit for a second encoding method describes the NAL unit type defined for the second encoding method.

[0147] By using this method, the first encoding method and the second encoding method can be treated as different codecs.

[0148] Next, the encoding process according to this embodiment will be described. Fig. 29 is a flowchart of the encoding process according to this embodiment. The process in this figure shows the process of the first encoding unit 4630 or the second encoding unit 4650 when the above definitions are used. Furthermore, the process in this figure is mainly performed by the multiplexing unit 4634 shown in Fig. 6 or the multiplexing unit 4656 shown in Fig. 10.

[0149] The process in the figure shows an example in which PCC data is encoded using either the first encoding method or the second encoding method, and it is assumed that which PCC codec is used for encoding is known. For example, which PCC codec is used may be specified by a user or an external device.

[0150] First, the encoding unit 4613 encodes the PCC data using a codec of either the first encoding method or the second encoding method (S4631).

[0151] If the codec used is the second encoding method (second encoding method in S4632), the encoding unit 4613 generates a NAL unit in the NAL unit format for the second encoding method (S4633). Next, the encoding unit 4613 sets an identifier of the NAL unit for the second encoding method to codec2_nal_unit_type included in the NAL unit header (S4634). Then, the encoding unit 4613 generates a NAL unit that has the set NAL unit header and includes encoded data in its payload. Then, the encoding unit 4613 transmits the generated NAL unit (S4635).

[0152] On the other hand, if the codec used is the first encoding method (first encoding method in S4632), the encoding unit 4613 generates a NAL unit in the NAL unit format for the first encoding method (S4636). Next, the encoding unit 4613 sets the identifier of the NAL unit for the first encoding method to codec1_nal_unit_type in the NAL unit header (S4637). Then, the encoding unit 4613 generates a NAL unit that has the set NAL unit header and includes encoded data in its payload. Then, the encoding unit 4613 transmits the generated NAL unit (S4635).

[0153] Next, the decoding process according to this embodiment will be described. Fig. 30 is a flowchart of the decoding process according to this embodiment. The process in this figure shows the process of the first decoding unit 4640 or the second decoding unit 4660 when the above definitions are used. Note that, hereinafter, the first decoding unit 4640 and the second decoding unit 4660 will also be referred to as the decoding unit 4624 without any distinction. Furthermore, the process in this figure is mainly performed by the demultiplexing unit 4641 shown in Fig. 8 or the demultiplexing unit 4661 shown in Fig. 12.

[0154] Note that the process in the figure shows an example in which PCC data is encoded using either the first encoding method or the second encoding method, and it is assumed that which PCC codec is used for encoding is known. For example, information indicating the codec used is included in the transmission signal, multiplexed data, or encoded data, and the decoding unit 4624 determines the codec used by referring to this information. Note that the decoding unit 4624 may also determine the codec used based on a signal obtained separately from these signals.

[0155] If the codec used is the second encoding method (second encoding method in S4641), the decoding unit 4624 receives an NAL unit in the format for the second encoding method (S4642). Next, the decoding unit 4624 determines that the NAL unit is for the second encoding method and identifies the data using the NAL unit format for the second encoding method and the codec2_nal_unit_type for the second encoding method (S4643). Next, the decoding unit 4624 decodes the PCC data using the decoding process for the second encoding method (S4644).

[0156] On the other hand, if the codec used is the first encoding method (first encoding method in S4641), the decoding unit 4624 receives an NAL unit in the format for the first encoding method (S4645). Next, the decoding unit 4624 determines that the NAL unit is for the first encoding method and identifies the data using the NAL unit format for the first encoding method and codec1_nal_unit_type for the first encoding method (S4646). Next, the decoding unit 4624 decodes the PCC data using the decoding process for the first encoding method (S4747).

[0157] (Embodiment 3) In this embodiment, another method for defining NAL units will be described. In this embodiment, a format common to PCC codecs is defined as an NAL unit. Also, an identifier of the NAL unit common to PCC codecs is defined.

[0158] Fig. 31 is a diagram showing a protocol stack in this case. Figs. 32 to 34 are diagrams showing examples of NAL unit formats common to codecs. Fig. 32 is a diagram showing an example of the syntax of a Common PCC NAL Unit. Fig. 33 is a diagram showing an example of the syntax of a Common PCC NAL Unit Header. Fig. 34 is a diagram showing an example of the semantics of pcc_codec_type.

[0159] A NAL unit format common to all PCC codecs is defined. The NAL unit (pcc_nal_unit) includes a header (pcc_nal_unit_header), a payload (pcc_nal_unit_payload), and trailing bits (trailing_bits). The same format is used whether data of the first or second encoding method is stored.

[0160] The NAL unit header (pcc_nal_unit_header) stores the NAL unit type (pcc_nal_unit_type). The NAL unit type is common to all codecs, and a type common to all codecs is defined. That is, a commonly defined NAL unit type is written in both the NAL unit for the first encoding method and the NAL unit for the second encoding method. In the example shown in Fig. 34, for example, PCC DataA is coded data of codec 1, PCC DataB is coded data of codec 2, PCC MetaDataA is additional information of codec 1, and PCC MetaDataB is additional information of codec 2.

[0161] By using this method, the first encoding method and the second encoding method can be treated as the same codec.

[0162] Next, the encoding process according to this embodiment will be described. Fig. 35 is a flowchart of the encoding process according to this embodiment. The process in this figure shows the process of the first encoding unit 4630 or the second encoding unit 4650 when the above definitions are used. Furthermore, the process in this figure is mainly performed by the multiplexing unit 4634 shown in Fig. 6 or the multiplexing unit 4656 shown in Fig. 10.

[0163] The process in the figure shows an example in which PCC data is encoded using either the second encoding method or the first encoding method, and it is assumed that which PCC codec is used for encoding is known. For example, which PCC codec is used may be specified by a user or an external device.

[0164] First, the encoding unit 4613 encodes the PCC data using a codec of either the second encoding method or the first encoding method (S4651). Next, the encoding unit 4613 generates an NAL unit in a PCC common NAL unit format (S4652).

[0165] Next, the encoding unit 4613 sets a PCC-common NAL unit identifier to pcc_nal_unit_type included in the NAL unit header (S4653), and then transmits the NAL unit that has the set NAL unit header and includes encoded data in its payload (S4654).

[0166] Next, the decoding process according to this embodiment will be described. Fig. 36 is a flowchart of the decoding process according to this embodiment. The process in this figure shows the process of the first decoding unit 4640 or the second decoding unit 4660 when the above definitions are used. The process in this figure is mainly performed by the demultiplexing unit 4641 shown in Fig. 8 or the demultiplexing unit 4661 shown in Fig. 12.

[0167] The process in FIG. 10 shows an example in which PCC data is encoded using either the second encoding method or the first encoding method.

[0168] First, the decoding unit 4624 determines the codec used to encode the data included in the NAL unit (S4661). For example, the decoding unit 4624 determines the codec used by referring to pcc_nal_unit_type included in the NAL unit header.

[0169] If the codec used is the second encoding method (second encoding method in S4661), the decoding unit 4624 receives NAL units in a format common to PCCs (S4662). Next, the decoding unit 4624 determines that the NAL units are common and identifies the data using the common NAL unit format and common pcc_nal_unit_type (S4663). Next, the decoding unit 4624 decodes the PCC data using the decoding process of the second encoding method (S4664).

[0170] On the other hand, if the codec used is the first encoding method (first encoding method in S4661), the decoding unit 4624 receives NAL units in a format common to PCCs (S4665). Next, the decoding unit 4624 determines that the NAL units are common and identifies the data using the common NAL unit format and common pcc_nal_unit_type (S4666). Next, the decoding unit 4624 decodes the PCC data using the decoding process of the first encoding method (S4667).

[0171] The following describes modifications of the above-mentioned Embodiments 1 to 3. As another method for indicating the PCC codec type, the following method may be used.

[0172] In the first, second, and third embodiments, a case where two codecs, a first encoding method and a second encoding method, are mixed is described, but the above technique can also be applied when there are three or more PCC codecs.

[0173] In addition, in embodiments 1 and 3, the PCC codec identification information (pcc_codec_type in embodiment 1 and pcc_nal_unit_type in embodiment 3b) is described in the NAL unit header, but the codec identification information may also be stored in another location.

[0174] Furthermore, the first encoding method and the second encoding method are not limited to the above examples and may be any codec. For example, the first encoding method and the second encoding method may be a plurality of codecs obtained by subdividing GPCC, or a plurality of codecs obtained by subdividing VPCC. For example, the first encoding method and the second encoding method may both be VPCC but use different video encoding methods. The video encoding method may be, for example, AVC or HEVC. Furthermore, either or both of the first encoding method and the second encoding method may be an encoding method including other encoding methods, such as for video, audio, or text applications.

[0175] For example, the codec identification information may be included in control information included in a PCC encoded stream, where the control information is, for example, a parameter set or metadata such as SEI (Supplemental Enhancement Information).

[0176] 37 is a flowchart of the encoding process by the encoding unit 4613 in this case. First, the encoding unit 4613 encodes PCC data (S4671) and writes PCC codec identification information in a predetermined position (e.g., a parameter set) in the encoded data (S4672). Next, the encoding unit 4613 generates NAL units including the encoded data and transmits the generated NAL units (S4673).

[0177] Furthermore, identification information of the PCC codec may be defined as a profile, and the identification information of the PCC codec may be indicated in metadata. Furthermore, when the same codec is used for the entire sequence, the sequence parameter set may include identification information of the PCC codec. Furthermore, when each PCC frame is encoded with a different codec, the parameter set describing information for each frame may include identification information of the PCC codec. For example, when a different codec is used for each PCC data, such as when different codecs are used for position information and attribute information, the parameter set describing information for each data may include identification information of the PCC codec. In other words, information indicating the codec of the position information may be included in control information (parameter set, etc.) for the position information, and information indicating the codec of the attribute information may be included in control information (parameter set, etc.) for the attribute information.

[0178] The codec identification information may be stored in any of the above locations, or may be stored in multiple locations. For example, the codec identification information may be stored both in the coded stream and in the NAL unit header. Furthermore, when the codec identification information is stored in multiple locations, the same information may be stored in the multiple locations, or different information may be stored in the multiple locations. The different information may be, for example, information indicating a GPCC or a VPCC and information indicating one of multiple codecs obtained by subdividing the GPCC or the VPCC.

[0179] When a parameter set is included in an NAL unit, the demultiplexing unit 4641 or 4661 included in the decoding unit 4624 can determine whether the data included in the payload of the NAL unit is data coded using the first coding method or the second coding method by analyzing the description in the parameter set. This allows the decoding unit 4624 to quickly filter out NAL units that are not necessary for decoding.

[0180] 38 is a flowchart of the decoding process by the decoding unit 4624 in this case. First, the decoding unit 4624 receives an NAL unit (S4675), and identifies predetermined data (e.g., the parameter set) in which PCC codec identification information is described using pcc_nal_unit_type included in the NAL unit header (S4676). Next, the decoding unit 4624 analyzes the predetermined data (e.g., the parameter set) to identify the PCC codec indicated in the predetermined data (S4677). Next, the decoding unit 4624 decodes the coded data using the identified PCC codec (S4678).

[0181] Furthermore, in the above example, the coded stream is stored in an NAL unit, but a unit of a predetermined format may be used instead of the NAL unit.

[0182] (Fourth embodiment) In this embodiment, we will explain an encoding unit 4670 that has the functions of both the first encoding unit 4630 and the second encoding unit 4650 described above, and a decoding unit 4680 that has the functions of both the first decoding unit 4640 and the second decoding unit 4660.

[0183] 39 is a block diagram of an encoding unit 4670 according to this embodiment. This encoding unit 4670 includes the above-described first encoding unit 4630 and second encoding unit 4650, and a multiplexing unit 4671. The multiplexing unit 4671 multiplexes the encoded data generated by the first encoding unit 4630 and the encoded data generated by the second encoding unit 4650, and outputs the obtained encoded data.

[0184] 40 is a block diagram of a decoding unit 4680 according to this embodiment. This decoding unit 4680 includes the first decoding unit 4640 and second decoding unit 4660 described above, and a demultiplexing unit 4681. The demultiplexing unit 4681 extracts, from the input coded data, coded data coded using the first coding method and coded data coded using the second coding method. The demultiplexing unit 4681 outputs the coded data coded using the first coding method to the first decoding unit 4640, and outputs the coded data coded using the second coding method to the second decoding unit 4660.

[0185] With the above configuration, the encoding unit 4670 can encode point cloud data by selectively using the first encoding method or the second encoding method. Furthermore, the decoding unit 4680 can decode encoded data encoded using the first encoding method, encoded data encoded using the second encoding method, and encoded data encoded using both the first encoding method and the second encoding method.

[0186] For example, the encoding unit 4670 may switch the encoding method (the first encoding method and the second encoding method) in units of point cloud data or in units of frames. Furthermore, the encoding unit 4670 may switch the encoding method in units that can be encoded.

[0187] The encoding unit 4670 generates encoded data (encoded stream) including identification information of the PCC codec, as described in the first or third embodiment above, for example.

[0188] The demultiplexing unit 4681 included in the decoding unit 4680 identifies the data using, for example, the PCC codec identification information described in embodiment 1 or embodiment 3. If the data is data coded using a first coding method, the demultiplexing unit 4681 outputs the data to the first decoding unit 4640, and if the data is data coded using a second coding method, the demultiplexing unit 4681 outputs the data to the second decoding unit 4660.

[0189] In addition to the PCC codec identification information, the encoding unit 4670 may also send, as control information, information indicating whether both encoding methods or one of the encoding methods was used.

[0190] Next, the encoding process according to this embodiment will be described. Fig. 41 is a flowchart of the encoding process according to this embodiment. By using the PCC codec identification information described in Embodiments 1, 2, and 3, and the modifications, encoding processes compatible with multiple codecs become possible. Note that Fig. 41 shows an example in which the technique of Embodiment 1 is used, but similar processes can also be applied to other techniques.

[0191] First, the encoding unit 4670 encodes the PCC data using either one or both of the codecs of the first encoding method and the second encoding method (S4681).

[0192] If the codec used is the second encoding method (second encoding method in S4682), the encoding unit 4670 sets pcc_codec_type included in the NAL unit header to a value indicating that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4683). Next, the encoding unit 4670 sets pcc_nal_unit_type in the NAL unit header to an identifier of the NAL unit for the second encoding method (S4684). Then, the encoding unit 4670 generates an NAL unit that has the set NAL unit header and includes encoded data in its payload. Then, the encoding unit 4670 transmits the generated NAL unit (S4685).

[0193] On the other hand, if the codec used is the first encoding method (first encoding method in S4682), the encoding unit 4670 sets pcc_codec_type included in the NAL unit header to a value indicating that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4686). Next, the encoding unit 4670 sets pcc_nal_unit_type included in the NAL unit header to an identifier of the NAL unit for the first encoding method (S4687). Next, the encoding unit 4670 generates a NAL unit that has the set NAL unit header and includes encoded data in its payload. Then, the encoding unit 4670 transmits the generated NAL unit (S4685).

[0194] Next, the decoding process according to this embodiment will be described. Fig. 42 is a flowchart of the decoding process according to this embodiment. By using the PCC codec identification information described in the first, second, and third embodiments and the modifications, decoding processes compatible with a plurality of codecs become possible. Note that Fig. 42 shows an example in which the technique of the first embodiment is used, but similar processes can also be applied to other techniques.

[0195] First, the decoding unit 4680 receives an NAL unit (S4691). For example, this NAL unit is generated by the processing in the encoding unit 4670 described above.

[0196] Next, the decoding unit 4680 determines whether the pcc_codec_type included in the NAL unit header indicates the first encoding method or the second encoding method (S4692).

[0197] If pcc_codec_type indicates the second encoding method (second encoding method in S4692), the decoding unit 4680 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4693).The second decoding unit 4660 then identifies the data by determining that pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the second encoding method (S4694).The decoding unit 4680 then decodes the PCC data using the decoding process for the second encoding method (S4695).

[0198] On the other hand, if pcc_codec_type indicates the first encoding method (first encoding method in S4692), the decoding unit 4680 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4696).The decoding unit 4680 then identifies the data by determining that pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the first encoding method (S4697).The decoding unit 4680 then decodes the PCC data using the decoding process for the first encoding method (S4698).

[0199] As described above, a three-dimensional data encoding device according to one embodiment of the present disclosure generates an encoded stream by encoding three-dimensional data (e.g., point cloud data) (e.g., S4671 in FIG. 37), and stores information indicating the encoding method used for the encoding, either the first encoding method or the second encoding method (e.g., codec identification information), in the control information (e.g., parameter set) of the encoded stream (e.g., S4672 in FIG. 37).

[0200] According to this, when decoding an encoded stream generated by the three-dimensional data encoding device, the three-dimensional data decoding device can determine the encoding method used for encoding using the information stored in the control information, and therefore the three-dimensional data decoding device can correctly decode the encoded stream even when multiple encoding methods are used.

[0201] For example, the three-dimensional data includes position information. In the encoding step, the three-dimensional data encoding device encodes the position information. In the storing step, the three-dimensional data encoding device stores, in control information for the position information, information indicating which of the first encoding method and the second encoding method was used to encode the position information.

[0202] For example, the three-dimensional data includes position information and attribute information. In the encoding step, the three-dimensional data encoding device encodes the position information and the attribute information. In the storing step, the three-dimensional data encoding device stores, in control information for the position information, information indicating which of the first encoding method and the second encoding method was used to encode the position information, and stores, in control information for the attribute information, information indicating which of the first encoding method and the second encoding method was used to encode the attribute information.

[0203] This allows different encoding methods to be used for the position information and the attribute information, thereby improving encoding efficiency.

[0204] For example, the three-dimensional data encoding method further stores the encoded stream in one or more units (for example, NAL units) (for example, S4673 in FIG. 37).

[0205] For example, as described in Figures 15 to 18 of embodiment 1, the unit has a format common to the first encoding method and the second encoding method, and includes information indicating the type of data contained in the unit (e.g., pcc_nal_unit_type), which has independent definitions in the first encoding method and the second encoding method.

[0206] For example, as described in Figures 23 to 28 of embodiment 2, the unit has a format that is independent between the first encoding method and the second encoding method, and includes information indicating the type of data included in the unit, which has a definition that is independent between the first encoding method and the second encoding method (e.g., codec1_nal_unit_type or codec2_nal_unit_type).

[0207] For example, as described in Figures 32 to 34 of embodiment 3, the unit has a format common to the first encoding method and the second encoding method, and includes information indicating the type of data contained in the unit, and information (e.g., pcc_nal_unit_type) having a definition common to the first encoding method and the second encoding method.

[0208] For example, the three-dimensional data encoding device includes a processor and a memory, and the processor performs the above-mentioned processing using the memory.

[0209] Furthermore, the three-dimensional data decoding device according to this embodiment determines the encoding method used to encode the encoded stream (e.g., S4677 in FIG. 38) based on information indicating which of the first and second encoding methods was used to encode the three-dimensional data (e.g., codec identification information), which is included in control information (e.g., a parameter set) of the encoded stream generated by encoding the three-dimensional data, and decodes the encoded stream using the determined encoding method (e.g., S4678 in FIG. 38).

[0210] According to this, when decoding an encoded stream, the three-dimensional data decoding device can determine the encoding method used for encoding using the information stored in the control information, and therefore the three-dimensional data decoding device can correctly decode the encoded stream even when multiple encoding methods are used.

[0211] For example, the three-dimensional data includes position information, and the encoded stream includes encoded data of the position information. In the determination, the three-dimensional data decoding device determines the encoding method used to encode the position information based on information indicating which of the first encoding method and the second encoding method was used to encode the position information, the information being included in control information of the position information included in the encoded stream. In the decoding, the three-dimensional data decoding device decodes the encoded data of the position information using the determined encoding method used to encode the position information.

[0212] For example, the three-dimensional data includes position information and attribute information, and the encoded stream includes encoded data of the position information and encoded data of the attribute information. In the determination, the three-dimensional data decoding device determines the encoding method used to encode the position information based on information, which of the first encoding method and the second encoding method was used to encode the position information, included in control information of the position information included in the encoded stream, and determines the encoding method used to encode the attribute information based on information, which of the first encoding method and the second encoding method was used to encode the attribute information, included in control information of the attribute information included in the encoded stream. In the decoding, the three-dimensional data decoding device decodes the encoded data of the position information using the determined encoding method used to encode the position information, and decodes the encoded data of the attribute information using the determined encoding method used to encode the attribute information.

[0213] This allows different encoding methods to be used for the position information and the attribute information, thereby improving encoding efficiency.

[0214] For example, the coded stream is stored in one or more units (for example, NAL units), and the three-dimensional data decoding device further obtains the coded stream from the one or more units.

[0215] For example, as described in Figures 15 to 18 of embodiment 1, the unit has a format common to the first encoding method and the second encoding method, and includes information indicating the type of data contained in the unit (e.g., pcc_nal_unit_type), which has independent definitions in the first encoding method and the second encoding method.

[0216] For example, as described in Figures 23 to 28 of embodiment 2, the unit has a format that is independent between the first encoding method and the second encoding method, and includes information indicating the type of data included in the unit, which has a definition that is independent between the first encoding method and the second encoding method (e.g., codec1_nal_unit_type or codec2_nal_unit_type).

[0217] For example, as described in Figures 32 to 34 of embodiment 3, the unit has a format common to the first encoding method and the second encoding method, and includes information indicating the type of data contained in the unit, and information (e.g., pcc_nal_unit_type) having a definition common to the first encoding method and the second encoding method.

[0218] For example, the three-dimensional data decoding device includes a processor and a memory, and the processor performs the above processing using the memory.

[0219] (Embodiment 5) In this embodiment, a method for storing the NAL units described in the first embodiment in an ISOBMFF file will be described.

[0220] ISOBMFF (ISO based media file format) is a file format standard defined in ISO / IEC 14496-12. ISOBMFF is a media-independent standard that defines a format that can store multiplexed media such as video, audio, and text.

[0221] This section explains the basic structure (file) of ISOBMFF. The basic unit in ISOBMFF is a box. A box consists of type, length, and data, and a file is a collection of boxes of various types.

[0222] 43 is a diagram showing the basic structure (file) of ISOBMFF. An ISOBMFF file mainly includes boxes such as ftyp, which indicates the file brand using 4CC (four-character code), moov, which stores metadata such as control information, and mdat, which stores data.

[0223] Storing methods for each media type in ISOBMFF files are specified separately. For example, storage methods for AVC video and HEVC video are specified in ISO / IEC 14496-15. While it is conceivable to extend and use the functions of ISOBMFF to store or transmit PCC encoded data, there are no regulations yet for storing PCC encoded data in ISOBMFF files. Therefore, in this embodiment, a method for storing PCC encoded data in an ISOBMFF file will be described.

[0224] 44 is a diagram showing a protocol stack when NAL units common to PCC codecs are stored in an ISOBMFF file. Here, the NAL units common to PCC codecs described in the first embodiment are stored in an ISOBMFF file. Although the NAL units are common to PCC codecs, multiple PCC codecs are stored in the NAL units, so it is desirable to define a storage method (Carriage of Codec1, Carriage of Codec2) according to each codec.

[0225] Next, a method for storing a common PCC NAL unit that supports multiple PCC codecs in an ISOBMFF file will be described. Fig. 45 is a diagram showing an example of storing a common PCC NAL unit in an ISOBMFF file using the storage method for codec 1 (Carriage of Codec1). Fig. 46 is a diagram showing an example of storing a common PCC NAL unit in an ISOBMFF file using the storage method for codec 2 (Carriage of Codec2).

[0226] Here, ftyp is important information for identifying the file format, and a different identifier is defined for ftyp for each codec. When PCC-encoded data encoded using a first encoding method (encoding system) is stored in a file, ftyp=pcc1 is set. When PCC-encoded data encoded using a second encoding method is stored in a file, ftyp=pcc2 is set.

[0227] Here, pcc1 indicates that PCC codec 1 (first encoding method) is used, and pcc2 indicates that PCC codec 2 (second encoding method) is used. In other words, pcc1 and pcc2 indicate that the data is PCC (coded data of three-dimensional data (point cloud data)), and also indicate the PCC codecs (first and second encoding methods).

[0228] A method for storing NAL units in an ISOBMFF file will be described below. The multiplexing unit analyzes the NAL unit header, and if pcc_codec_type=Codec1, writes pcc1 in ftyp of ISOBMFF.

[0229] Furthermore, the multiplexing unit analyzes the NAL unit header, and if pcc_codec_type=Codec2, writes pcc2 in ftyp of ISOBMFF.

[0230] Furthermore, if pcc_nal_unit_type is metadata, the multiplexing unit stores the NAL unit in a predetermined manner, for example, in moov or mdat. If pcc_nal_unit_type is data, the multiplexing unit stores the NAL unit in a predetermined manner, for example, in moov or mdat.

[0231] For example, the multiplexing unit may store the NAL unit size in the NAL unit, similar to HEVC.

[0232] This storage method enables the demultiplexer (system layer) to analyze the ftyp included in the file to determine whether the PCC-encoded data was encoded using the first encoding method or the second encoding method. Furthermore, as described above, by determining whether the PCC-encoded data was encoded using the first encoding method or the second encoding method, it is possible to extract encoded data encoded using one of the encoding methods from data containing a mixture of data encoded using both encoding methods. This reduces the amount of data transmitted when transmitting encoded data. Furthermore, this storage method allows a common data format to be used for the first encoding method and the second encoding method, without requiring different data (file) formats to be set.

[0233] In addition, when codec identification information is indicated in metadata of the system layer, such as ftyp in ISOBMFF, the multiplexing unit may store NAL units from which pcc_nal_unit_type has been deleted in an ISOBMFF file.

[0234] Next, the configuration and operation of the multiplexing unit provided in the three-dimensional data encoding system (three-dimensional data encoding device) according to this embodiment and the demultiplexing unit provided in the three-dimensional data decoding system (three-dimensional data decoding device) according to this embodiment will be described.

[0235] 47 is a diagram showing the configuration of the first multiplexing unit 4710. The first multiplexing unit 4710 includes a file conversion unit 4711 that generates multiplexed data (file) by storing the coded data and control information (NAL units) generated by the first coding unit 4630 in an ISOBMFF file. This first multiplexing unit 4710 is included in, for example, the multiplexing unit 4614 shown in FIG. 1.

[0236] 48 is a diagram showing the configuration of the first demultiplexing unit 4720. The first demultiplexing unit 4720 includes a file inverse conversion unit 4721 that acquires coded data and control information (NAL units) from multiplexed data (file) and outputs the acquired coded data and control information to the first decoding unit 4640. This first demultiplexing unit 4720 is included in the demultiplexing unit 4623 shown in FIG. 1, for example.

[0237] 49 is a diagram showing the configuration of the second multiplexing unit 4730. The second multiplexing unit 4730 includes a file conversion unit 4731 that generates multiplexed data (file) by storing the coded data and control information (NAL units) generated by the second coding unit 4650 in an ISOBMFF file. This second multiplexing unit 4730 is included in, for example, the multiplexing unit 4614 shown in FIG. 1.

[0238] 50 is a diagram showing the configuration of the second demultiplexing unit 4740. The second demultiplexing unit 4740 includes a file inverse conversion unit 4741 that acquires coded data and control information (NAL units) from multiplexed data (file) and outputs the acquired coded data and control information to the second decoding unit 4660. This second demultiplexing unit 4740 is included in, for example, the demultiplexing unit 4623 shown in FIG.

[0239] 51 is a flowchart of the multiplexing process by the first multiplexing unit 4710. First, the first multiplexing unit 4710 analyzes pcc_codec_type included in the NAL unit header to determine whether the codec being used is the first encoding method or the second encoding method (S4701).

[0240] If pcc_codec_type indicates the second encoding method (second encoding method in S4702), the first multiplexing unit 4710 does not process the NAL unit (S4703).

[0241] On the other hand, if pcc_codec_type indicates the second encoding method (first encoding method in S4702), the first multiplexing unit 4710 writes pcc1 in ftyp (S4704). In other words, the first multiplexing unit 4710 writes information in ftyp indicating that data encoded using the first encoding method is stored in the file.

[0242] Next, the first multiplexing unit 4710 analyzes the pcc_nal_unit_type included in the NAL unit header, and stores the data in a box (moov, mdat, or the like) using a predetermined method according to the data type indicated by the pcc_nal_unit_type (S4705).Then, the first multiplexing unit 4710 creates an ISOBMFF file including the ftyp and the box (S4706).

[0243] 52 is a flowchart of the multiplexing process by the second multiplexing unit 4730. First, the second multiplexing unit 4730 analyzes pcc_codec_type included in the NAL unit header to determine whether the codec being used is the first encoding method or the second encoding method (S4711).

[0244] If pcc_unit_type indicates the second encoding method (second encoding method in S4712), the second multiplexing unit 4730 writes pcc2 in ftyp (S4713). In other words, the second multiplexing unit 4730 writes information in ftyp indicating that data encoded using the second encoding method is stored in the file.

[0245] Next, the second multiplexing unit 4730 analyzes pcc_nal_unit_type included in the NAL unit header, and stores the data in a box (moov, mdat, etc.) using a predetermined method according to the data type indicated by pcc_nal_unit_type (S4714).Then, the second multiplexing unit 4730 creates an ISOBMFF file including the ftyp and the box (S4715).

[0246] On the other hand, if pcc_unit_type indicates the first encoding method (first encoding method in S4712), the second multiplexing unit 4730 does not process the NAL unit (S4716).

[0247] Note that the above process shows an example in which PCC data is encoded using either the first encoding method or the second encoding method. The first multiplexing unit 4710 and the second multiplexing unit 4730 store the desired NAL unit in a file by identifying the codec type of the NAL unit. Note that if PCC codec identification information is included in addition to the NAL unit header, the first multiplexing unit 4710 and the second multiplexing unit 4730 may identify the codec type (first encoding method or second encoding method) in steps S4701 and S4711 using the PCC codec identification information included in addition to the NAL unit header.

[0248] Furthermore, when storing data in a file in steps S4706 and S4714, the first multiplexing unit 4710 and the second multiplexing unit 4730 may delete pcc_nal_unit_type from the NAL unit header before storing the data in the file.

[0249] 53 is a flowchart showing the processing by the first demultiplexing unit 4720 and the first decoding unit 4640. First, the first demultiplexing unit 4720 analyzes ftyp included in the ISOBMFF file (S4721). If the codec indicated by ftyp is the second encoding method (pcc2) (second encoding method in S4722), the first demultiplexing unit 4720 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4723). The first demultiplexing unit 4720 also conveys the result of this determination to the first decoding unit 4640. The first decoding unit 4640 does not process the NAL unit (S4724).

[0250] On the other hand, if the codec indicated by ftyp is the first encoding method (pcc1) (first encoding method in S4722), the first demultiplexing unit 4720 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4725). In addition, the first demultiplexing unit 4720 conveys the result of this determination to the first decoding unit 4640.

[0251] The first decoding unit 4640 identifies the data by determining that the pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the first encoding method (S4726).Then, the first decoding unit 4640 decodes the PCC data using the decoding process for the first encoding method (S4727).

[0252] 54 is a flowchart showing the processing by the second demultiplexing unit 4740 and the second decoding unit 4660. First, the second demultiplexing unit 4740 analyzes ftyp included in the ISOBMFF file (S4731). If the codec indicated by ftyp is the second encoding method (pcc2) (second encoding method in S4732), the second demultiplexing unit 4740 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4733). The second demultiplexing unit 4740 also conveys the result of this determination to the second decoding unit 4660.

[0253] The second decoding unit 4660 identifies the data by determining that the pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the second encoding method (S4734).Then, the second decoding unit 4660 decodes the PCC data using the decoding process for the second encoding method (S4735).

[0254] On the other hand, if the codec indicated by ftyp is the first encoding method (pcc1) (first encoding method in S4732), the second demultiplexing unit 4740 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4736). The second demultiplexing unit 4740 also conveys the result of this determination to the second decoding unit 4660. The second decoding unit 4660 does not process the NAL unit (S4737).

[0255] In this way, for example, by identifying the codec type of the NAL unit in the first demultiplexing unit 4720 or the second demultiplexing unit 4740, the codec type can be identified at an early stage. Furthermore, desired NAL units can be input to the first decoding unit 4640 or the second decoding unit 4660, and unnecessary NAL units can be removed. In this case, the process of analyzing codec identification information may become unnecessary in the first decoding unit 4640 or the second decoding unit 4660. Note that the first decoding unit 4640 or the second decoding unit 4660 may again refer to the NAL unit type and perform the process of analyzing codec identification information.

[0256] In addition, if the first multiplexing unit 4710 or the second multiplexing unit 4730 removes the pcc_nal_unit_type from the NAL unit header, the first demultiplexing unit 4720 or the second demultiplexing unit 4740 may add the pcc_nal_unit_type to the NAL unit and then output it to the first decoding unit 4640 or the second decoding unit 4660.

[0257] (Sixth embodiment) This embodiment will describe a multiplexing unit and a demultiplexing unit corresponding to the encoding unit 4670 and decoding unit 4680 that support multiple codecs, as described in Embodiment 4. Figure 55 shows the configurations of the encoding unit 4670 and third multiplexing unit 4750 according to this embodiment.

[0258] The encoding unit 4670 encodes the point cloud data using either or both of a first encoding method and a second encoding method. The encoding unit 4670 may switch the encoding method (the first encoding method and the second encoding method) for each point cloud data unit or for each frame unit. The encoding unit 4670 may also switch the encoding method for each encoding unit.

[0259] The encoding unit 4670 generates encoded data (encoded stream) including identification information of the PCC codec, as described in the first to fourth embodiments.

[0260] The third multiplexing unit 4750 includes a file conversion unit 4751. The file conversion unit 4751 converts the NAL units output from the encoding unit 4670 into a PCC data file. The file conversion unit 4751 analyzes the codec identification information included in the NAL unit header and determines whether the PCC-encoded data is data encoded using a first encoding method, data encoded using a second encoding method, or data encoded using both methods. The file conversion unit 4751 writes a brand name that can identify the codec in ftyp. For example, to indicate that the data has been encoded using both methods, pcc3 is written in ftyp.

[0261] If the encoding unit 4670 describes PCC codec identification information outside the NAL unit, the file conversion unit 4751 may use this identification information to determine the PCC codec (encoding method).

[0262] FIG. 56 shows the configuration of the third demultiplexing unit 4760 and the decoding unit 4680 according to this embodiment.

[0263] The third demultiplexing unit 4760 includes a file inverse conversion unit 4761. The file inverse conversion unit 4761 analyzes the ftyp included in the file and determines whether the PCC encoded data is data encoded using the first encoding method, data encoded using the second encoding method, or data encoded using both methods.

[0264] When the PCC-encoded data is encoded using one of the encoding methods, the data is input to the corresponding decoding unit out of the first decoding unit 4640 and the second decoding unit 4660, and the data is not input to the other decoding unit. When the PCC-encoded data is encoded using both encoding methods, the data is input to a decoding unit 4680 that supports both methods.

[0265] The decoding unit 4680 decodes the PCC encoded data using either or both of the first encoding method and the second encoding method.

[0266] FIG. 57 is a flowchart showing processing by the third multiplexing unit 4750 according to this embodiment.

[0267] First, the third multiplexing unit 4750 analyzes the pcc_codec_type included in the NAL unit header to determine whether the codec being used is the first encoding method, the second encoding method, or both the first and second encoding methods (S4741).

[0268] If the second encoding method is used (Yes in S4742 and the second encoding method in S4743), the third multiplexing unit 4750 writes pcc2 in ftyp (S4744). That is, the third multiplexing unit 4750 writes information indicating that data encoded using the second encoding method is stored in the file in ftyp.

[0269] Next, the third multiplexing unit 4750 analyzes pcc_nal_unit_type included in the NAL unit header, and stores the data in a box (moov, mdat, etc.) using a predetermined method according to the data type indicated by pcc_unit_type (S4745).Then, the third multiplexing unit 4750 creates an ISOBMFF file including the ftyp and the box (S4746).

[0270] On the other hand, if the first encoding method is used (Yes in S4742 and the first encoding method in S4743), the third multiplexing unit 4750 writes pcc1 in ftyp (S4747). That is, the third multiplexing unit 4750 writes information indicating that data encoded using the first encoding method is stored in the file in ftyp.

[0271] Next, the third multiplexing unit 4750 analyzes pcc_nal_unit_type included in the NAL unit header, and stores the data in a box (moov, mdat, or the like) using a predetermined method according to the data type indicated by pcc_unit_type (S4748).Then, the third multiplexing unit 4750 creates an ISOBMFF file including the ftyp and the box (S4746).

[0272] On the other hand, if both the first encoding method and the second encoding method are used (No in S4742), the third multiplexing unit 4750 writes pcc3 in ftyp (S4749). That is, the third multiplexing unit 4750 writes information in ftyp indicating that data encoded using both encoding methods is stored in the file.

[0273] Next, the third multiplexing unit 4750 analyzes pcc_nal_unit_type included in the NAL unit header, and stores the data in a box (moov, mdat, etc.) using a predetermined method according to the data type indicated by pcc_unit_type (S4750).Then, the third multiplexing unit 4750 creates an ISOBMFF file including the ftyp and the box (S4746).

[0274] 58 is a flowchart showing the processing by the third demultiplexing unit 4760 and the decoding unit 4680. First, the third demultiplexing unit 4760 analyzes ftyp included in the ISOBMFF file (S4761). If the codec indicated by ftyp is the second encoding method (pcc2) (Yes in S4762 and the second encoding method in S4763), the third demultiplexing unit 4760 determines that the data included in the payload of the NAL unit is data encoded using the second encoding method (S4764). Furthermore, the third demultiplexing unit 4760 conveys the result of this determination to the decoding unit 4680.

[0275] The decoding unit 4680 identifies the data by determining that the pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the second encoding method (S4765).The decoding unit 4680 then decodes the PCC data using the decoding process for the second encoding method (S4766).

[0276] On the other hand, if the codec indicated by ftyp is the first encoding method (pcc1) (Yes in S4762 and the first encoding method in S4763), the third demultiplexing unit 4760 determines that the data included in the payload of the NAL unit is data encoded using the first encoding method (S4767). The third demultiplexing unit 4760 also conveys the result of this determination to the decoding unit 4680.

[0277] The decoding unit 4680 identifies the data by determining that the pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the first encoding method (S4768).The decoding unit 4680 then decodes the PCC data using the decoding process for the first encoding method (S4769).

[0278] On the other hand, if ftyp indicates that both encoding methods are used (pcc3) (No in S4762), the third demultiplexing unit 4760 determines that the data included in the payload of the NAL unit is data encoded using both the first encoding method and the second encoding method (S4770). The third demultiplexing unit 4760 also conveys the result of this determination to the decoding unit 4680.

[0279] The decoding unit 4680 identifies the data by determining that pcc_nal_unit_type included in the NAL unit header is an identifier of the NAL unit for the codec described in pcc_codec_type (S4771). Then, the decoding unit 4680 decodes the PCC data using the decoding processes of both encoding methods (S4772). That is, the decoding unit 4680 decodes data encoded using the first encoding method using the decoding process of the first encoding method, and decodes data encoded using the second encoding method using the decoding process of the second encoding method.

[0280] Modifications of this embodiment will be described below. As the brand type indicated in ftyp, the following types may be indicated by the identification information. Also, a combination of the following types may be indicated by the identification information.

[0281] The identification information may indicate whether the object in the original data before PCC encoding is a point cloud with a restricted area or a large-scale point cloud with an unrestricted area such as map information.

[0282] The identification information may indicate whether the original data before PCC encoding is a static object or a dynamic object.

[0283] As described above, the identification information may indicate whether the PCC encoded data is data encoded using a first encoding method or data encoded using a second encoding method.

[0284] The identification information may indicate the algorithm used in the PCC encoding, where the algorithm is, for example, an encoding method that can be used in the first encoding method or the second encoding method.

[0285] The identification information may indicate differences in the storage method of PCC-encoded data in an ISOBMFF file. For example, the identification information may indicate whether the storage method used is for storage or for real-time transmission such as dynamic streaming.

[0286] In addition, in embodiment 5, the method of storing NAL units described in embodiment 1 is described, and in embodiment 6, the method of storing NAL units described in embodiment 4 is described. However, by applying a similar storage method to the NAL units described in embodiments 2 and 3, the identification information of the PCC codec may be stored in an ISOBMFF file.

[0287] Although the fifth and sixth embodiments have been described with reference to examples in which ISOBMFF is used as the file format, other formats may also be used. For example, a method similar to that of the present embodiment may also be used when storing PCC encoded data in MPEG-2 TS Systems, MPEG-DASH, MMT, or RMP.

[0288] Although the above example shows that metadata such as identification information is stored in ftyp, this metadata may be stored in a location other than ftyp. For example, this metadata may be stored in moov.

[0289] As described above, the three-dimensional data storage device (or the three-dimensional data multiplexing device, or the three-dimensional data encoding device) performs the processing shown in FIG.

[0290] First, the three-dimensional data storage device (including, for example, the first multiplexing unit 4710, the second multiplexing unit 4730, or the third multiplexing unit 4750) acquires one or more units (for example, NAL units) in which an encoded stream in which point cloud data has been encoded is stored (S4781). Next, the three-dimensional data storage device stores the one or more units in a file (for example, an ISOBMFF file) (S4782). Furthermore, in the storing step (S4782), the three-dimensional data storage device stores information (for example, pcc1, pcc2, or pcc3) indicating that the data stored in the file is data in which point cloud data has been encoded, in the control information (for example, ftyp) of the file.

[0291] This allows a device that processes a file generated by the three-dimensional data storage device to refer to the control information of the file and quickly determine whether the data stored in the file is encoded point cloud data, thereby reducing the processing load of the device and speeding up processing.

[0292] For example, the information further indicates which of the first and second encoding methods was used to encode the point cloud data. Note that the fact that the data stored in the file is encoded point cloud data and the encoding method of the first and second encoding methods used to encode the point cloud data may be indicated by a single piece of information or by different pieces of information.

[0293] This allows a device that processes a file created by the three-dimensional data storage device to quickly determine the codec used for the data stored in the file by referencing the file's control information, thereby reducing the processing load of the device or speeding up processing.

[0294] For example, the first encoding method is a method (GPCC) in which position information representing the positions of point cloud data as an N-ary tree (N is an integer greater than or equal to 2) and attribute information is encoded using the position information, and the second encoding method is a method (VPCC) in which a two-dimensional image is generated from the point cloud data and the two-dimensional image is encoded using a video encoding method.

[0295] For example, the file conforms to ISOBMFF (ISO based media file format).

[0296] For example, the three-dimensional data storage device includes a processor and a memory, and the processor uses the memory to perform the above processing.

[0297] As described above, the three-dimensional data acquisition device (or the three-dimensional data demultiplexing device, or the three-dimensional data decoding device) performs the processing shown in FIG.

[0298] The three-dimensional data acquisition device (including, for example, the first demultiplexing unit 4720, the second demultiplexing unit 4740, or the third demultiplexing unit 4760) acquires a file (for example, an ISOBMFF file) that stores one or more units (for example, NAL units) in which an encoded stream in which point cloud data is encoded is stored (S4791). Next, the three-dimensional data acquisition device acquires one or more units from the file (S4792). In addition, the control information of the file (for example, ftyp) includes information (for example, pcc1, pcc2, or pcc3) that indicates that the data stored in the file is data in which point cloud data is encoded.

[0299] For example, the three-dimensional data acquisition device refers to the information and determines whether the data stored in the file is encoded point cloud data. Furthermore, if the three-dimensional data acquisition device determines that the data stored in the file is encoded point cloud data, it generates point cloud data by decoding the encoded point cloud data included in one or more units. Alternatively, if the three-dimensional data acquisition device determines that the data stored in the file is encoded point cloud data, it outputs (notifies) information indicating that the data included in one or more units is encoded point cloud data to a downstream processing unit (e.g., the first decoding unit 4640, the second decoding unit 4660, or the decoding unit 4680).

[0300] This allows the 3D data acquisition device to refer to the control information of the file and quickly determine whether the data stored in the file is encoded point cloud data, thereby reducing the processing load of the 3D data acquisition device or a downstream device and increasing the processing speed.

[0301] For example, the information further indicates the encoding method used for the encoding, either the first encoding method or the second encoding method. Note that the fact that the data stored in the file is data obtained by encoding point cloud data and the encoding method used for encoding the point cloud data, either the first encoding method or the second encoding method, may be indicated by a single piece of information or by different pieces of information.

[0302] This allows the 3D data acquisition device to refer to the control information of the file and quickly determine the codec used for the data stored in the file, thereby reducing the processing load of the 3D data acquisition device or a downstream device and increasing the processing speed.

[0303] For example, based on the information, the three-dimensional data acquisition device acquires data encoded using one of the encoding methods from encoded point cloud data that includes data encoded using the first encoding method and data encoded using the second encoding method.

[0304] For example, the first encoding method is a method (GPCC) in which position information representing the positions of point cloud data as an N-ary tree (N is an integer greater than or equal to 2) and attribute information is encoded using the position information, and the second encoding method is a method (VPCC) in which a two-dimensional image is generated from the point cloud data and the two-dimensional image is encoded using a video encoding method.

[0305] For example, the file conforms to ISOBMFF (ISO based media file format).

[0306] For example, the three-dimensional data acquisition device includes a processor and a memory, and the processor performs the above-mentioned processing using the memory.

[0307] Although the three-dimensional data storage device and the three-dimensional data acquisition device according to the embodiments of the present disclosure have been described above, the present disclosure is not limited to these embodiments.

[0308] Furthermore, each processing unit included in the three-dimensional data storage device and three-dimensional data acquisition device according to the above-described embodiments is typically realized as an LSI, which is an integrated circuit. These may be individually implemented as single chips, or some or all of them may be integrated into a single chip.

[0309] Furthermore, the integration is not limited to LSI, but may be realized by dedicated circuits or general-purpose processors. FPGAs (Field Programmable Gate Arrays), which can be programmed after LSI fabrication, or reconfigurable processors, which allow the connections and settings of circuit cells within LSIs to be reconfigured, may also be used.

[0310] In each of the above embodiments, each component may be configured with dedicated hardware, or may be realized by executing a software program suitable for each component. Each component may be realized by a program execution unit such as a CPU or processor reading and executing a software program recorded on a recording medium such as a hard disk or semiconductor memory.

[0311] Furthermore, the present disclosure may be realized as a three-dimensional data storage method or a three-dimensional data acquisition method executed by a three-dimensional data storage device, a three-dimensional data acquisition device, or the like.

[0312] The division of functional blocks in the block diagram is an example, and multiple functional blocks may be realized as a single functional block, one functional block may be divided into multiple blocks, or some functions may be moved to another functional block.Furthermore, the functions of multiple functional blocks having similar functions may be processed in parallel or in time-sharing by a single piece of hardware or software.

[0313] The order in which the steps in the flowchart are executed is merely an example for specifically explaining the present disclosure, and other orders may be used. Some of the steps may be executed simultaneously (in parallel) with other steps.

[0314] Although the three-dimensional data storage device and the three-dimensional data acquisition device according to one or more aspects have been described based on the embodiments, the present disclosure is not limited to these embodiments. As long as they do not deviate from the spirit of the present disclosure, various modifications conceivable by those skilled in the art to the present embodiments and configurations constructed by combining components of different embodiments may also be included within the scope of one or more aspects. [Industrial Applicability]

[0315] The present disclosure is applicable to three-dimensional data storage devices and three-dimensional data acquisition devices. [Explanation of symbols]

[0316] 4601 Three-dimensional data encoding system 4602 Three-dimensional data decoding system 4603 Sensor Terminal 4604 External connection part 4611 Point Cloud Data Generation System 4612 Presentation section 4613 Encoding section 4614 Multiplexer 4615 Input / output section 4616 Control Unit 4617 Sensor information acquisition unit 4618 Point Cloud Data Generation Unit 4621 Sensor Information Acquisition Unit 4622 Input / output section 4623 Demultiplexer 4624 Decoding Unit 4625 Presentation section 4626 User Interface 4627 Control Unit 4630 First Encoding Section 4631 Location information encoder 4632 Attribute information encoder 4633 Additional information coding unit 4634 Multiplexer 4640 First Decoding Unit 4641 Demultiplexer 4642 Location Information Decoding Unit 4643 Attribute Information Decoding Unit 4644 Additional information decoding unit 4650 Second Encoding Section 4651 Additional Information Generation Unit 4652 Position image generation unit 4653 Attribute Image Generation Unit 4654 Video Encoding Unit 4655 Additional information coding unit 4656 Multiplexer 4660 Second Decoding Unit 4661 Demultiplexer 4662 Video Decoding Unit 4663 Additional information decoding unit 4664 Location information generator 4665 Attribute information generation section 4670 Encoding section 4671 Multiplexer 4680 Decoding Unit 4681 Demultiplexer 4710 First Multiplexing Unit 4711 File Conversion Unit 4720 First Demultiplexer 4721 File Reverse Conversion Unit 4730 Second Multiplexing Unit 4731 File Conversion Unit 4740 Second Demultiplexer 4741 File Reverse Conversion Unit 4750 Third Multiplexer 4751 File Conversion Unit 4760 Third Demultiplexer 4761 File Reverse Conversion Unit

Claims

1. Obtaining one or more units in which an encoded stream in which three-dimensional data is encoded is stored; storing said one or more units in a file; In the storing step, information indicating an encoding method used to encode the three-dimensional data from among a plurality of encoding methods including a first encoding method and a second encoding method is stored in control information of the file; If the three-dimensional data is encoded using a first encoding method, the encoded three-dimensional data is stored in a first unit having a first format; If the three-dimensional data is encoded using a second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format; the first encoding method is a method of encoding position information of three-dimensional data and encoding attribute information using the position information, The second encoding method is a method of generating a two-dimensional image from three-dimensional data and encoding the two-dimensional image using a video encoding method. Three-dimensional data storage method.

2. The position information of the first encoding method expresses the position of the three-dimensional data as an N-ary tree (N is an integer of 2 or more).

2. The three-dimensional data storage method according to claim 1.

3. In the storing step, information indicating that the data stored in the file is encoded three-dimensional data is further stored in the control information of the file.

2. The three-dimensional data storage method according to claim 1.

4. each of the first unit and the second unit includes a header and a payload; the payload comprises encoded data or metadata; The header includes information indicating the type of data included in the payload.

4. The three-dimensional data storage method according to claim 3.

5. The file conforms to ISOBMFF (ISO based media file format). The three-dimensional data storage method according to any one of claims 1 to 4.

6. Obtaining a file that stores one or more units in which an encoded stream in which three-dimensional data is encoded is stored; obtaining the one or more units from the file; the file includes information indicating an encoding method used to encode the three-dimensional data, from among a plurality of encoding methods including a first encoding method and a second encoding method; If the three-dimensional data is encoded using a first encoding method, the encoded three-dimensional data is stored in a first unit having a first format; If the three-dimensional data is encoded using a second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format; the first encoding method is a method of encoding position information of three-dimensional data and encoding attribute information using the position information, The second encoding method is a method of generating a two-dimensional image from three-dimensional data and encoding the two-dimensional image using a video encoding method. Three-dimensional data acquisition methods.

7. The position information of the first encoding method expresses the position of the three-dimensional data as an N-ary tree (N is an integer of 2 or more). The three-dimensional data acquisition method according to claim 6.

8. The file further includes information indicating that the data stored in the file is encoded three-dimensional data. The three-dimensional data acquisition method according to claim 6.

9. each of the first unit and the second unit includes a header and a payload; the payload comprises encoded data or metadata; The header includes information indicating the type of data included in the payload. The three-dimensional data acquisition method according to claim 8.

10. The file conforms to ISOBMFF (ISO based media file format). The three-dimensional data acquisition method according to any one of claims 6 to 9.

11. a processor; a memory; The processor uses the memory to: Obtaining one or more units in which an encoded stream in which three-dimensional data is encoded is stored; storing said one or more units in a file; In the storing step, information indicating an encoding method used to encode the three-dimensional data from among a plurality of encoding methods including a first encoding method and a second encoding method is stored in control information of the file; If the three-dimensional data is encoded using a first encoding method, the encoded three-dimensional data is stored in a first unit having a first format; If the three-dimensional data is encoded using a second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format; the first encoding method is a method of encoding position information of three-dimensional data and encoding attribute information using the position information, The second encoding method is a method of generating a two-dimensional image from three-dimensional data and encoding the two-dimensional image using a video encoding method. Three-dimensional data storage device.

12. a processor; a memory; The processor uses the memory to: Obtaining a file that stores one or more units in which an encoded stream in which three-dimensional data is encoded is stored; obtaining the one or more units from the file; the file includes information indicating an encoding method used to encode the three-dimensional data, from among a plurality of encoding methods including a first encoding method and a second encoding method; If the three-dimensional data is encoded using a first encoding method, the encoded three-dimensional data is stored in a first unit having a first format; If the three-dimensional data is encoded using a second encoding method, the encoded three-dimensional data is stored in a second unit having a second format different from the first format; the first encoding method is a method of encoding position information of three-dimensional data and encoding attribute information using the position information, The second encoding method is a method of generating a two-dimensional image from three-dimensional data and encoding the two-dimensional image using a video encoding method. Three-dimensional data acquisition device.

Citation Information

Patent Citations

  • Data structure, image processing apparatus, image processing method and program

    JP2011228862A

  • Video encoding method, video decoding method, video encoding apparatus, video decoding apparatus, and video encoding / decoding apparatus

    WO2013018296A1

  • Map display device

    WO2014020663A1

  • Three-dimensional information processing method and three-dimensional information processing apparatus

    WO2018038131A1

  • Three-dimensional model distribution method, three-dimensional model receiving method, three-dimensional model distribution device, and three-dimensional model receiving device

    WO2018123801A1