Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
AN APPARATUS, A METHOD AND A COMPUTER PROGRAM FOR VOLUMETRIC VIDEO
Document Type and Number:
WIPO Patent Application WO/2019/129919
Kind Code:
A1
Abstract:
There are disclosed various methods, apparatuses and computer program products for volumetric video encoding and decoding. In some embodiments,two or more patches formed from a three-dimensional image information are obtained, each patch representing projection data of at least a part of an object to a projection plane. A rectangle totally covering the patch is determining for each of the two or more patches. A sorting criteria is determined on the basis of a width and a height of the rectangle. The patches are sorted on the basis of the sorting criteria of the rectangles determined for the two or more patches. An initial size of a grid is selected on the basis of one or more of the largest rectangles; and the two or more patches are inserted into the grid. The grid is encoded into a bitstream.

Inventors:
AFLAKI BENI PAYMAN (FI)
SCHWARZ SEBASTIAN (FI)
Application Number:
PCT/FI2018/050927
Publication Date:
July 04, 2019
Filing Date:
December 14, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
NOKIA TECHNOLOGIES OY (FI)
International Classes:
G06T3/00; G06T7/62; G06T7/73; G06T9/00; H04N13/106; H04N19/85
Foreign References:
US20170221263A12017-08-03
US20150346922A12015-12-03
US20050151733A12005-07-14
Other References:
MAMMOU, K.: "PCC Test Model Category 2 v0, ISO/IEC JTC1/SC29/ WG11 document N17248", MPEG DOCUMENT MANAGEMENT SYSTEM, 14 December 2017 (2017-12-14), pages 1, XP055704202, Retrieved from the Internet [retrieved on 20190321]
HUANG, E. ET AL.: "Optimal Packing of High-Precision Rectangles", THE TWENTY-FIFTH AAAI CONFERENCE ON ARTIFICIAL INTELLIGENCE, 7 August 2011 (2011-08-07), XP055624117, Retrieved from the Internet [retrieved on 20190321]
See also references of EP 3732653A4
Attorney, Agent or Firm:
NOKIA TECHNOLOGIES OY et al. (FI)
Download PDF:
Claims:
Claims:

1. A method comprising:

obtaining two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

determining for each of the two or more patches a rectangle totally covering the patch;

determining a sorting criteria on the basis of at least one of a width and a height of the rectangle;

sorting the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

selecting an initial size of a grid on the basis of one or more of the largest rectangles;

inserting the two or more patches into the grid; and

encoding the grid into a bitstream.

2. The method according to claim 1 comprising:

using as the sorting criteria one or more of the following:

a surface area of the rectangle,

the width of the rectangle,

the height of the rectangle.

3. The method according to claim 1 or 2, further comprising:

selecting the initial size of a grid on the basis of the largest rectangle and the second largest rectangle.

4. The method according to claim 3 comprising:

selecting the initial width of the grid on the basis of the width of the largest rectangle; and

selecting the initial height of the grid as the sum of the height of the largest rectangle and the width of the second largest rectangle.

5. The method according to any of the claims 1 to 4, further comprising:

if a patch to be inserted into the grid does not fit in the grid, increasing the size of the grid.

6. The method according to any of the claims 1 to 5, further comprising:

if a patch to be inserted into the grid does not fit in the grid, examining whether the grid comprises an unoccupied area large enough for the grid to be inserted, and if so, inserting the patch to the unoccupied area.

7. The method according to any of the claims 1 to 6, further comprising:

sorting the two or more patches from the patch having the largest area to the patch having the smallest area;

defining a preliminary grid size based on the width and height of the two largest patches;

putting the largest patch horizontally on the top of the grid and the second largest patch vertically on the left;

repeating the process with following patches in the sorted list.

8. The method according to any of the claims 1 to 7, further comprising:

selecting a geometrical shape of the grid from one of the following:

a rectangle,

a diamond,

a parallelogram.

9. An apparatus comprising at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform at least:

obtain two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

determine for each of the two or more patches a rectangle totally covering the patch; determine a sorting criteria on the basis of a width and a height of the rectangle; sort the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

select an initial size of a grid on the basis of one or more of the largest rectangles;

insert the two or more patches into the grid; and

encode the grid into a bitstream.

10. The apparatus according to claim 9, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform:

using as the sorting criteria one or more of the following:

a surface area of the rectangle,

the width of the rectangle,

the height of the rectangle.

11. The apparatus according to claim 9 or 10, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform:

select the initial size of a grid on the basis of the largest rectangle and the second largest rectangle.

12. The apparatus according to claim 9, 10 or 11, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform:

select the initial width of the grid on the basis of the width of the largest rectangle; and

select the initial height of the grid as the sum of the height of the largest rectangle and the width of the second largest rectangle.

13. An apparatus comprising:

means for obtaining two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

means for determining for each of the two or more patches a rectangle totally covering the patch; means for determining a sorting criteria on the basis of a width and a height of the rectangle;

means for sorting the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

means for selecting an initial size of a grid on the basis of one or more of the largest rectangles;

means for inserting the two or more patches into the grid; and

means for encoding the grid into a bitstream.

14. A method comprising:

receiving a bitstream comprising a grid fdled with two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

decoding from the bitstream information of the grid and the two or more patches;

reconstructing the grid;

reconstructing the two of more patches from the grid; and

reconstructing three-dimensional image from the two or more patches.

15. The method according to claim 14 further comprising:

obtaining from the decoded information:

a size of the grid, and

size and location of each patch in the grid.

16. The method according to claim 15 further comprising:

obtaining from the decoded information information of orientation of each patch in the grid.

17. The method according to claim 14, 15 or 16 further comprising:

obtaining from the decoded information information of a geometrical shape of the grid.

18. An apparatus comprising at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform at least:

decode from the bitstream information of the grid and the two or more patches;

reconstruct the grid;

reconstruct the two of more patches from the grid; and

reconstruct three-dimensional image from the two or more patches.

19. The apparatus according to claim 18, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform:

obtain from the decoded information:

a size of the grid, and

size and location of each patch in the grid.

20. The apparatus according to claim 18 or 19, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform: obtain from the decoded information information of orientation of each patch in the grid.

21. The apparatus according to claim 18, 19 or 20, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform: obtain from the decoded information information of a geometrical shape of the grid.

22. An apparatus comprising:

means for decoding from the bitstream information of the grid and the two or more patches;

means for reconstructing the grid;

means for reconstructing the two of more patches from the grid; and

means for reconstructing three-dimensional image from the two or more patches.

Description:
AN APPARATUS, A METHOD AND A COMPUTER PROGRAM FOR VOLUMETRIC

VIDEO

TECHNICAL FIELD

[0001 ] The present invention relates to an apparatus, a method and a computer program for volumetric video coding and decoding.

BACKGROUND

[0002] This section is intended to provide a background or context to the invention that is recited in the claims. The description herein may include concepts that could be pursued, but are not necessarily ones that have been previously conceived or pursued. Therefore, unless otherwise indicated herein, what is described in this section is not prior art to the description and claims in this application and is not admitted to be prior art by inclusion in this section.

[0003] A video coding system may comprise an encoder that transforms an input video into a compressed representation suited for storage/transmission and a decoder that can uncompress the compressed video representation back into a viewable form. The encoder may discard some information in the original video sequence in order to represent the video in a more compact form, for example, to enable the storage/transmission of the video information at a lower bitrate than otherwise might be needed.

[0004] Volumetric video data represents a three-dimensional scene or object and can be used as input for virtual reality (VR), augmented reality (AR) and mixed reality (MR) applications. Such data describes the geometry attribute, e.g. shape, size, position in three-dimensional (3D) space, and respective attributes, e.g. colour, opacity, reflectance and any possible temporal changes of the geometry attribute and other attributes at given time instances. Volumetric video is either generated from 3D models through computer-generated imagery (CGI), or captured from real-world scenes using a variety of capture solutions, e.g. multi-camera, laser scan, combination of video and dedicated depth sensors, and more. Also, a combination of CGI and real-world data is possible.

[0005] Typical representation formats for such volumetric data are triangle meshes, point clouds (PCs), or voxel arrays. Temporal information about the scene can be included in the form of individual capture instances, i.e.“frames” in 2D video, or other means, e.g. position of an object as a function of time.

[0006] Identifying correspondences for motion-compensation in 3D-space may be an ill- defined problem, as both the geometry and respective attributes may change. For example, temporal successive“frames” do not necessarily have the same number of meshes, points or voxel. Therefore, compression of dynamic 3D scenes may be inefficient. 2D-video based approaches for compressing volumetric data, i.e. multiview + depth, may have better compression efficiency, but rarely cover the full scene. Therefore, they provide only limited six degrees of freedom (6DOF) capabilities.

[0007] Because volumetric video describes a 3D scene (or object), such data can be viewed from any viewpoint. Therefore, volumetric video may be an important format for any AR, VR, or MR applications, especially for providing 6DOF viewing capabilities.

[0008] The above mentioned volumetric video representation formats suffer from poor spatial and temporal coding performance.

[0009] There is, therefore, a need for solutions for improved coding of volumetric video.

SUMMARY

[0010] Now there has been invented an improved method and technical equipment implementing the method, by which the above problems are alleviated. Various aspects of the invention include a method, an apparatus (an encoder and/or a decoder), a system and a computer readable medium comprising a computer program or a signal stored therein, which are

characterized by what is stated in the independent claims. Various details of the invention are disclosed in the dependent claims and in the corresponding images and description.

[001 1] A volumetric video may comprise three-dimensional scenes represented as, for example, dynamic point clouds, arrays of voxels or mesh models or a combination of such. The three-dimensional scenes may be projected onto a number of projection surfaces having simple geometries, for example sphere(s), cylinder(s), cube(s), polyhedron(s) and/or plane(s). ln this context, a projection surface may be a piece-wise continuous and smooth surface in three- dimensional space. Piece-wise smoothness may be understood so that there are regions of the surface where the direction of the surface normal does not change abruptly (i.e. the values of the coefficients of the surface normal’s coordinate components are continuous). A projection surface may comprise pieces of simple geometric surfaces. A projection surface may also evolve (change) over time. On such surfaces, the texture and geometry of point clouds, voxel arrays or mesh models may form pixel images, e.g. texture images and depth images (indicative of distance from the projection surface). These two images represent the same object projected onto the same geometry, therefore object boundaries are aligned in texture and depth image. [0012] Such projection surfaces may be unfolded onto two-dimensional (2D) planes, e.g. resulting in a two-dimensional pixel image. Standard 2D video coding may be applied for each projection to code the pixel information resulting from the texture data. In connection with the texture information, relevant projection geometry information (geometry attributes), comprising e.g. projection or projection surface type, location and orientation of the projection surface in 3D space, and/or size of the projection surface, may be transmitted either in the same bitstream or separately along with the bitstream. At the receiver side, the bitstream may be decoded and volumetric video may be reconstructed from decoded 2D projections and projection geometry information.

[0013] Two-dimensional images may be projected from different parts of scene objects to form several patches. Such patches may be projections onto one of three orthogonal planes (front, side, top). Patches are derived by analysing surface normal and clustering related 3D data points. The projection plane for each such patch is the one of the above mentioned three planes with the closest surface normal to the average patch normal. All patches may be packed into a 2D grid for compression. For each patch a 3D vector is signalled to specify the patch location in 3D space for reprojection at the decoder side.

[0014] Such patches may be gathered together to create a 2D grid which will later be encoded using conventional video codecs. The creation of this 2D grid may not decrease the size of grid and fully use the available pixels. Therefore, in accordance with some approaches there is provided a method to better assign locations for the patches to reduce the amount of bitrate required to encode the 2D grid. Keeping the 2D grid to the minimum required size might provide small benefits in terms of coding efficiency. Current video coding technology is very good in encoding empty areas. However, it may bring large benefits in terms of required video buffer size. As buffer memory, especially at the decoder, may come at a high cost, optimised patch packing is desired.

[0015] ln accordance with an embodiment, there is provided an algorithm to put the patches together to create a 2D grid which has a minimized area. Each patch may be presented with a rectangle with width and height of W and H, respectively. The packing will start to sort the patches from the patch having the largest area to the patch having the smallest area (WxH). A preliminary grid size is defined based on the width and height of the two largest patches (see Fig. 8a). Then, putting the largest patch horizontally (when it is considered to be a rectangle) on the top of the grid and the second largest patch vertically on the left. The same process continues with the following patches in the sorted list and exceptions are dealt with when the any patch size is larger than the size of the current grid.

[0 16] Some embodiments provide a method for encoding and decoding volumetric video information. In some embodiments of the present invention there is provided a method, apparatus and computer program product for volumetric video coding as well as decoding.

[0017] Various aspects of examples of the invention are provided in the detailed description.

[0018] According to a first aspect, there is provided a method comprising:

obtaining two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

determining for each of the two or more patches a rectangle totally covering the patch; determining a sorting criteria on the basis of a width and a height of the rectangle; sorting the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

selecting an initial size of a grid on the basis of one or more of the largest rectangles; inserting the two or more patches into the grid; and

encoding the grid into a bitstream.

[0019] An apparatus according to a second aspect comprises at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform at least:

obtain two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

determine for each of the two or more patches a rectangle totally covering the patch; determine a sorting criteria on the basis of a width and a height of the rectangle;

sort the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

select an initial size of a grid on the basis of one or more of the largest rectangles; insert the two or more patches into the grid; and

encode the grid into a bitstream.

[0020] A computer readable storage medium according to a third aspect comprises code for use by an apparatus, which when executed by a processor, causes the apparatus to perform:

obtain two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

determine for each of the two or more patches a rectangle totally covering the patch; determine a sorting criteria on the basis of a width and a height of the rectangle; sort the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

select an initial size of a grid on the basis of one or more of the largest rectangles; insert the two or more patches into the grid; and

encode the grid into a bitstream.

[0021 ] An apparatus according to a fourth aspect comprises:

means for obtaining two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

means for determining for each of the two or more patches a rectangle totally covering the patch;

means for determining a sorting criteria on the basis of a width and a height of the rectangle;

means for sorting the patches on the basis of the sorting criteria of the rectangles determined for the two or more patches;

means for selecting an initial size of a grid on the basis of one or more of the largest rectangles;

means for inserting the two or more patches into the grid; and

means for encoding the grid into a bitstream.

[0022] According to a fifth aspect, there is provided a method comprising:

receiving a bitstream comprising a grid filled with two or more patches formed from a three-dimensional image information, each patch representing projection data of at least a part of an object to a projection plane;

decoding from the bitstream information of the grid and the two or more patches; reconstructing the grid;

reconstructing the two of more patches from the grid; and

reconstructing three-dimensional image from the two or more patches.

[0023] An apparatus according to a sixth aspect comprises at least one processor and at least one memory, said at least one memory stored with code thereon, which when executed by said at least one processor, causes the apparatus to perform at least:

decode from the bitstream information of the grid and the two or more patches;

reconstruct the grid; reconstruct the two of more patches from the grid; and

reconstruct three-dimensional image from the two or more patches.

[0024] A computer readable storage medium according to a seventh aspect comprises code for use by an apparatus, which when executed by a processor, causes the apparatus to perform: decode from the bitstream information of the grid and the two or more patches;

reconstruct the grid;

reconstruct the two of more patches from the grid; and

reconstruct three-dimensional image from the two or more patches.

[0025] An apparatus according to an eighth aspect comprises:

means for decoding from the bitstream information of the grid and the two or more patches;

means for reconstructing the grid;

means for reconstructing the two of more patches from the grid; and

means for reconstructing three-dimensional image from the two or more patches.

[0026] Further aspects include at least apparatuses and computer program products/code stored on a non-transitory memory medium arranged to carry out the above methods.

BRIEF DESCRIPTION OF THE DRAWINGS

[0027] For a more complete understanding of example embodiments of the present invention, reference is now made to the following descriptions taken in connection with the

accompanying drawings in which:

[0028 ] Fig. 1 shows a system for capturing, encoding, decoding, reconstructing and viewing a three-dimensional scheme;

[0029] Figs. 2a and 2b show a capture device and a viewing device;

[0030] Figs. 3a and 3b show an encoder and decoder for encoding and decoding texture

pictures, geometry pictures and/or auxiliary pictures;

[0031] Figs. 4a, 4b, 4c and 4d show a setup for forming a stereo image of a scene to a user;

[0032] Fig. 5 illustrates projection of source volumes in a scene and parts of an object to

projection surfaces, as well as determining depth information;

[0033] Figs. 6a and 6b show flow charts for compressing, encoding and decoding of a scene of a volumetric video;

[0034] Fig. 7a illustrates an example of an encoding element;

[0035] Fig. 7b illustrates an example of a decoding element; and [0036] Figs. 8a-8f illustrate examples of forming a grid for patches and arranging the patches in the grid, in accordance with an embodiment.

DETAILED DESCRIPTON OF SOME EXAMPLE EMBODIMENTS

[0037 ] In the following, several embodiments of the invention will be described in the context of point cloud, voxel or mesh scene models for three-dimensional volumetric video and pixel and picture based two-dimensional video coding. It is to be noted, however, that the invention is not limited to specific scene models or specific coding technologies. In fact, the different embodiments have applications in any environment where coding of volumetric scene data is required.

[0038] Point clouds are commonly used data structures for storing volumetric content.

Compared to point clouds, sparse voxel octrees describe a recursive subdivision of a finite volume with solid voxels of varying sizes, while point clouds describe an unorganized set of separate points limited only by the precision of the used coordinate values.

[0039] A volumetric video frame is a sparse voxel octree or a point cloud that models the world at a specific point in time, similar to a frame in a 2D video sequence. Voxel or point attributes contain information like colour, opacity, surface normal vectors, and surface material properties. These are referenced in the sparse voxel octrees (e.g. colour of a solid voxel) or point clouds, but can also be stored separately.

[0040] When encoding a volumetric video, each frame may produce several hundred megabytes or several gigabytes of voxel data which needs to be converted to a format that can be streamed to the viewer, and rendered in real-time. The amount of data depends on the world complexity and the number of cameras. The larger impact comes in a multi-device recording setup with a number of separate locations where the cameras are recording. Such a setup produces more information than a camera at a single location.

[0041 ] Fig. 1 shows a system for capturing, encoding, decoding, reconstructing and viewing a three-dimensional scheme, that is, for 3D video and 3D audio digital creation and playback. The task of the system is that of capturing sufficient visual and auditory information from a specific scene to be able to create a scene model such that a convincing reproduction of the experience, or presence, of being in that location can be achieved by one or more viewers physically located in different locations and optionally at a time later in the future. Such reproduction requires more information that can be captured by a single camera or microphone, in order that a viewer can determine the distance and location of objects within the scene using their eyes and their ears. To create a pair of images with disparity, two camera sources are used. In a similar manner, for the human auditory system to be able to sense the direction of sound, at least two microphones are used (the commonly known stereo sound is created by recording two audio channels). The human auditory system can detect the cues, e.g. in timing difference of the audio signals to detect the direction of sound.

[0042 ] The system of Fig. 1 may consist of three main parts: image sources, a server and a rendering device. A video source SRC1 may comprise multiple cameras CAM1, CAM2, ...,

CAMN with overlapping field of view so that regions of the view around the video capture device is captured from at least two cameras. The video source SRC1 may comprise multiple microphones to capture the timing and phase differences of audio originating from different directions. The video source SRC1 may comprise a high-resolution orientation sensor so that the orientation (direction of view) of the plurality of cameras CAM1, CAM2, ..., CAMN can be detected and recorded. The cameras or the computers may also comprise or be functionally connected to means for forming distance information corresponding to the captured images, for example so that the pixels have corresponding depth data. Such depth data may be formed by scanning the depth or it may be computed from the different images captured by the cameras. The video source SRC1 comprises or is functionally connected to, or each of the plurality of cameras CAM1, CAM2, ..., CAMN comprises or is functionally connected to a computer processor and memory, the memory comprising computer program code for controlling the source and/or the plurality of cameras. The image stream captured by the video source, i.e. the plurality of the cameras, may be stored on a memory device for use in another device, e.g. a viewer, and/or transmitted to a server using a communication interface ft needs to be understood that although a video source comprising three cameras is described here as part of the system, another amount of camera devices may be used instead as part of the system.

[0043] Alternatively, or additionally to the source device SRC1 creating information for forming a scene model, one or more sources SRC2 of synthetic imagery may be present in the system, comprising a scene model. Such sources may be used to create and transmit the scene model and its development over time, e.g. instantaneous states of the model. The model can be created or provided by the source SRC1 and/or SRC2, or by the server SERVER. Such sources may also use the model of the scene to compute various video bitstreams for transmission.

[0044] One or more two-dimensional video bitstreams may be computed at the server SERVER or a device RENDERER used for rendering, or another device at the receiving end.

When such computed video streams are used for viewing, the viewer may see a three-dimensional virtual world as described in the context of Figs 4a— 4d. The devices SRC1 and SRC2 may comprise or be functionally connected to one or more computer processors (PROC2 shown) and memory (MEM2 shown), the memory comprising computer program (PROGR2 shown) code for controlling the source device SRC1/SRC2. The image stream captured by the device and the scene model may be stored on a memory device for use in another device, e.g. a viewer, or transmitted to a server or the viewer using a communication interface COMM2. There may be a storage, processing and data stream serving network in addition to the capture device SRC1. For example, there may be a server SERVER or a plurality of servers storing the output from the capture device SRC1 or device SRC2 and/or to form a scene model from the data from devices SRC1, SRC2. The device SERVER comprises or is functionally connected to a computer processor PROC3 and memory MEM3, the memory comprising computer program PROGR3 code for controlling the server. The device SERVER may be connected by a wired or wireless network connection, or both, to sources SRC1 and/or SRC2, as well as the viewer devices VIEWER1 and VIEWER2 over the communication interface COMM3.

[0045] The creation of a three-dimensional scene model may take place at the server SERVER or another device by using the images captured by the devices SRC1. The scene model may be a model created from captured image data (a real-world model), or a synthetic model such as on device SRC2, or a combination of such. As described later, the scene model may be encoded to reduce its size and transmitted to a decoder, for example viewer devices.

[0046] For viewing the captured or created video content, there may be one or more viewer devices VIEWER1 and VIEWER2. These devices may have a rendering module and a display module, or these functionalities may be combined in a single device. The devices may comprise or be functionally connected to a computer processor PROC4 and memory MEM4, the memory comprising computer program PROG4 code for controlling the viewing devices. The viewer (playback) devices may consist of a data stream receiver for receiving a video data stream and for decoding the video data stream. The video data stream may be received from the server SERVER or from some other entity, such as a proxy server, an edge server of a content delivery network, or a file available locally in the viewer device. The data stream may be received over a network connection through communications interface COMM4, or from a memory device MEM6 like a memory card CARD2. The viewer devices may have a graphics processing unit for processing of the data to a suitable format for viewing. The viewer VIEWER1 may comprise a high-resolution stereo-image head-mounted display for viewing the rendered stereo video sequence. The head- mounted display may have an orientation sensor DET1 and stereo audio headphones. The viewer VIEWER2 may comprise a display (either two-dimensional or a display enabled with 3D technology for displaying stereo video), and the rendering device may have an orientation detector DET2 connected to it. Alternatively, the viewer VIEWER2 may comprise a 2D display, since the volumetric video rendering can be done in 2D by rendering the viewpoint from a single eye instead of a stereo eye pair.

[0047] It needs to be understood that Fig. 1 depicts one SRC1 device and one SRC2 device, but generally the system may comprise more than one SRC1 device and/or SRC2 device.

[0048] Any of the devices (SRC 1 , SRC2, SERVER, RENDERER, VIEWER1 , VIEWER2) may be a computer or a portable computing device, or be connected to such or configured to be connected to such. Moreover, even if the devices (SRC1, SRC2, SERVER, RENDERER,

VIEWER1 , VIEWER2) are depicted as a single device in Fig. 1 , they may comprise multiple parts or may be comprised of multiple connected devices. For example, it needs to be understood that SERVER may comprise several devices, some of which may be used for editing the content produced by SRC1 and/or SRC2 devices, some others for compressing the edited content, and a third set of devices may be used for transmitting the compressed content. Such devices may have computer program code for carrying out methods according to various examples described in this text.

[0049] Figs. 2a and 2b show a capture device and a viewing device, respectively. Fig. 2a illustrates a camera CAMl. The camera has a camera detector CAMDET1, comprising a plurality of sensor elements for sensing intensity of the light hitting the sensor element. The camera has a lens OBJ1 (or a lens arrangement of a plurality of lenses), the lens being positioned so that the light hitting the sensor elements travels through the lens to the sensor elements. The camera detector CAMDET1 has a nominal centre point CP1 that is a middle point of the plurality of sensor elements, for example for a rectangular sensor the crossing point of diagonals of the rectangular sensor. The lens has a nominal centre point PP1, as well, lying for example on the axis of symmetry of the lens. The direction of orientation of the camera is defined by the line passing through the centre point CP1 of the camera sensor and the centre point PP1 of the lens. The direction of the camera is a vector along this line pointing in the direction from the camera sensor to the lens. The optical axis of the camera is understood to be this line CP1-PP1. However, the optical path from the lens to the camera detector need not always be a straight line but there may be mirrors and/or some other elements which may affect the optical path between the lens and the camera detector.

[0050] Fig. 2b shows a head-mounted display (HMD) for stereo viewing. The head-mounted display comprises two screen sections or two screens DISP1 and DISP2 for displaying the left and right eye images. The displays are close to the eyes, and therefore lenses are used to make the images easily viewable and for spreading the images to cover as much as possible of the eyes' field of view. When the device will be used by a user, the user may put the device on her/his head so that it will be attached to the head of the user so that it stays in place even when the user turns his head. The device may have an orientation detecting module ORDET1 for determining the head movements and direction of the head. The head-mounted display gives a three-dimensional (3D) perception of the recorded/streamed content to a user.

[005 ] ] The system described above may function as follows. Time-synchronized video and orientation data is first recorded with the capture devices. This can consist of multiple concurrent video streams as described above. One or more time-synchronized audio streams may also be recorded with the capture devices. The different capture devices may form image and geometry information of the scene from different directions. For example, there may be three, four, five, six or more cameras capturing the scene from different sides, like front, back, left and right, and/or at directions between these, as well as from the top or bottom, or any combination of these. The cameras may be at different distances, for example some of the cameras may capture the whole scene and some of the cameras may be capturing one or more objects in the scene ln an arrangement used for capturing volumetric video data, several cameras may be directed towards an object, looking onto the object from different directions, where the object is e.g. in the middle of the cameras ln this manner, the texture and geometry of the scene and the objects within the scene may be captured adequately. As mentioned earlier, the cameras or the system may comprise means for determining geometry information, e.g. depth data, related to the captured video streams. From these concurrent video and audio streams, a computer model of a scene may be created.

Alternatively, or additionally, a synthetic computer model of a virtual scene may be used. The models (at successive time instances) are then transmitted immediately or later to the storage and processing network for processing and conversion into a format suitable for subsequent delivery to playback devices. The conversion may involve processing and coding to improve the quality and/or reduce the quantity of the scene model data while preserving the quality at a desired level. Each playback device receives a stream of the data (either computed video data or scene model data) from the network, and renders it into a viewing reproduction of the original location which can be experienced by a user. The reproduction may be two-dimensional or three-dimensional (stereo image pairs).

[0052] Figs. 3a and 3b show an encoder and decoder for encoding and decoding texture pictures, geometry pictures and/or auxiliary pictures. A video codec consists of an encoder that transforms an input video into a compressed representation suited for storage/transmission and a decoder that can uncompress the compressed video representation back into a viewable form. Typically, the encoder discards and/or loses some information in the original video sequence in order to represent the video in a more compact form (that is, at lower bitrate). An example of an encoding process is illustrated in Figure 3a. Figure 3a illustrates an image to be encoded (I n ); a predicted representation of an image block (P m ); a prediction error signal (D n ); a reconstructed prediction error signal (D m ); a preliminary reconstructed image (I m ); a final reconstructed image (R m ); a transform (T) and inverse transform (T -1 ); a quantization (Q) and inverse quantization (Q 1 ); entropy encoding (E); a reference frame memory (RFM); inter prediction (Pmter); intra prediction (P intra) ; mode selection (MS) and filtering (F).

[0053] An example of a decoding process is illustrated in Figure 3b. Figure 3b illustrates a predicted representation of an image block (P m ); a reconstructed prediction error signal (D m ); a preliminary reconstructed image (I m ); a final reconstructed image (R m ); an inverse transform (T 1 ); an inverse quantization (Q 1 ); an entropy decoding (E 1 ); a reference frame memory (RFM); a prediction (either inter or intra) (P); and filtering (F).

[0054] Figs. 4a, 4b, 4c and 4d show a setup for forming a stereo image of a scene to a user, for example a video frame of a 3D video. In Fig. 4a, a situation is shown where a human being is viewing two spheres Al and A2 using both eyes El and E2. The sphere Al is closer to the viewer than the sphere A2, the respective distances to the first eye El being LEI,AI and LEI,A2· The different objects reside in space at their respective (x,y,z) coordinates, defined by the coordinate system SZ, SY and SZ. The distance di 2 between the eyes of a human being may be approximately 62-64 mm on average, and varying from person to person between 55 and 74 mm. This distance is referred to as the parallax, on which stereoscopic view of the human vision is based on. The viewing directions (optical axes) DIR1 and DIR2 are typically essentially parallel, possibly having a small deviation from being parallel, and define the field of view for the eyes. The head of the user has an orientation (head orientation) in relation to the surroundings, most easily defined by the common direction of the eyes when the eyes are looking straight ahead. That is, the head orientation tells the yaw, pitch and roll of the head in respect of a coordinate system of the scene where the user is.

[0055 ] When the viewer's body (thorax) is not moving, the viewer's head orientation is restricted by the normal anatomical ranges of movement of the cervical spine.

[0056] In the setup of Fig. 4a, the spheres Al and A2 are in the field of view of both eyes. The centre-point O12 between the eyes and the spheres are on the same line. That is, from the centre- point, the sphere A2 is behind the sphere Al. However, each eye sees part of sphere A2 from behind Al, because the spheres are not on the same line of view from either of the eyes.

[0057] In Fig. 4b, there is a setup shown, where the eyes have been replaced by cameras Cl and C2, positioned at the location where the eyes were in Fig. 4a. The distances and directions of the setup are otherwise the same. Naturally, the purpose of the setup of Fig. 4b is to be able to take a stereo image of the spheres Al and A2. The two images resulting from image capture are Fci and F C 2. The "left eye" image Fci shows the image S A 2 of the sphere A2 partly visible on the left side of the image SAI of the sphere Al. The "right eye" image Fc2 shows the image SA2 of the sphere A2 partly visible on the right side of the image SAI of the sphere Al. This difference between the right and left images is called disparity, and this disparity, being the basic mechanism with which the HVS determines depth information and creates a 3D view of the scene, can be used to create an illusion of a 3D image.

[0058] In this setup of Fig. 4b, where the inter-eye distances correspond to those of the eyes in Fig. 4a, the camera pair Cl and C2 has a natural parallax, that is, it has the property of creating natural disparity in the two images of the cameras. Natural disparity may be understood to be created even though the distance between the two cameras forming the stereo camera pair is somewhat smaller or larger than the normal distance (parallax) between the human eyes, e.g.

essentially between 40 mm and 100 mm or even 30 mm and 120 mm.

[0059] ft needs to be understood here that the images Fci and Fc2 may be captured by cameras Cl and C2, where the cameras Cl and C2 may be real-world cameras or they may be virtual cameras. In the case of virtual cameras, the images Fci and Fc2 may be computed from a computer model of a scene by setting the direction, orientation and viewport of the cameras Cl and C2 appropriately such that a stereo image pair suitable for viewing by the human visual system (HVS) is created.

[0060] In Fig. 4c, the creating of this 3D illusion is shown. The images Fci and Fc2 captured or computed by the cameras Cl and C2 are displayed to the eyes El and E2, using displays Dl and D2, respectively. The disparity between the images is processed by the human visual system so that an understanding of depth is created. That is, when the left eye sees the image S A 2 of the sphere A2 on the left side of the image SAI of sphere Al, and respectively the right eye sees the image SA2 of the sphere A2 on the right side, the human visual system creates an understanding that there is a sphere V2 behind the sphere VI in a three-dimensional world. Here, it needs to be understood that the images Fci and Fc2 can also be synthetic, that is, created by a computer. If they carry the disparity information, synthetic images will also be seen as three-dimensional by the human visual system. That is, a pair of computer-generated images can be formed so that they can be used as a stereo image.

[0061] Fig. 4d illustrates how the principle of displaying stereo images to the eyes can be used to create 3D movies or virtual reality scenes having an illusion of being three-dimensional. The images Fxi and Fx2 are either captured with a stereo camera or computed from a model so that the images have the appropriate disparity. By displaying a large number (e.g. 30) frames per second to both eyes using display D1 and D2 so that the images between the left and the right eye have disparity, the human visual system will create a cognition of a moving, three-dimensional image.

[0062] The field of view represented by the content may be greater than the displayed field of view e.g. in an arrangement depicted in Fig. 4d. Consequently, only a part of the content along the direction of view (a.k.a. viewing orientation) is displayed at a single time. This direction of view, that is, the head orientation, may be determined as a real orientation of the head e.g. by an orientation detector mounted on the head, or as a virtual orientation determined by a control device such as a joystick or mouse that can be used to manipulate the direction of view without the user actually moving his head. That is, the term "head orientation" may be used to refer to the actual, physical orientation of the user's head and changes in the same, or it may be used to refer to the virtual direction of the user's view that is determined by a computer program or a computer input device.

[0063] The content may enable viewing from several viewing positions within the 3D space. The texture picture(s), the geometry picture(s) and the geometry information may be used to synthesize the images Fxi and/or Fx2 as if the displayed content was captured by camera(s) located at the viewing position.

[0064] The principle illustrated in Figs. 4a-4d may be used to create three-dimensional images to a viewer from a three-dimensional scene model (volumetric video) after the scene model has been encoded at the sender and decoded and reconstructed at the receiver. Because volumetric video describes a 3D scene or object at different (successive) time instances, such data can be viewed from any viewpoint. Therefore, volumetric video is an important format for any augmented reality, virtual reality and mixed reality applications, especially for providing viewing capabilities having six degrees of freedom (so-called 6DOF viewing).

[0065] Fig. 5 illustrates projection of source volumes in a digital scene model SCE and parts of an object model OBJ1, OBJ2, OBJ3, BG4 to projection surfaces SI, S2, S3, S4, as well as determining depth information for the purpose of encoding volumetric video. [0066] The projection of source volumes SV1, SV2, SV3, SV4 may result in texture pictures and geometry pictures, and there may be geometry information related to the projection source volumes and/or projection surfaces. Texture pictures, geometry pictures and projection geometry information may be encoded into a bitstream. A texture picture may comprise information on the colour data of the source of the projection. Through the projection, such colour data may result in pixel colour information in the texture picture. Pixels may be coded in groups, e.g. coding units of rectangular shape. The projection geometry information may comprise but is not limited to one or more of the following:

- projection type, such as planar projection or equirectangular projection

- projection surface type, such as a cube

- location of the projection surface in 3D space

- orientation of the projection surface in 3D space

- size of the projection surface in 3D space

- type of a projection centre, such as a projection centre point, axis, or plane

- location and/or orientation of a projection centre.

[0067] The projection may take place by projecting the geometry primitives (points of a point could, triangles of a triangle mesh or voxels of a voxel array) of a source volume SV1, SV2, SV3, SV4 (or an object OBJ1, OBJ2, OBJ3, BG4) onto a projection surface Sl, S2, S3, S4. The geometry primitives may comprise information on the texture, for example a colour value or values of a point, a triangle or a voxel. The projection surface may surround the source volume at least partially such that projection of the geometry primitives happens from the centre of the projection surface outwards to the surface. For example, a cylindrical surface has a centre axis and a spherical surface has a centre point. A cubical or rectangular surface may have centre planes or a centre axis and the projection of the geometry primitives may take place either orthogonally to the sides of the surface or from the centre axis outwards to the surface. The projection surfaces, e.g. cylindrical and rectangular, may be open from the top and the bottom such that when the surface is cut and rolled out on a two-dimensional plane, it forms a rectangular shape. In general, projection surfaces need not be rectangular but may be arranged or located spatially on a rectangular picture. Such rectangular shape with pixel data can be encoded and decoded with a video codec.

[0068] Alternatively, or additionally, the projection surface such as a planar surface or a sphere may be inside a group of geometry primitives, e.g. inside a point cloud that defines a surface. In the case of an inside projection surface, the projection may take place from outside in towards the centre and may result in sub-sampling of the texture data of the source. [0069] In a point cloud based scene model or object model, points may be represented with any floating point coordinates. A quantized point cloud may be used to reduce the amount of data, whereby the coordinate values of the point cloud are represented e.g. with lO-bit, 12-bit or 16-bit integers. Integers may be used because hardware accelerators may be able to operate on integers more efficiently. The points in the point cloud may have associated colour, reflectance, opacity etc. texture values. The points in the point cloud may also have a size, or a size may be the same for all points. The size of the points may be understood as indicating how large an object the point appears to be in the model in the projection. The point cloud is projected by ray casting from the projection surface to find out the pixel values of the projection surface. In such a manner, the topmost point remains visible in the projection, while points closer to the centre of the projection surface may be occluded. In other words, in general, the original point cloud, meshes, voxels, or any other model is projected outwards to a simple geometrical shape, this simple geometrical shape being the projection surface.

[0070] Different projection surfaces may have different characteristics in terms of projection and reconstruction. In the sense of computational complexity, a projection to a cubical surface may be the most efficient, and a cylindrical projection surface may provide accurate results efficiently. Also cones, polyhedron-based parallelepipeds (hexagonal or octagonal, for example) and spheres or a simple plane may be used as projection surfaces.

[0071] The phrase along with the bitstream (e.g. indicating along with the bitstream) may be defined to refer to out-of-band transmission, signalling, or storage in a manner that the out-of-band data is associated with the bitstream. The phrase decoding along with the bitstream or alike may refer to decoding the referred out-of-band data (which may be obtained from out-of-band transmission, signalling, or storage) that is associated with the bitstream. For example, an indication along with the bitstream may refer to metadata in a container file that encapsulates the bitstream.

[0072] In the following an example method is described with reference to the block diagram of an encoder 700 in Figure 7a, a flow diagram depicted in Figure 6a, and examples of grids in Figures 8a— 8f. In the following, a grid is always referring to a two-dimensional grid on which the patches are located.

[0073] In step 610, three-dimensional content is obtained and decomposed to several patches by a decomposer 701.

[0074] In step 620 a patch organizer 702 examines each patch and tries to find a smallest

rectangle that could fully cover the current patch. In other words, the patch organizer may try to surround each patch with a rectangle so that the area of the rectangle is the smallest possible. When such a rectangle has been found, a width (W) and a height (H) are defined for the current patch on the basis of the width and height of the found rectangle i.e. the width and height of the rectangle represent the width and height of the current patch. The patch organizer 702 may create a list of the rectangles wherein the list may comprise information of the width and height and/or the surface area of the rectangles and identification information of the patch for which the rectangle has been formed.

[0075] It should be noted that since an object of the method is to find the smallest rectangle that covers the current patch, then the patch is not necessarily located vertically or horizontally inside the rectangle. Therefore, in the side information of each rectangle, also data related to the orientation of the patch may be transmitted, e.g. the rotation angle compared to the projected content on the patch. This may increase the efficiency of putting the patches in the 2D grid while an overhead information per patch is to be transmitted. In an alternative embodiment, the orientation of the projected patches is not changed. This embodiment does not require any overhead to be transmitted per patch.

[0076] In step 630 a sorting element 703 of the encoder 700 sorts the patches on the basis of the surface areas of the rectangles. The sorting is performed from the largest surface area (WxH) to the smallest surface area. This may be performed, for example, so that the sorting element goes through the list of rectangles and forms indices for the rectangles so that a first index (e.g. 0 or 1) indicates the largest rectangle and a last index (e.g. the first index + the number of rectangles - 1) indicates the smallest rectangle.

[0077 ] In accordance with another embodiment, no indices are used but the sorting element 703 may rearrange the patches in the list from the largest to the smallest. In other words, the patch in the beginning of the list has a rectangle with the largest area to cover it and the patch in the end of the list has a rectangle with the smallest area to cover it.

[0078] In this embodiment, the width is always considered to be larger than or equal to the height i.e. W > H. This will ease the process of locating the patches and describing of different steps of the invention. However, the invention is not limited to that embodiment, but it may also be possible to consider that the height is larger than or equal to the width i.e. H > W. In a general case, this does not matter as for each patch the width and height can be compared and a decision can be made on which one is larger. [0079] In yet another embodiment, the patches are sorted based on the size of maximum of height and width for all patches. It means that the longest width or height in all patches is ranked first and following that, the second largest width or height is in the list.

[0080] In another embodiment, the patches are sorted based on the size of height for all

patches.

[0081 ] In still another embodiment, the patches are sorted based on the size of width for all patches.

[0082] In still another embodiment, the rectangles are sorted based on the surface area of the patch. This means, the patch which is projected from a 3D object in the scene, as compared to the rectangle size which has covered it. In this embodiment, the sorting ensures that the largest valid projection data (each patch) is ranked first. It should be noted that this embodiment may or may not result in a ranking similar to the sorting of patches based on the surface area of the covering rectangles.

[0083] In step 640 a preliminary size of the grid is defined e.g. by a grid and patch organizer 704. The width (Wg) and height (Hg) of the grid is defined based on the width and height of the largest patch Pl and the second largest patch P2.

[0084] The width of the first patch Pl (WP1), width > height as clarified in Step 630, is to be set as the width Wg of the grid. The height of the grid, Hg, is defined as the sum of the height of the first patch Pl, HP1 and the width of the second patch P2 i.e. WP2. So, the following equations are proposed here:

Wg = Wpl

Hg = HP1 + Wp2

[0085] Figure 8a shows an example how the step 640 may be implemented. The largest

rectangle 800 refers to the grid while the first dashed rectangle 802 refers to the largest patch Pl and the second dashed rectangle 804 refers to the second largest patch P2.

[0086] In another embodiment, the preliminary Wg and Hg are defined based on any other combination of height and width of the patch Pl and patch P2.

[0087] In another embodiment, the preliminary size of the grid may be increased to make the width and height of it an even number.

[0088 ] In another embodiment, the preliminary size of the grid may be increased to make the width and height of it a power of two.

[0089] In another embodiment, the preliminary Wg and Hg are defined based on any

combination of height and width of the first N patch in the sorted patch list i.e. Pl, P2, ...., PN. [0090] In step 650 the first (largest) patch Pl and the second (second largest) patch P2 are located in the top and left of the grid as depicted in Figure 8a. ft should be noted that since W>H in all patches, then the wording horizontally and vertically becomes meaningful. So, the first patch Pl is located horizontally and the second patch P2, is set vertically.

[0091 ] ft should be noted that from this step onwards, the algorithm may always keep track of used pixels and available pixels in the grid. This information will be required in the next steps of the proposed idea. The used pixels refer to the pixels which are actually occupied with the patches, not the whole rectangle. This is due to the fact that each patch is not normally of the exact size of the rectangle, but only covers a part of the rectangle, as the patches do not necessarily have rectangular shapes. The available and used pixels’ map will be used in the following steps.

[0092] In step 660 the patches are put in the remaining parts of the grid with a similar approach as in step 650. ft means that the next largest patch in the sorted list (as defined in step 630), P3, is put horizontally below Pl and the next largest patch P4 is put vertically below P3 and in the extreme available left side i.e. the right-hand side of P2.

[0093] Step 660 is further clarified in Figure 8b where six largest patches are located in the grid. Similar approach can be considered for the rest of the patches in the sorted list of step 630.

[0094] One example embodiment of step 660 has been defined above. Some other alternative embodiments are defined in the following:

[0095 ] In another embodiment, after putting the first patch and the second patch and defining the size of the grid, the patches may be located vertically or horizontally according to the available space in the grid and the preference of the encoder 700.

[0096] In another embodiment, after putting the first patch and the second patch and defining the size of the grid, the patches may all be located vertically in the available spaces of the grid from top left available space to the right.

[0097] In another embodiment, after putting the first patch and the second patch and defining the size of the grid, the patches may all be located horizontally in the available spaces of the grid from top left available space to the bottom.

[0098 ] In another embodiment, after putting the first patch and the second patch and defining the size of the grid, the sorting of patches 703 may be done again using another sorting embodiment, and following that the patches may be located in the grid according to any of the previous embodiments. For example, the remaining patches may all be located vertically in the available spaces of the grid from top left available space to the right, or they may be located horizontally from the top right to the bottom of the available space, or a part of the remaining patches may be located vertically in the available spaces of the grid from top left available space to the right, and the other part of the remaining patches may be located horizontally from the top right to the bottom of the available space, etc.

[0099] In another embodiment, the sorting embodiment may change at any point of the process ft means that after putting the first N (N is an arbitrary number between 2 and Max number of patches) patch with one sorting embodiment, another sorting embodiment is used for a set of M patches, and then the sorting embodiment may vary to yet another sorting embodiment. Several sorting embodiments may be used during this process in arbitrary phases of the patch organizing process.

[0100] In step 670 some exceptions, if any, will be processed. One such exception occurs when the size of the current patch to be located in the grid would exceed the boundaries of the grid. This step is aligned with the locating method that is defined in step 660. In this case, the algorithm will search from top-left to the bottom-right to find an available location in the grid to put the patch. In one embodiment the search in this step is based on the actual size of the patch and not the rectangle that is surrounding it. In another embodiment, the search is performed based on the size of rectangle covering the patch. The potential options on availability and not availability of location for the current patch to be location in the grid are dealt with in step 680, which is explained next.

[0101] In step 680 two possible outcomes are possible which are further described/clarified in the following:

[0102] In the first outcome the search in the grid has been successful and an available location is found in the grid where the current patch can be located. Hence, the patch is located in the found available location and the next patch is dealt with according to the process as defined in 660.

[0103] Figure 8c illustrates how the step 680 may be performed in the first outcome. In this figure, a sixth patch P6 exceeded the boundaries of the grid and hence, a search has been performed to locate it in the grid. In this example, a location between the second patch P2, the third patch P3 and the fourth patch P4 has been found in which the actual patches are not covering an area which is needed by the sixth patch in P6. Therefore, the sixth patch P6 is located there and seventh patch P7 replaces the sixth patch P6 in the process as defined in the step 660. [0104] In the second outcome the search in the grid has not been successful, wherein an available location has not been found. In this case, the current patch is exceeding the boundaries of the grid and the search in the grid to locate it has failed to find an available location to put it. Therefore, the patch is located according to the process in step 660 and the boundaries of the grid is extended in order to fit the current patch.

[0105] This process is illustrated in Figure 8d. In this figure, the search for locating the sixth patch P6 has not been successful for finding a location for it and hence, the height of the grid has been extended in order to fit the sixth patch P6 too. The extension is illustrated with a dotted line and marked with DH in Figure 8d. The extension is illustrated with a dotted line and marked with DH in Figure 8d. Following this, the process will follow the same process as described in step 660.

[0106] In another embodiment, the width of the grid may be extended in order to fit any patch e.g. the sixth patch P6.

[0107] In another embodiment, both the width and the height of the grid may be extended in order to fit any patch e.g. the sixth patch P6.

[0108] The grid and the patches may be encoded by the encoding element 705 for transmission to a decoder and/or storage.

[0109] In the following, some other alternative embodiments will be shortly described.

[01 10] In an embodiment, when trying to extend the size of the grid, a location is found where the least amount of extension in the grid's area is required. This means that, for example, if a pixel extension a in a horizontal direction (Wg = Wg + a, in pixels) increases the area of the grid less than a pixel extension b in vertical direction (Hg = Hg + b), then, the extension in horizontal direction is selected even though a > b. In other words:

New area 1 = (Wg + a) x Hg

New area 2 = Wg x (Hg + b)

[01 1 1 ] The selected extension should minimize the new area regardless of the values of a and b and order by which the patch was expected to be put in the grid.

[01 12] In another embodiment, when trying to extend the size of the grid, a diagonal locating of the patch with an arbitrary angle may be considered to prevent the extension of the grid or minimize it. Figure 8e illustrates an example in which one patch P6 is inserted diagonally to the grid.

[01 13] In another embodiment, when trying to extend the size of the grid, an encoder could decide to subdivide the current patch into smaller patches instead, which could fit in the available 2D grid space without extending the 2D grid. Figure 8f illustrates an example in which one patch P6 is divided into two subpatches P6a and P6b and these subpatches P6a, P6b are inserted to free locations of the grid.

[ 1 14] In another embodiment, when trying to extend the size of the grid, an encoder could decide to change the location of a previous patch in the grid in order to minimize or remove extending of the 2D grid.

[01 15] In general, the invention is not limited to putting the patches only vertically or

horizontally in a rectangle. It may also include putting the patches in any arbitrary direction with a defined angle and also other forms for the grids than rectangles could be used.

Furthermore, patches are not necessarily located vertically or horizontally inside the grid.

[01 16] The process of locating the patches on different parts of a grid is performed in the encoder side. However, the grid size should be communicated with the decoder size.

[01 17 ] The horizontal/vertical locating of the patches and also the angle or arbitrary direction putting of patches may be signalled enabling a decoder to accurately fetching the patches with correct presentation/direction. The information regarding each patch should also be communicated with the decoder and signalled that e.g. the current patch has a specific direction/orientation which can be fetched in the decoder side. Such signalling may include the shape, size, location, and orientation/direction of the patch in the 2D grid.

[01 18] In another embodiment, the grid does not necessarily have a rectangular shape but may have a different shape e.g. diamond or Parallelogram. Then, the size of the grid may be determined so that its size is as small as possible but still being able to cover the patches. The gist of the algorithm remains the same for all different shapes but the locating and sizing may change.

[01 19] In the following, the operation at a decoder side is explained in more detail with reference to the flow diagram of Figure 6b and the block diagram of Figure 7b. A decoder 720 receives 690 a bitstream and a decoding element 721 decodes 691 the bitstream to reconstruct the encoded information from the bitstream. The decoded information may comprise information of the geographical shape of the grid, unless a predetermined shape is used, the size (e.g. the width and height) of the grid, and information of the patches and their location within the grid. A patch parser 722 uses 692 this information to reconstruct 693 the patches from the grids. Reconstructed patches may then be converted 694 to point clouds and further to volumetric video by an image reconstructor 723. [0120] A picture may be defined to be either a frame or a field. A frame may be defined to comprise a matrix of luma samples and possibly the corresponding chroma samples. A field may be defined to be a set of alternate sample rows of a frame. Fields may be used as encoder input for example when the source signal is interlaced. Chroma sample arrays may be absent (and hence monochrome sampling may be in use) or may be subsampled when compared to luma sample arrays. Some chroma formats may be summarized as follows:

- In monochrome sampling there is only one sample array, which may be nominally considered the luma array.

- In 4:2:0 sampling, each of the two chroma arrays has half the height and half the width of the luma array.

- In 4:2:2 sampling, each of the two chroma arrays has the same height and half the width of the luma array.

- In 4:4:4 sampling when no separate colour planes are in use, each of the two chroma arrays has the same height and width as the luma array.

[0121] In H.264/AVC and HEVC, it is possible to code sample arrays as separate colour planes into the bitstream and respectively decode separately coded colour planes from the bitstream. When separate colour planes are in use, each one of them is separately processed (by the encoder and/or the decoder) as a picture with monochrome sampling.

[0122] A partitioning may be defined as a division of a set into subsets such that each element of the set is in exactly one of the subsets.

[0123] When describing the operation of HEVC encoding and/or decoding, the following terms may be used. A coding block may be defined as an NxN block of samples for some value of N such that the division of a coding tree block into coding blocks is a partitioning. A coding tree block (CTB) may be defined as an NxN block of samples for some value of N such that the division of a component into coding tree blocks is a partitioning. A coding tree unit (CTU) may be defined as a coding tree block of luma samples, two corresponding coding tree blocks of chroma samples of a picture that has three sample arrays, or a coding tree block of samples of a monochrome picture or a picture that is coded using three separate color planes and syntax structures used to code the samples. A coding unit (CU) may be defined as a coding block of luma samples, two corresponding coding blocks of chroma samples of a picture that has three sample arrays, or a coding block of samples of a monochrome picture or a picture that is coded using three separate color planes and syntax structures used to code the samples. A CU with the maximum allowed size may be named as LCU (largest coding unit) or coding tree unit (CTU) and the video picture is divided into non overlapping LCUs.

[0124] A CU consists of one or more prediction units (PU) defining the prediction process for the samples within the CU and one or more transform units (TU) defining the prediction error coding process for the samples in the said CU. Typically, a CU consists of a square block of samples with a size selectable from a predefined set of possible CU sizes. Each PU and TU can be further split into smaller PUs and TUs in order to increase granularity of the prediction and prediction error coding processes, respectively. Each PU has prediction information associated with it defining what kind of a prediction is to be applied for the pixels within that PU (e.g. motion vector information for inter predicted PUs and intra prediction directionality information for intra predicted PUs).

[0125] Each TU can be associated with information describing the prediction error decoding process for the samples within the said TU (including e.g. DCT coefficient information). It is typically signalled at CU level whether prediction error coding is applied or not for each CU. In the case there is no prediction error residual associated with the CU, it can be considered there are no TUs for the said CU. The division of the image into CUs, and division of CUs into PUs and TUs is typically signalled in the bitstream allowing the decoder to reproduce the intended structure of these units.

[0126] In HEVC, a picture can be partitioned in tiles, which are rectangular and contain an integer number of LCUs. In HEVC, the partitioning to tiles forms a regular grid, where heights and widths of tiles differ from each other by one LCU at the maximum. In HEVC, a slice is defined to be an integer number of coding tree units contained in one independent slice segment and all subsequent dependent slice segments (if any) that precede the next independent slice segment (if any) within the same access unit. In HEVC, a slice segment is defined to be an integer number of coding tree units ordered consecutively in the tile scan and contained in a single NAL unit. The division of each picture into slice segments is a partitioning. In HEVC, an independent slice segment is defined to be a slice segment for which the values of the syntax elements of the slice segment header are not inferred from the values for a preceding slice segment, and a dependent slice segment is defined to be a slice segment for which the values of some syntax elements of the slice segment header are inferred from the values for the preceding independent slice segment in decoding order. In HEVC, a slice header is defined to be the slice segment header of the independent slice segment that is a current slice segment or is the independent slice segment that precedes a current dependent slice segment, and a slice segment header is defined to be a part of a coded slice segment containing the data elements pertaining to the first or all coding tree units represented in the slice segment. The CUs are scanned in the raster scan order of LCUs within tiles or within a picture, if tiles are not in use. Within an LCU, the CUs have a specific scan order.

[ 127] A motion-constrained tile set (MCTS) is such that the inter prediction process is constrained in encoding such that no sample value outside the motion-constrained tile set, and no sample value at a fractional sample position that is derived using one or more sample values outside the motion-constrained tile set, is used for inter prediction of any sample within the motion- constrained tile set. Additionally, the encoding of an MCTS is constrained in a manner that motion vector candidates are not derived from blocks outside the MCTS. This may be enforced by turning off temporal motion vector prediction of HEVC, or by disallowing the encoder to use the TMVP candidate or any motion vector prediction candidate following the TMVP candidate in the merge or AMVP candidate list for PUs located directly left of the right tile boundary of the MCTS except the last one at the bottom right of the MCTS. ln general, an MCTS may be defined to be a tile set that is independent of any sample values and coded data, such as motion vectors, that are outside the MCTS. ln some cases, an MCTS may be required to form a rectangular area ft should be understood that depending on the context, an MCTS may refer to the tile set within a picture or to the respective tile set in a sequence of pictures. The respective tile set may be, but in general need not be, collocated in the sequence of pictures.

[0128] ft is noted that sample locations used in inter prediction may be saturated by the encoding and/or decoding process so that a location that would be outside the picture otherwise is saturated to point to the corresponding boundary sample of the picture. Hence, if a tile boundary is also a picture boundary, in some use cases, encoders may allow motion vectors to effectively cross that boundary or a motion vector to effectively cause fractional sample interpolation that would refer to a location outside that boundary, since the sample locations are saturated onto the boundary ln other use cases, specifically if a coded tile may be extracted from a bitstream where it is located on a position adjacent to a picture boundary to another bitstream where the tile is located on a position that is not adjacent to a picture boundary, encoders may constrain the motion vectors on picture boundaries similarly to any MCTS boundaries.

[0129] The temporal motion-constrained tile sets SE1 message of HEVC can be used to indicate the presence of motion-constrained tile sets in the bitstream.

[0130] The decoder reconstructs the output video by applying prediction means similar to the encoder to form a predicted representation of the pixel blocks (using the motion or spatial information created by the encoder and stored in the compressed representation) and prediction error decoding (inverse operation of the prediction error coding recovering the quantized prediction error signal in spatial pixel domain). After applying prediction and prediction error decoding means the decoder sums up the prediction and prediction error signals (pixel values) to form the output video frame. The decoder (and encoder) can also apply additional filtering means to improve the quality of the output video before passing it for display and/or storing it as prediction reference for the forthcoming frames in the video sequence.

[0131 ] The filtering may for example include one more of the following: deblocking, sample adaptive offset (SAO), and/or adaptive loop filtering (ALF). H.264/AVC includes a deblocking, whereas HEVC includes both deblocking and SAO.

[0132] In typical video codecs the motion information is indicated with motion vectors associated with each motion compensated image block, such as a prediction unit. Each of these motion vectors represents the displacement of the image block in the picture to be coded (in the encoder side) or decoded (in the decoder side) and the prediction source block in one of the previously coded or decoded pictures. In order to represent motion vectors efficiently those are typically coded differentially with respect to block specific predicted motion vectors. In typical video codecs the predicted motion vectors are created in a predefined way, for example calculating the median of the encoded or decoded motion vectors of the adjacent blocks. Another way to create motion vector predictions is to generate a list of candidate predictions from adjacent blocks and/or co-located blocks in temporal reference pictures and signalling the chosen candidate as the motion vector predictor. In addition to predicting the motion vector values, it can be predicted which reference picture(s) are used for motion-compensated prediction and this prediction information may be represented for example by a reference index of previously coded/decoded picture. The reference index is typically predicted from adjacent blocks and/or co-located blocks in temporal reference picture. Moreover, typical high efficiency video codecs employ an additional motion information coding/decoding mechanism, often called merging/merge mode, where all the motion field information, which includes motion vector and corresponding reference picture index for each available reference picture list, is predicted and used without any modification/correction.

Similarly, predicting the motion field information is carried out using the motion field information of adjacent blocks and/or co-located blocks in temporal reference pictures and the used motion field information is signalled among a list of motion field candidate list filled with motion field information of available adjacent/co- located blocks.

[0133] In typical video codecs the prediction residual after motion compensation is first transformed with a transform kernel (like DCT) and then coded. The reason for this is that often there still exists some correlation among the residual and transform can in many cases help reduce this correlation and provide more efficient coding.

[0134] Typical video encoders utilize Lagrangian cost functions to find optimal coding modes, e.g. the desired coding mode for a block and associated motion vectors. This kind of cost function uses a weighting factor l to tie together the (exact or estimated) image distortion due to lossy coding methods and the (exact or estimated) amount of information that is required to represent the pixel values in an image area:

C = D + LR, (1) where C is the Lagrangian cost to be minimized, D is the image distortion (e.g. Mean Squared Error) with the mode and motion vectors considered, and R the number of bits needed to represent the required data to reconstruct the image block in the decoder (including the amount of data to represent the candidate motion vectors).

[0135] Video coding standards and specifications may allow encoders to divide a coded picture to coded slices or alike. In-picture prediction is typically disabled across slice boundaries. Thus, slices can be regarded as a way to split a coded picture to independently decodable pieces. In H.264/AVC and HEVC, in-picture prediction may be disabled across slice boundaries. Thus, slices can be regarded as a way to split a coded picture into independently decodable pieces, and slices are therefore often regarded as elementary units for transmission. In many cases, encoders may indicate in the bitstream which types of in-picture prediction are turned off across slice boundaries, and the decoder operation takes this information into account for example when concluding which prediction sources are available. For example, samples from a neighboring CU may be regarded as unavailable for intra prediction, if the neighboring CU resides in a different slice.

[0136] An elementary unit for the output of an H.264/AVC or HEVC encoder and the input of an H.264/AVC or HEVC decoder, respectively, is a Network Abstraction Layer (NAL) unit. For transport over packet-oriented networks or storage into structured files, NAL units may be encapsulated into packets or similar structures. A bytestream format has been specified in

H.264/AVC and HEVC for transmission or storage environments that do not provide framing structures. The bytestream format separates NAL units from each other by attaching a start code in front of each NAL unit. To avoid false detection of NAL unit boundaries, encoders run a byte- oriented start code emulation prevention algorithm, which adds an emulation prevention byte to the NAL unit payload if a start code would have occurred otherwise. In order to enable straightforward gateway operation between packet- and stream-oriented systems, start code emulation prevention may always be performed regardless of whether the bytestream format is in use or not. A NAL unit may be defined as a syntax structure containing an indication of the type of data to follow and bytes containing that data in the form of an RBSP interspersed as necessary with emulation prevention bytes. A raw byte sequence payload (RBSP) may be defined as a syntax structure containing an integer number of bytes that is encapsulated in a NAL unit. An RBSP is either empty or has the form of a string of data bits containing syntax elements followed by an RBSP stop bit and followed by zero or more subsequent bits equal to 0.

[0137 j NAL units consist of a header and payload. In H.264/AVC and HEVC, the NAL unit header indicates the type of the NAL unit

[0138] In HEVC, a two-byte NAL unit header is used for all specified NAL unit types. The NAL unit header contains one reserved bit, a six-bit NAL unit type indication, a three-bit nuh_temporal_id_plusl indication for temporal level (may be required to be greater than or equal to 1) and a six-bit nuh layer id syntax element. The temporal_id_plusl syntax element may be regarded as a temporal identifier for the NAL unit, and a zero-based Temporalld variable may be derived as follows: Temporalld = temporal_id_plusl - 1. The abbreviation TID may be used to interchangeably with the Temporalld variable. Temporalld equal to 0 corresponds to the lowest temporal level. The value of temporal_id_plusl is required to be non-zero in order to avoid start code emulation involving the two NAL unit header bytes. The bitstream created by excluding all VCL NAL units having a Temporalld greater than or equal to a selected value and including all other VCL NAL units remains conforming. Consequently, a picture having Temporalld equal to tid value does not use any picture having a Temporalld greater than tid value as inter prediction reference.

[0139] NAL units can be categorized into Video Coding Layer (VCL) NAL units and non- VCL NAL units. VCL NAL units are typically coded slice NAL units. In HEVC, VCL NAL units contain syntax elements representing one or more CU.

[0140] A non-VCL NAL unit may be for example one of the following types: a sequence parameter set, a picture parameter set, a supplemental enhancement information (SEI) NAL unit, an access unit delimiter, an end of sequence NAL unit, an end of bitstream NAL unit, or a filler data NAL unit. Parameter sets may be needed for the reconstruction of decoded pictures, whereas many of the other non-VCL NAL units are not necessary for the reconstruction of decoded sample values. [0141] Parameters that remain unchanged through a coded video sequence may be included in a sequence parameter set. In addition to the parameters that may be needed by the decoding process, the sequence parameter set may optionally contain video usability information (VUI), which includes parameters that may be important for buffering, picture output timing, rendering, and resource reservation. In HEVC a sequence parameter set RBSP includes parameters that can be referred to by one or more picture parameter set RBSPs or one or more SEI NAL units containing a buffering period SEI message. A picture parameter set contains such parameters that are likely to be unchanged in several coded pictures. A picture parameter set RBSP may include parameters that can be referred to by the coded slice NAL units of one or more coded pictures.

[0142] In HEVC, a video parameter set (VPS) may be defined as a syntax structure containing syntax elements that apply to zero or more entire coded video sequences as determined by the content of a syntax element found in the SPS referred to by a syntax element found in the PPS referred to by a syntax element found in each slice segment header.

[0143] A video parameter set RBSP may include parameters that can be referred to by one or more sequence parameter set RBSPs.

[0144] Out-of-band transmission, signaling or storage can additionally or alternatively be used for other purposes than tolerance against transmission errors, such as ease of access or session negotiation. For example, a sample entry of a track in a file conforming to the ISO Base Media File Format may comprise parameter sets, while the coded data in the bitstream is stored elsewhere in the file or in another file. The phrase along the bitstream (e.g. indicating along the bitstream) or along a coded unit of a bitstream (e.g. indicating along a coded tile) may be used in claims and described embodiments to refer to out-of-band transmission, signaling, or storage in a manner that the out-of-band data is associated with the bitstream or the coded unit, respectively. The phrase decoding along the bitstream or along a coded unit of a bitstream or alike may refer to decoding the referred out-of-band data (which may be obtained from out-of-band transmission, signaling, or storage) that is associated with the bitstream or the coded unit, respectively.

[0145] A SEI NAL unit may contain one or more SEI messages, which are not required for the decoding of output pictures but may assist in related processes, such as picture output timing, rendering, error detection, error concealment, and resource reservation. Several SEI messages are specified in H.264/AVC and HEVC, and the user data SEI messages enable organizations and companies to specify SEI messages for their own use. H.264/AVC and HEVC contain the syntax and semantics for the specified SEI messages but no process for handling the messages in the recipient is defined. Consequently, encoders are required to follow the H.264/AVC standard or the HEVC standard when they create SEI messages, and decoders conforming to the H.264/AVC standard or the HEVC standard, respectively, are not required to process SEI messages for output order conformance. One of the reasons to include the syntax and semantics of SEI messages in H.264/AVC and HEVC is to allow different system specifications to interpret the supplemental information identically and hence interoperate. It is intended that system specifications can require the use of particular SEI messages both in the encoding end and in the decoding end, and additionally the process for handling particular SEI messages in the recipient can be specified.

[0146] In HEVC, there are two types of SEI NAL units, namely the suffix SEI NAL unit and the prefix SEI NAL unit, having a different nal unit type value from each other. The SEI message(s) contained in a suffix SEI NAL unit are associated with the VCL NAL unit preceding, in decoding order, the suffix SEI NAL unit. The SEI message(s) contained in a prefix SEI NAL unit are associated with the VCL NAL unit following, in decoding order, the prefix SEI NAL unit.

[0147] A coded picture is a coded representation of a picture.

[0148] In HEVC, a coded picture may be defined as a coded representation of a picture containing all coding tree units of the picture. In HEVC, an access unit (AU) may be defined as a set of NAL units that are associated with each other according to a specified classification rule, are consecutive in decoding order, and contain at most one picture with any specific value of nuh layer id. In addition to containing the VCL NAL units of the coded picture, an access unit may also contain non-VCL NAL units. Said specified classification rule may for example associate pictures with the same output time or picture output count value into the same access unit.

[0149] A bitstream may be defined as a sequence of bits, in the form of a NAL unit stream or a byte stream, that forms the representation of coded pictures and associated data forming one or more coded video sequences. A first bitstream may be followed by a second bitstream in the same logical channel, such as in the same file or in the same connection of a communication protocol.

An elementary stream (in the context of video coding) may be defined as a sequence of one or more bitstreams. The end of the first bitstream may be indicated by a specific NAL unit, which may be referred to as the end of bitstream (EOB) NAL unit and which is the last NAL unit of the bitstream. In HEVC and its current draft extensions, the EOB NAL unit is required to have nuh layer id equal to 0.

[0150] In H.264/AVC, a coded video sequence is defined to be a sequence of consecutive access units in decoding order from an IDR access unit, inclusive, to the next IDR access unit, exclusive, or to the end of the bitstream, whichever appears earlier. [0151] In HEVC, a coded video sequence (CVS) may be defined, for example, as a sequence of access units that consists, in decoding order, of an IRAP access unit with NoRaslOutputFlag equal to 1, followed by zero or more access units that are not IRAP access units with NoRaslOutputFlag equal to 1 , including all subsequent access units up to but not including any subsequent access unit that is an IRAP access unit with NoRaslOutputFlag equal to 1. An IRAP access unit may be defined as an access unit in which the base layer picture is an IRAP picture. The value of

NoRaslOutputFlag is equal to 1 for each IDR picture, each BLA picture, and each IRAP picture that is the first picture in that particular layer in the bitstream in decoding order, is the first IRAP picture that follows an end of sequence NAL unit having the same value of nuh layer id in decoding order. There may be means to provide the value of HandleCraAsBlaFlag to the decoder from an external entity, such as a player or a receiver, which may control the decoder.

HandleCraAsBlaFlag may be set to 1 for example by a player that seeks to a new position in a bitstream or tunes into a broadcast and starts decoding and then starts decoding from a CRA picture. When HandleCraAsBlaFlag is equal to 1 for a CRA picture, the CRA picture is handled and decoded as if it were a BLA picture.

[0152] In HEVC, a coded video sequence may additionally or alternatively (to the specification above) be specified to end, when a specific NAL unit, which may be referred to as an end of sequence (EOS) NAL unit, appears in the bitstream and has nuh layer id equal to 0.

[0153] A group of pictures (GOP) and its characteristics may be defined as follows. A GOP can be decoded regardless of whether any previous pictures were decoded. An open GOP is such a group of pictures in which pictures preceding the initial intra picture in output order might not be correctly decodable when the decoding starts from the initial intra picture of the open GOP. In other words, pictures of an open GOP may refer (in inter prediction) to pictures belonging to a previous GOP. An HEVC decoder can recognize an intra picture starting an open GOP, because a specific NAL unit type, CRA NAL unit type, may be used for its coded slices. A closed GOP is such a group of pictures in which all pictures can be correctly decoded when the decoding starts from the initial intra picture of the closed GOP. In other words, no picture in a closed GOP refers to any pictures in previous GOPs. In H.264/AVC and HEVC, a closed GOP may start from an IDR picture. In HEVC a closed GOP may also start from a BLA W RADL or a BLA N LP picture.

An open GOP coding structure is potentially more efficient in the compression compared to a closed GOP coding structure, due to a larger flexibility in selection of reference pictures.

[0154] A Decoded Picture Buffer (DPB) may be used in the encoder and/or in the decoder. There are two reasons to buffer decoded pictures, for references in inter prediction and for reordering decoded pictures into output order. As H.264/AVC and HEVC provide a great deal of flexibility for both reference picture marking and output reordering, separate buffers for reference picture buffering and output picture buffering may waste memory resources. Hence, the DPB may include a unified decoded picture buffering process for reference pictures and output reordering. A decoded picture may be removed from the DPB when it is no longer used as a reference and is not needed for output.

[0155] In many coding modes of H.264/AVC and HEVC, the reference picture for inter prediction is indicated with an index to a reference picture list. The index may be coded with variable length coding, which usually causes a smaller index to have a shorter value for the corresponding syntax element. In H.264/AVC and HEVC, two reference picture lists (reference picture list 0 and reference picture list 1) are generated for each bi-predictive (B) slice, and one reference picture list (reference picture list 0) is formed for each inter-coded (P) slice.

[0156] Many coding standards, including H.264/AVC and HEVC, may have decoding process to derive a reference picture index to a reference picture list, which may be used to indicate which one of the multiple reference pictures is used for inter prediction for a particular block. A reference picture index may be coded by an encoder into the bitstream is some inter coding modes or it may be derived (by an encoder and a decoder) for example using neighboring blocks in some other inter coding modes.

[0157] Several candidate motion vectors may be derived for a single prediction unit. For example, motion vector prediction HEVC includes two motion vector prediction schemes, namely the advanced motion vector prediction (AMVP) and the merge mode. In the AMVP or the merge mode, a list of motion vector candidates is derived for a PU. There are two kinds of candidates: spatial candidates and temporal candidates, where temporal candidates may also be referred to as TMVP candidates.

[0158] A candidate list derivation may be performed for example as follows, while it should be understood that other possibilities may exist for candidate list derivation. If the occupancy of the candidate list is not at maximum, the spatial candidates are included in the candidate list first if they are available and not already exist in the candidate list. After that, if occupancy of the candidate list is not yet at maximum, a temporal candidate is included in the candidate list. If the number of candidates still does not reach the maximum allowed number, the combined bi- predictive candidates (for B slices) and a zero motion vector are added in. After the candidate list has been constructed, the encoder decides the final motion information from candidates for example based on a rate-distortion optimization (RDO) decision and encodes the index of the selected candidate into the bitstream. Likewise, the decoder decodes the index of the selected candidate from the bitstream, constructs the candidate list, and uses the decoded index to select a motion vector predictor from the candidate list.

[ 159] ln HEVC, AMVP and the merge mode may be characterized as follows ln AMVP, the encoder indicates whether uni-prediction or bi-prediction is used and which reference pictures are used as well as encodes a motion vector difference ln the merge mode, only the chosen candidate from the candidate list is encoded into the bitstream indicating the current prediction unit has the same motion information as that of the indicated predictor. Thus, the merge mode creates regions composed of neighbouring prediction blocks sharing identical motion information, which is only signalled once for each region.

[0160] Texture picture(s) and the respective geometry picture(s) may have the same or different chroma format.

[0161] Depending on the context, a pixel may be defined to a be a sample of one of the sample arrays of the picture or may be defined to comprise the collocated samples of all the sample arrays of the picture.

[0162] Projecting 3D data onto 2D planes is independent from the 3D scene model representation format. There exist several approaches for projecting 3D data onto 2D planes, with the respective signalling. For example, there exist several mappings from spherical coordinates to planar coordinates, known from map projections of the globe, and the type and parameters of such projection may be signalled. For cylindrical projections, the aspect ratio of height and width may be signalled.

[0163] ln the following, the operation of a decoder is explained in more detail.

[0164] ln an embodiment, the decoder receives the coded bitstream of the volumetric video (or a part of it) and decodes the information carried by the bitstream or a part of it. The decoder decodes the depth picture. The decoder may then examine depth values of a block and compare them to the default value, for example to 0, a maximum depth value, or a minimum depth value. If the comparison reveals that the depth value of the current pixel is equal to the default value or deviates from the default value less than a threshold, the decoder may conclude that the depth pixel is non- valid. If all the depth pixels of a depth pixel are non- valid, the decoder may conclude that the depth block is non- valid. When the depth block is non- valid, the decoder can ignore that block and need not decode the corresponding texture block (i.e., all texture blocks that are fully covered by the non- valid depth block). [0165] The above described procedure may be repeated for all pixels/b locks of the volumetric video.

[0166] The usage of the threshold instead of the exact value in the comparisons may be beneficial at the decoder side because encoding, transmission and/or decoding may not be lossless, wherein a value of a parameter/variable after decoding may not be exactly the same than before encoding. Hence, small variations during the delivery of the information may not affect the end result and the decoder may still be able to end up the correct outcome.

[0167] In accordance with an embodiment, the following operations may also be performed at the decoder side. A depth picture, which may also be called as a depth plane, is initialized to default values. The default value may be, for example, a zero value, a maximum depth value, a minimum depth value, or some other predetermined value. A texture picture, which may also be called as a texture plane, may also be initialized to default values. The default values for the texture picture may be different from the default values for the depth picture.

[0168] The decoder may then decode the depth picture, wherein locations of the depth picture which contain projection data of the object, receive a corresponding depth value and locations which do not contain projection data of the object, remain in the default value.

[0169] After decoding the depth picture, the decoded depth picture is examined to determine which pixels of the depth picture have received some value during the construction of the depth picture, meaning that a point of the object has been projected to that pixel (a point in the projection surface). The examination may be performed, for example, so that each value in the depth picture is compared with the default value and if the comparison reveals that the value of the depth picture is equal to the default value, or only deviates from the default value less than a threshold, it is then determined that such a pixel does not contain any projection data and need not be decoded by the decoder. Moreover, such pixel will not be reconstructed into 3D space.

[0170] In an embodiment, a decoder decodes certain syntax elements and concludes from a particular set of syntax element values that decoding of texture blocks corresponding to non- valid depth blocks is not required. For example, if a block- wise indication, such as the CBP, is used, the decoder may examine the CBP value of the block and if it is equal to the above mentioned specific value, the decoder can deduce that this block need not be decoded.

[0171 ] It should be noted that it may also be possible to combine two or more of the above- mentioned embodiments.

[0172] In the above, some embodiments have been described with reference to encoding. It needs to be understood that said encoding may comprise one or more of the following: encoding source image data into a bitstream, encapsulating the encoded bitstream in a container file and/or in packet(s) or stream(s) of a communication protocol, and announcing or describing the bitstream in a content description, such as the Media Presentation Description (MPD) of ISO/IEC 23009-1 (known as MPEG-DASH) or the IETF Session Description Protocol (SDP). Similarly, some embodiments have been described with reference to decoding. It needs to be understood that said decoding may comprise one or more of the following: decoding image data from a bitstream, decapsulating the bitstream from a container file and/or from packet(s) or stream(s) of a communication protocol, and parsing a content description of the bitstream,

[0173] In the above, some embodiments have been described with reference to encoding or decoding texture pictures, geometry pictures (e.g. depth pictures), and/or projection geometry information into or from a single bitstream. It needs to be understood that embodiments can be similarly realized when encoding or decoding texture pictures, geometry pictures, and/or projection geometry information into or from several bitstreams that are associated with each other, e.g. by metadata in a container file or media presentation description for streaming.

[0174] The communication devices may communicate using various transmission technologies including, but not limited to, code division multiple access (CDMA), global systems for mobile communications (GSM), universal mobile telecommunications system (UMTS), time divisional multiple access (TDMA), frequency division multiple access (FDMA), transmission control protocol- internet protocol (TCP-IP), short messaging service (SMS), multimedia messaging service (MMS), email, instant messaging service (IMS), Bluetooth, IEEE 802.11, Long Term Evolution wireless communication technique (LTE) and any similar wireless communication technology. A communications device involved in implementing various embodiments of the present invention may communicate using various media including, but not limited to, radio, infrared, laser, cable connections, and any suitable connection.

[0175] Although the above examples describe embodiments of the invention operating within a wireless communication device, it would be appreciated that the invention as described above may be implemented as a part of any apparatus comprising a circuitry in which radio frequency signals are transmitted and received. Thus, for example, embodiments of the invention may be implemented in a mobile phone, in a base station, in a computer such as a desktop computer or a tablet computer comprising radio frequency communication means (e.g. wireless local area network, cellular radio, etc.).

[0176] In general, the various embodiments of the invention may be implemented in hardware or special purpose circuits or any combination thereof. While various aspects of the invention may be illustrated and described as block diagrams or using some other pictorial representation, it is well understood that these blocks, apparatus, systems, techniques or methods described herein may be implemented in, as non-limiting examples, hardware, software, firmware, special purpose circuits or logic, general purpose hardware or controller or other computing devices, or some combination thereof.

[0177] Embodiments of the inventions may be practiced in various components such as integrated circuit modules. The design of integrated circuits is by and large a highly automated process. Complex and powerful software tools are available for converting a logic level design into a semiconductor circuit design ready to be etched and formed on a semiconductor substrate.

[0178] Programs, such as those provided by Synopsys, Inc. of Mountain View, California and

Cadence Design, of San Jose, California automatically route conductors and locate components on a semiconductor chip using well established rules of design as well as libraries of pre stored design modules. Once the design for a semiconductor circuit has been completed, the resultant design, in a standardized electronic format (e.g., Opus, GDSII, or the like) may be transmitted to a

semiconductor fabrication facility or "fab" for fabrication.

[0179] The foregoing description has provided by way of exemplary and non-limiting examples a full and informative description of the exemplary embodiment of this invention.

However, various modifications and adaptations may become apparent to those skilled in the relevant arts in view of the foregoing description, when read in conjunction with the accompanying drawings and the appended claims. However, all such and similar modifications of the teachings of this invention will still fall within the scope of this invention.