CN113453009B - Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum - Google Patents

Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum Download PDF

Info

Publication number
CN113453009B
CN113453009B CN202110753984.0A CN202110753984A CN113453009B CN 113453009 B CN113453009 B CN 113453009B CN 202110753984 A CN202110753984 A CN 202110753984A CN 113453009 B CN113453009 B CN 113453009B
Authority
CN
China
Prior art keywords
point
geometric
node
coordinates
neighbor
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110753984.0A
Other languages
Chinese (zh)
Other versions
CN113453009A (en
Inventor
万帅
陈章
王哲诚
丁晓斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Northwestern Polytechnical University
Original Assignee
Northwestern Polytechnical University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Northwestern Polytechnical University filed Critical Northwestern Polytechnical University
Priority to CN202110753984.0A priority Critical patent/CN113453009B/en
Publication of CN113453009A publication Critical patent/CN113453009A/en
Application granted granted Critical
Publication of CN113453009B publication Critical patent/CN113453009B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/30Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability
    • H04N19/33Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using hierarchical techniques, e.g. scalability in the spatial domain
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/134Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or criterion affecting or controlling the adaptive coding
    • H04N19/154Measured or subjectively estimated visual quality after decoding, e.g. measurement of distortion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/597Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding specially adapted for multi-view video sequence encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/96Tree coding, e.g. quad-tree coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention relates to a point cloud space scalable coding geometric reconstruction method based on minimum fitting plane geometric error, belonging to the technical field of video coding and decoding. And fitting a local plane of the current node by using neighbor node information through a local space formed by each node and 26 neighbor nodes around, constructing a geometric error function according to a point-to-point geometric error measurement principle, and solving a corresponding coordinate value when the geometric error minimum value is solved to serve as a reconstructed geometric coordinate. The problem of the geometric error is great in the space scalable back geometry reconstruction process is solved.

Description

基于拟合平面几何误差最小的点云空间可伸缩编码几何重构 方法Scalable Coding Geometry Reconstruction of Point Cloud Space Based on Minimal Fitting Plane Geometry Error method

技术领域technical field

本发明涉及视频编解码技术领域,尤其涉及一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法。The present invention relates to the technical field of video encoding and decoding, in particular to a point cloud space scalable encoding geometric reconstruction method based on the minimum fitting plane geometric error.

背景技术Background technique

在点云G-PCC编码器框架中,将输入点云进行slice划分后,对slice进行独立编码。在slice中,点云的几何信息和点云中的点所对应的属性信息是分开进行编码的。G-PCC编码器首先对几何信息进行编码。编码器对几何信息进行坐标转换,使点云全都包含在一个bounding box(包围盒)中;然后再进行量化,这一步量化主要起到缩放的作用,由于量化取整,使得一部分点的几何信息相同,根据参数来决定是否移除重复点,将不去除重复点称为几何无损压缩,去除重复点称为几何有损压缩,并量化和移除重复点这一过程又被称为体素化过程。接下来,对bounding box进行基于octree(八叉树)的划分。几何无损压缩和几何有损压缩过程在八叉树划分完成时均存在几何重建过程。In the point cloud G-PCC encoder framework, after dividing the input point cloud into slices, the slices are encoded independently. In the slice, the geometric information of the point cloud and the attribute information corresponding to the points in the point cloud are encoded separately. The G-PCC encoder first encodes geometric information. The encoder performs coordinate conversion on the geometric information, so that all point clouds are contained in a bounding box (bounding box); and then quantized. This step of quantization mainly plays a role in scaling. Due to the rounding of quantization, the geometric information of some points Similarly, according to the parameters to determine whether to remove duplicate points, not removing duplicate points is called geometric lossless compression, removing duplicate points is called geometric lossy compression, and the process of quantizing and removing duplicate points is also called voxelization process. Next, divide the bounding box based on octree (octree). Both the geometric lossless compression and the geometric lossy compression process have a geometric reconstruction process when the octree division is completed.

在点云G-PCC解码器框架中,点云的几何比特流信息和点云中的点所对应的属性比特流是分开进行解码的。G-PCC解码器首先对几何比特流进行解码。解码器对几何比特流进行算术解码,解码出点云的bounding box(包围盒)和基于octree(八叉树)的占位比特(1为非空,0为空);根据编码时八叉树划分层级深度的不同,几何信息的解码又分为基于八叉树和trisoup(triangle soup,三角面片集)的两种框架。In the point cloud G-PCC decoder framework, the geometric bitstream information of the point cloud and the attribute bitstream corresponding to the points in the point cloud are decoded separately. The G-PCC decoder first decodes the geometry bitstream. The decoder performs arithmetic decoding on the geometric bit stream, and decodes the bounding box (bounding box) of the point cloud and the occupancy bits based on the octree (octree) (1 is not empty, 0 is empty); according to the octree when encoding Depending on the depth of the division level, the decoding of geometric information is divided into two frameworks based on octree and trisoup (triangle soup, triangular patch set).

spatial scalability(空间可伸缩)是G-PCC的重要功能,通过解码部分点云比特流信息生成点云缩略图,目前仅作用在基于八叉树几何信息解码框架中。skip Layer(跳过层)为解码端少解码的八叉树层级。如图1所示,八叉树几何编码到了第K层,不进行spatialscalability过程解码时,K层完全解码;进行spatial scalability过程时部分解码,解码到M层结束(M=K–skip Layer)。Spatial scalability (spatial scalability) is an important function of G-PCC. It generates point cloud thumbnails by decoding part of the point cloud bitstream information. Currently, it only works in the octree-based geometric information decoding framework. skip Layer (skip layer) is the octree level that decodes less at the decoder. As shown in Figure 1, the octree geometric encoding reaches the Kth layer. When the spatial scalability process is not used for decoding, the K layer is completely decoded; when the spatial scalability process is performed, it is partially decoded, and the decoding ends at the M layer (M=K–skip Layer).

其功能是通过参数scalable_lifting_enabled_flag控制的。scalable_lifting_enabled_flag=0时,不进行spatial scalability功能;scalable_lifting_enabled_flag=1时,进行spatial scalability功能。Its function is controlled by the parameter scalable_lifting_enabled_flag. When scalable_lifting_enabled_flag=0, the spatial scalability function is not performed; when scalable_lifting_enabled_flag=1, the spatial scalability function is performed.

在基于八叉树的几何信息解码框架中,根据bounding box计算出当前点云在空间中的最大立方盒,再根据占位比特对非空的子立方体继续进行八等分,通常划分得到的叶子结点为1×1×1的单位立方体时停止划分,但是如果解码过程进行Spatial scalability(空间可伸缩)时,则是划分到指定的skip Layer,生成2skipLayer×2skipLayer×2skipLayer的立方体。之后,通过立方体生成几何坐标,对叶子结点为1×1×1的单位立方体,几何坐标为该立方体左前下角的坐标,对叶子结点为2skipLayer×2skipLayer×2skipLayer的单位立方体,几何坐标根据skip Layer的不同,采用不同的重构策略。In the octree-based geometric information decoding framework, the largest cubic box of the current point cloud in space is calculated according to the bounding box, and then the non-empty sub-cube is continued to be divided into eight equal parts according to the occupancy bits, and the obtained leaves are usually divided When the node is a unit cube of 1×1×1, the division is stopped, but if the decoding process performs Spatial scalability (spatial scalability), it is divided into the specified skip Layer to generate a cube of 2 skipLayer × 2 skipLayer × 2 skipLayer . After that, the geometric coordinates are generated through the cube. For the unit cube of 1×1×1 for the leaf node, the geometric coordinate is the coordinate of the left front and lower corner of the cube, and for the unit cube of 2 skipLayer × 2 skipLayer × 2 skipLayer for the leaf node, the geometry The coordinates adopt different reconstruction strategies according to the skip Layer.

目前标准中可伸缩编码几何重构方法是由LG Electronics Inc的Hyejung Hur,Sejin Oh于2020年1月在提案m52315中提出的,被MPEG G-PCC标准(即MPEG-I(ISO/IEC23090)Part 9)接收。该技术方案就是根据skip Layer的层级不同采用不同的重构策略。The geometric reconstruction method of scalable coding in the current standard was proposed by Hyejung Hur and Sejin Oh of LG Electronics Inc in the proposal m52315 in January 2020, and was adopted by the MPEG G-PCC standard (ie, MPEG-I (ISO/IEC23090) Part 9) Receive. The technical solution is to adopt different reconstruction strategies according to the different levels of the skip Layer.

解码端的具体实施描述如下:The specific implementation of the decoder is described as follows:

当skip Layer=1,几何坐标为该立方体左前下角的坐标,如图3.Q点位置;When skip Layer=1, the geometric coordinates are the coordinates of the lower left corner of the cube, as shown in Figure 3.Q point position;

当skip Layer>1,几何坐标为该立方体中心位置的坐标,如图3.P点位置;When skip Layer>1, the geometric coordinates are the coordinates of the center position of the cube, as shown in Figure 3.P point position;

目前该技术是在标准附录C处。Currently the technology is in Appendix C of the standard.

C.3解码的位置移位过程C.3 Position shifting process for decoding

当MinGeomNodeSizeLog2大于1时,进程对当前点云图像的每个slice在基于八叉树的几何信息解码框架操作如下:When MinGeomNodeSizeLog2 is greater than 1, the process operates on the octree-based geometric information decoding framework for each slice of the current point cloud image as follows:

Figure BDA0003146817860000021
Figure BDA0003146817860000021

Figure BDA0003146817860000031
Figure BDA0003146817860000031

MinGeomNodeSizeLog2是当前八叉树最小的结点边长,数值上等于skip Layer;MinGeomNodeSizeLog2 is the minimum node side length of the current octree, which is numerically equal to skip Layer;

PointCount是当前slice在解码到MinGeomNodeSizeLog2层级时结点的总数;PointCount is the total number of nodes when the current slice is decoded to the MinGeomNodeSizeLog2 level;

PointPos[i][0]是当前结点重构几何点的x轴坐标;PointPos[i][0] is the x-axis coordinate of the reconstructed geometric point of the current node;

PointPos[i][1]是当前结点重构几何点的y轴坐标;PointPos[i][1] is the y-axis coordinate of the reconstructed geometric point of the current node;

PointPos[i][2]是当前结点重构几何点的z轴坐标;PointPos[i][2] is the z-axis coordinate of the reconstructed geometric point of the current node;

mask是中间掩码;mask is the middle mask;

PointPos[i][0]PointPos[i][1]PointPos[i][2]的初始值,为当前边长为MinGeomNodeSizeLog2结点立方体左/前/下角的坐标,如图3.Q所示,经过上述代码的移位操作,PointPos[i][0]PointPos[i][1]PointPos[i][2]的值会等于当前结点立方体中心位置的坐标如图3.P点所示。The initial value of PointPos[i][0]PointPos[i][1]PointPos[i][2] is the coordinates of the left/front/bottom corner of the cube whose side length is MinGeomNodeSizeLog2, as shown in Figure 3.Q. After the shift operation of the above code, the value of PointPos[i][0]PointPos[i][1]PointPos[i][2] will be equal to the coordinates of the center position of the current node cube, as shown in Figure 3.P.

目前G-PCC使用如下两种方法衡量该过程几何误差大小。At present, G-PCC uses the following two methods to measure the geometric error of the process.

(1)利用点到点距离表示,点到点几何误差测度计算过程如图5所示,图中黑点(bi)为点云伸缩编解码后生成的点,红点(aj)为原始点云中与其距离最近的点。黑点与红点的坐标之差(E(i,j)=bi-aj)为点对点误差向量。误差向量的长度为点对点的几何误差,即:

Figure BDA0003146817860000032
B为伸缩编码后的稀疏点云,A为原始点云,根据所有点i∈B的点对点距离
Figure BDA0003146817860000033
以NB为点云B中的点数,定义整个点云的点对点误差D1为:(1) Using the point-to-point distance representation, the calculation process of the point-to-point geometric error measurement is shown in Figure 5. The black point (b i ) in the figure is the point generated after point cloud scaling encoding and decoding, and the red point (a j ) is The point closest to it in the original point cloud. The difference between the coordinates of the black point and the red point (E(i,j)=bi - a j ) is a point-to-point error vector. The length of the error vector is the point-to-point geometric error, that is:
Figure BDA0003146817860000032
B is the sparse point cloud after scaling encoding, A is the original point cloud, according to the point-to-point distance of all points i∈B
Figure BDA0003146817860000033
Taking N B as the number of points in point cloud B, define the point-to-point error D1 of the entire point cloud as:

Figure BDA0003146817860000034
Figure BDA0003146817860000034

(2)利用点到平面距离表示,将误差向量E(i,j)沿法向Nj投影,得到一个新的误差向量

Figure BDA0003146817860000036
这样,点对平面误差计算为:(2) Using the point-to-plane distance representation, project the error vector E(i,j) along the normal direction N j to obtain a new error vector
Figure BDA0003146817860000036
Thus, the point-to-plane error is calculated as:

Figure BDA0003146817860000035
Figure BDA0003146817860000035

上述技术中由于仅解码部分几何比特流信息,在边长为skip Layer的结点空间内,通过一个几何点代表结点范围内的所有点,所以进行spatial scalability后几何重构过程是一个有损的过程。In the above technology, only part of the geometric bitstream information is decoded, and in the node space with a side length of skip Layer, a geometric point represents all points within the range of the node, so the geometric reconstruction process after spatial scalability is a lossy process. the process of.

发明内容Contents of the invention

要解决的技术问题technical problem to be solved

为了解决已有空间可伸缩后的几何重构过程,并没有考虑到不同结点内部点分布情况的不同,存在空间可伸缩后几何重构过程中的几何误差较大的问题。本发明提出一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法。In order to solve the geometric reconstruction process after the existing space scaling, the difference in the distribution of internal points of different nodes is not considered, and there is a problem that the geometric error in the geometric reconstruction process after the space scaling is large. The invention proposes a point cloud space scalable coding geometric reconstruction method based on the minimum fitting plane geometric error.

技术方案Technical solutions

一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法,其特征在于:通过每个结点与周围26邻居结点构成的局部空间,利用邻居结点信息拟合当前结点的局部平面,再根据点到点几何误差测度原理,构造几何误差函数,求解几何误差最小值时对应的坐标值作为重构后的几何坐标。A point cloud space scalable coding geometric reconstruction method based on the minimum fitting plane geometric error, characterized in that: through the local space formed by each node and the surrounding 26 neighbor nodes, the information of the neighbor nodes is used to fit the current node The local plane of the point, and then according to the point-to-point geometric error measurement principle, the geometric error function is constructed, and the coordinate value corresponding to the minimum value of the geometric error is obtained as the reconstructed geometric coordinate.

本发明进一步的技术方案为:所述的周围26邻居结点包括6个共面邻居结点,12个共边邻居结点,8个共点邻居结点。The further technical solution of the present invention is: the surrounding 26 neighbor nodes include 6 co-planar neighbor nodes, 12 co-edge neighbor nodes, and 8 co-point neighbor nodes.

本发明进一步的技术方案为:利用邻居结点信息拟合当前结点的局部平面具体为:The further technical solution of the present invention is: use the neighbor node information to fit the local plane of the current node, specifically:

1)K邻居结点平面拟合判断1) Plane fitting judgment of K neighbor nodes

检索当前邻居结点的26邻居情况,设26邻居内存在的邻居数量为:neighNum;Retrieve the 26 neighbors of the current neighbor node, and set the number of neighbors in the 26 neighbors as: neighNum;

Figure BDA0003146817860000041
Figure BDA0003146817860000041

当neighNum≥K时,利用该结点周围26邻居结点内存在的neighNum个结点,计算出距离该结点中心位置坐标最近的K个邻居结点,利用P点坐标、八叉树结点边长octreeSize和邻居所在位置计算出邻居结点中心位置坐标;When neighNum≥K, use the neighNum nodes existing in the 26 neighbor nodes around the node to calculate the K neighbor nodes closest to the coordinates of the center of the node, and use the coordinates of point P and the octree node The side length octreeSize and the location of the neighbors are used to calculate the coordinates of the center of the neighbor node;

2)最小二乘法平面拟合2) Least squares plane fitting

采用最小二乘法平面拟合原理,通过N1~Nk的中心位置坐标进行平面拟合的最终方程为:Using the least square method plane fitting principle, the final equation for plane fitting through the center position coordinates of N1~Nk is:

a0*x+al*y+a2-z=Oa 0 *x+a l *y+a 2 -z=O

Figure BDA0003146817860000051
Figure BDA0003146817860000051

Figure BDA0003146817860000052
Figure BDA0003146817860000052

Figure BDA0003146817860000053
Figure BDA0003146817860000053

其中xi、yi、zi为邻居结点中心位置坐标。Among them, x i , y i , and z i are the coordinates of the center position of the neighbor node.

本发明进一步的技术方案为:其特征在于所述的K值与点云图像平面法向量搜索邻居数相等,可以取1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16。The further technical scheme of the present invention is: it is characterized in that described K value and point cloud image plane normal vector search neighbor number are equal, can take 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16.

本发明进一步的技术方案为:求解几何误差最小值时对应的坐标值作为重构后的几何坐标为:The further technical scheme of the present invention is: when solving the minimum value of the geometric error, the corresponding coordinate values are used as the reconstructed geometric coordinates as:

Figure BDA0003146817860000054
Figure BDA0003146817860000054

Figure BDA0003146817860000055
Figure BDA0003146817860000055

有益效果Beneficial effect

本发明提出的一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法,更加充分的利用了点云的空间相关性,使spatial scalability后几何重构的误差减少。几何信息PSNR表示:与现有技术相比,在相同的码率情况下,本发明方法带来的几何误差比现有技术带来的几何误差减少(PSNR为正值)或增加(PSNR为负值)的数值。A point cloud space scalable encoding geometric reconstruction method based on the minimum fitting plane geometric error proposed by the present invention makes full use of the spatial correlation of the point cloud and reduces the geometric reconstruction error after spatial scalability. The geometric information PSNR represents: compared with the prior art, under the same code rate situation, the geometric error brought by the method of the present invention is reduced (PSNR is a positive value) or increased (PSNR is a negative value) compared with the geometric error brought by the prior art. value).

附图说明Description of drawings

附图仅用于示出具体实施例的目的,而并不认为是对本发明的限制,在整个附图中,相同的参考符号表示相同的部件。The drawings are for the purpose of illustrating specific embodiments only and are not to be considered as limitations of the invention, and like reference numerals refer to like parts throughout the drawings.

图1空间可伸缩示意图;Figure 1 Schematic diagram of space scalability;

图2G-PCC解码器框架图;Figure 2G-PCC decoder frame diagram;

图3可伸缩编码后几何重构方法;Fig. 3 Geometry reconstruction method after scalable coding;

图4本发明在点云G-PCC解码器框架中所处位置示意图;Fig. 4 is a schematic diagram of the position of the present invention in the point cloud G-PCC decoder framework;

图5点到点误差示意图;Figure 5 schematic diagram of point-to-point error;

图6结点及邻居结点中心位置示意图。Figure 6 is a schematic diagram of the center positions of nodes and neighbor nodes.

具体实施方式Detailed ways

为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图和实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本发明,并不用于限定本发明。此外,下面描述的本发明各个实施方式中所涉及到的技术特征只要彼此之间未构成冲突就可以相互组合。In order to make the object, technical solution and advantages of the present invention clearer, the present invention will be further described in detail below in conjunction with the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention, not to limit the present invention. In addition, the technical features involved in the various embodiments of the present invention described below may be combined with each other as long as they do not conflict with each other.

本发明中涉及的名词和术语适用于如下的解释:Nouns and terms involved in the present invention are applicable to the following explanations:

1)点云压缩(Point Cloud Compression,PCC)1) Point Cloud Compression (PCC)

2)基于几何的点云压缩(Geometry-based Point Cloud Compression,G-PCC)2) Geometry-based Point Cloud Compression (G-PCC)

3)片(slice)3) slice (slice)

4)包围盒(bounding box)4) Bounding box (bounding box)

5)八叉树(octree)5) Octree (octree)

6)帧内预测(intra prediction)6) Intra prediction (intra prediction)

7)三角面片集(triangle soup,trisoup)7) Triangle face set (triangle soup, trisoup)

8)基于上下文模型的自适应二进制算术编码(Context-based Adaptive BinaryArithmetic Coding,CABAC)8) Context-based Adaptive Binary Arithmetic Coding (CABAC)

9)块(block)9) block (block)

10)交点(vertex)10) Intersection (vertex)

11)细节层次(Level of Detail,LOD)11) Level of Detail (LOD)

12)区域自适应分层变换(Region Adaptive Hierarchal Transform,RAHT)12) Region Adaptive Hierarchal Transform (RAHT)

13)跳过层(skip Layer)13) skip layer (skip Layer)

14)空间可伸缩(Spatial Scalability)14) Spatial Scalability

15)动态图像专家组(Moving Picture Experts Group,MPEG)15) Moving Picture Experts Group (MPEG)

16)国际标准化组织(International Standardization Organization,ISO)16) International Standardization Organization (ISO)

17)国际电工委员会(International Electrotechnical Commission,IEC)17) International Electrotechnical Commission (IEC)

18)最小几何结点边长的log2对数(Minimum Geometry Node Size Log2,MinGeomNodeSizeLog2)18) The log2 logarithm of the minimum geometry node side length (Minimum Geometry Node Size Log2, MinGeomNodeSizeLog2)

19)直接编码点数(Direct Point Count,DirectPointCount)19) Direct encoding points (Direct Point Count, DirectPointCount)

本发明提出了全新的一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法,通过每个结点与周围26邻居结点构成的局部空间,利用邻居结点信息拟合当前结点的局部平面,再根据点到点几何误差测度原理,构造几何误差函数,求解几何误差最小值时对应的坐标值作为重构后的几何坐标。具体过程如下:The present invention proposes a brand-new point cloud space scalable coding geometric reconstruction method based on the minimum geometric error of the fitting plane, through the local space formed by each node and the surrounding 26 neighbor nodes, using neighbor node information to fit The local plane of the current node, and then according to the point-to-point geometric error measurement principle, construct the geometric error function, and solve the corresponding coordinate value when the geometric error minimum value is used as the reconstructed geometric coordinate. The specific process is as follows:

Nj是点aj的平面法向量,是利用点aj及其邻居点(一共K个点)拟合局部平面的法向量,由于在进行scalable后,在解码端无法获取到点云各个具体的位置信息,无法计算准确的局部平面和平面法向量,所以采用当前结点的邻居占位信息进行局部平面近似拟合,计算该局部平面方程。N j is the plane normal vector of point a j , and it is the normal vector of fitting the local plane by using point a j and its neighbor points (a total of K points). After performing scalable, it is impossible to obtain the specific details of the point cloud at the decoding end. The position information of the current node cannot calculate the accurate local plane and plane normal vector, so the neighbor occupancy information of the current node is used for approximate fitting of the local plane, and the local plane equation is calculated.

1.K邻居结点平面拟合判断1. K neighbor node plane fitting judgment

检索当前邻居结点的26邻居情况,设26邻居内存在的邻居数量为:neighNum;Retrieve the 26 neighbors of the current neighbor node, and set the number of neighbors in the 26 neighbors as: neighNum;

Figure BDA0003146817860000081
Figure BDA0003146817860000081

当neighNum≥K时,利用该结点周围26邻居结点内存在的neighNum个结点,计算出距离该结点中心位置坐标(图6中P点即为结点中心位置)最近的K个邻居结点,利用P点坐标、八叉树结点边长octreeSize和邻居所在位置计算出邻居结点中心位置坐标(图6中N1~Nk即为邻居结点中心位置坐标)。When neighNum≥K, use the neighNum nodes existing in the 26 neighbor nodes around the node to calculate the nearest K neighbors from the coordinates of the center position of the node (point P in Figure 6 is the center position of the node) For the node, use the coordinates of point P, the side length of the octree node octreeSize and the location of the neighbors to calculate the coordinates of the center of the neighbor node (N1-Nk in Figure 6 are the coordinates of the center of the neighbor node).

2.最小二乘法平面拟合2. Least square method plane fitting

采用最小二乘法平面拟合原理,通过N1~Nk的中心位置坐标进行平面拟合。根据最小二乘法平面拟合原理和一般平面公式:The plane fitting principle of the least square method is adopted, and the plane fitting is carried out through the center position coordinates of N1~Nk. According to the plane fitting principle of the least square method and the general plane formula:

z=a0*x+a1*y+a2 z=a 0 *x+a 1 *y+a 2

由最小二乘法知:According to the method of least squares:

S=minΣ[(a0*xi+a1*yi+a2)-2i]2 S=minΣ[(a 0 *x i +a 1 *y i +a 2 )-2 i ] 2

对于上式分别取a0,a1,a2的偏导数:For the above formula, take the partial derivatives of a 0 , a 1 , and a 2 respectively:

Figure BDA0003146817860000082
Figure BDA0003146817860000082

再对上式移位后换算成矩阵形式:Then convert the above formula into a matrix form after shifting:

Figure BDA0003146817860000091
Figure BDA0003146817860000091

再对上式通过克拉默法则求出a0,a1,a2的行列式表达式;Then find out the determinant expression of a 0 , a 1 , a 2 through Cramer's rule for the above formula;

Figure BDA0003146817860000092
Figure BDA0003146817860000092

Figure BDA0003146817860000093
Figure BDA0003146817860000093

Figure BDA0003146817860000094
Figure BDA0003146817860000094

即:采用最小二乘法平面拟合原理,通过N1~Nk的中心位置坐标进行平面拟合的最终方程为:Namely: using the least square method plane fitting principle, the final equation for plane fitting through the center position coordinates of N1~Nk is:

a0*x+al*y+a2-z=Oa 0 *x+a l *y+a 2 -z=O

3.平面拟合后几何重建坐标计算3. Calculation of geometric reconstruction coordinates after plane fitting

由先验条件知,几何重建后的坐标点不能超出结点空间,即选取点坐标点P1(x,y,z)满足以下约束条件:According to the prior condition, the coordinate point after geometric reconstruction cannot exceed the node space, that is, the selected point coordinate point P 1 (x, y, z) satisfies the following constraints:

Figure BDA0003146817860000095
Figure BDA0003146817860000095

(点P1(x,y,z)为满足上述条件的几何坐标,且点P1(x,y,z)在该拟合平面上。)(The point P 1 (x, y, z) is a geometric coordinate satisfying the above conditions, and the point P 1 (x, y, z) is on the fitting plane.)

由点到点误差测度可知,点P1(x,y,z)在局部空间(如图3最大的立方体空间内),点到点几何误差方程:It can be seen from the point-to-point error measure that the point P 1 (x, y, z) is in the local space (as shown in the largest cube space in Figure 3), and the point-to-point geometric error equation is:

Figure BDA0003146817860000101
Figure BDA0003146817860000101

又因为点P1(x,y,z)满足上述的拟合平面方程,即:And because the point P 1 (x, y, z) satisfies the above fitting plane equation, namely:

a0*x+al*y+a2=za 0 *x+a l *y+a 2 =z

所以,上述误差函数等价于:So, the above error function is equivalent to:

Figure BDA00031468178600001010
Figure BDA00031468178600001010

f(x,y)在x方向上的偏导数:The partial derivative of f(x,y) in the x direction:

Figure BDA0003146817860000102
Figure BDA0003146817860000102

Figure BDA0003146817860000103
时,when
Figure BDA0003146817860000103
hour,

Figure BDA0003146817860000104
Figure BDA0003146817860000104

f(x,y)在y方向上的偏导数:The partial derivative of f(x,y) in the y direction:

Figure BDA0003146817860000105
Figure BDA0003146817860000105

Figure BDA0003146817860000106
时,when
Figure BDA0003146817860000106
hour,

Figure BDA0003146817860000107
Figure BDA0003146817860000107

其中,

Figure BDA0003146817860000108
in,
Figure BDA0003146817860000108

上述误差方程的最小值为:The minimum value of the above error equation is:

Figure BDA0003146817860000109
Figure BDA0003146817860000109

又因为also because

z=a0*x+a1*y+a2 z=a 0 *x+a 1 *y+a 2

所以最终的选取点几何坐标为:So the final geometric coordinates of the selected point are:

Figure BDA0003146817860000111
Figure BDA0003146817860000111

该数值为上述几何误差方程最小值解。This value is the minimum solution of the above geometric error equation.

以下对比了skip Layer=3不同跳过层时的情况。The following compares the situation when skip Layer=3 different skip layers.

D1-PSNR计算方式如下:D1-PSNR is calculated as follows:

Figure BDA0003146817860000112
Figure BDA0003146817860000112

D2-PSNR计算方式如下:D2-PSNR is calculated as follows:

Figure BDA0003146817860000113
Figure BDA0003146817860000113

(式中,p为表中定义的每个参考点云的峰值恒定值,由点云序列确定,如表2.加粗部分所示。)(In the formula, p is the peak constant value of each reference point cloud defined in the table, which is determined by the point cloud sequence, as shown in the bold part of Table 2.)

表1.几何信息PSNRTable 1. Geometric Information PSNR

Figure BDA0003146817860000114
Figure BDA0003146817860000114

Figure BDA0003146817860000121
Figure BDA0003146817860000121

表2.点云序列峰值恒定值Table 2. Point cloud sequence peak constant value

Figure BDA0003146817860000122
Figure BDA0003146817860000122

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明公开的技术范围内,可轻易想到各种等效的修改或替换,这些修改或替换都应涵盖在本发明的保护范围之内。The above is only a specific embodiment of the present invention, but the protection scope of the present invention is not limited thereto. Any person familiar with the technical field can easily think of various equivalents within the technical scope disclosed by the present invention. Modifications or replacements shall all fall within the protection scope of the present invention.

Claims (1)

1.一种基于拟合平面几何误差最小的点云空间可伸缩编码几何重构方法,其特征在于:1. A point cloud space scalable encoding geometric reconstruction method based on fitting plane geometric error minimum, is characterized in that: 步骤1:通过每个结点与周围26邻居结点构成的局部空间,所述的周围26邻居结点包括6个共面邻居结点,12个共边邻居结点,8个共点邻居结点;Step 1: Through the local space formed by each node and the surrounding 26 neighbor nodes, the surrounding 26 neighbor nodes include 6 co-planar neighbor nodes, 12 co-edge neighbor nodes, and 8 co-point neighbor nodes point; 步骤2:利用邻居结点信息拟合当前结点的局部平面:Step 2: Use the neighbor node information to fit the local plane of the current node: 1)K邻居结点平面拟合判断1) Plane fitting judgment of K neighbor nodes 检索当前结点的26邻居情况,设26邻居内存在的邻居数量为:neighNum;Retrieve the 26 neighbors of the current node, and set the number of neighbors in the 26 neighbors as: neighNum;
Figure FDA0003942121940000011
Figure FDA0003942121940000011
当neighNum≥K时,利用该结点周围26邻居结点内存在的neighNum个结点,计算出距离该结点中心位置坐标最近的K个邻居结点,所述的K值与点云图像平面法向量搜索邻居数相等,K值取1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16中任意一个;利用P点坐标、八叉树结点边长octreeSize和邻居所在位置计算出邻居结点中心位置坐标;所述的P点坐标为当前结点中心位置坐标;When neighNum≥K, use the neighNum nodes that exist in the 26 neighbor nodes around the node to calculate the K neighbor nodes closest to the center position coordinates of the node, the K value and the point cloud image plane The normal vector searches for the same number of neighbors, and the value of K is any one of 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16; use the coordinates of point P, The octree node side length octreeSize and the position of the neighbor calculate the coordinates of the center position of the neighbor node; the coordinates of the P point are the coordinates of the center position of the current node; 2)最小二乘法平面拟合2) Least squares plane fitting 采用最小二乘法平面拟合原理,通过N1~Nk的中心位置坐标进行平面拟合的最终方程为:Using the least square method plane fitting principle, the final equation for plane fitting through the center position coordinates of N1~Nk is: a0*x+a1*y+a2-z=0a 0 *x+a 1 *y+a 2 -z=0
Figure FDA0003942121940000012
Figure FDA0003942121940000012
Figure FDA0003942121940000021
Figure FDA0003942121940000021
Figure FDA0003942121940000022
Figure FDA0003942121940000022
其中xi、yi、zi为邻居结点中心位置坐标;Among them, x i , y i , z i are the coordinates of the center position of the neighbor node; 步骤3:再根据点到点几何误差测度原理,构造几何误差函数,求解几何误差最小值时对应的坐标值作为重构后的几何坐标:Step 3: According to the point-to-point geometric error measurement principle, construct the geometric error function, and solve the coordinate value corresponding to the minimum value of the geometric error as the reconstructed geometric coordinate:
Figure FDA0003942121940000023
Figure FDA0003942121940000023
Figure FDA0003942121940000024
Figure FDA0003942121940000024
CN202110753984.0A 2021-07-04 2021-07-04 Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum Active CN113453009B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110753984.0A CN113453009B (en) 2021-07-04 2021-07-04 Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110753984.0A CN113453009B (en) 2021-07-04 2021-07-04 Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum

Publications (2)

Publication Number Publication Date
CN113453009A CN113453009A (en) 2021-09-28
CN113453009B true CN113453009B (en) 2023-02-14

Family

ID=77814977

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110753984.0A Active CN113453009B (en) 2021-07-04 2021-07-04 Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum

Country Status (1)

Country Link
CN (1) CN113453009B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4258214A1 (en) * 2022-04-07 2023-10-11 Beijing Xiaomi Mobile Software Co., Ltd. Methods and apparatus for coding a vertex position for a point cloud, and data stream including the vertex position

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702237A (en) * 2009-11-10 2010-05-05 南京大学 A Horizontal Fitting Method Based on Quadratic Error Measure
CN107016725A (en) * 2017-02-27 2017-08-04 电子科技大学 A kind of vegetation three-dimensional live modeling method for taking LiDAR point cloud data distribution difference into account
CN107687816A (en) * 2017-08-22 2018-02-13 大连理工大学 A kind of measuring method based on point cloud local feature extraction fit-up gap
CN112270746A (en) * 2020-11-06 2021-01-26 太原科技大学 Alloy 3D printing point cloud reduction algorithm based on neighborhood covariance feature parameter threshold
CN112381884A (en) * 2020-11-12 2021-02-19 北京航空航天大学 RGBD camera-based space circular target pose measurement method
CN112565764A (en) * 2020-12-03 2021-03-26 西安电子科技大学 Point cloud geometric information interframe coding and decoding method
CN112637608A (en) * 2020-12-18 2021-04-09 南京邮电大学 Compression ratio distortion optimization method and device for dynamic point cloud geometric information
CN113014903A (en) * 2021-03-15 2021-06-22 北京大学深圳研究生院 Point cloud neighbor determination, point cloud prediction, point cloud encoding, point cloud decoding methods and devices

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11223836B2 (en) * 2019-12-02 2022-01-11 Tencent America LLC Method and apparatus for point cloud coding

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702237A (en) * 2009-11-10 2010-05-05 南京大学 A Horizontal Fitting Method Based on Quadratic Error Measure
CN107016725A (en) * 2017-02-27 2017-08-04 电子科技大学 A kind of vegetation three-dimensional live modeling method for taking LiDAR point cloud data distribution difference into account
CN107687816A (en) * 2017-08-22 2018-02-13 大连理工大学 A kind of measuring method based on point cloud local feature extraction fit-up gap
CN112270746A (en) * 2020-11-06 2021-01-26 太原科技大学 Alloy 3D printing point cloud reduction algorithm based on neighborhood covariance feature parameter threshold
CN112381884A (en) * 2020-11-12 2021-02-19 北京航空航天大学 RGBD camera-based space circular target pose measurement method
CN112565764A (en) * 2020-12-03 2021-03-26 西安电子科技大学 Point cloud geometric information interframe coding and decoding method
CN112637608A (en) * 2020-12-18 2021-04-09 南京邮电大学 Compression ratio distortion optimization method and device for dynamic point cloud geometric information
CN113014903A (en) * 2021-03-15 2021-06-22 北京大学深圳研究生院 Point cloud neighbor determination, point cloud prediction, point cloud encoding, point cloud decoding methods and devices

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
Lei Wei,et al..Weighted Attribute Prediction Based on Morton Code for Point Cloud Compression.《2020 IEEE International Conference on Multimedia & Expo Workshops (ICMEW)》.2020, *
Sebastian Schwarz,et al..Emerging MPEG Standards for Point Cloud Compression.《 IEEE Journal on Emerging and Selected Topics in Circuits and Systems ( Volume: 9, Issue: 1, March 2019)》.2018, *
Zhang Chen..CuFusion2: Accurate and Denoised Volumetric 3D Object Reconstruction Using Depth Cameras.《IEEE Access ( Volume: 7)》.2019, *
卞玉霞..序列图像三维点云重建的不确定研究.《中国优秀博士学位论文全文数据库(电子期刊)》.2019, *
段志鑫..三维激光扫描数据精简、表面重构方法及应用研究.《中国优秀硕士学位论文全文数据库(电子期刊)》.2019, *
魏磊,万帅等..面向点云无损压缩的快速细节层次优化方法.《西安交通大学学报》.2021, *

Also Published As

Publication number Publication date
CN113453009A (en) 2021-09-28

Similar Documents

Publication Publication Date Title
WO2022042538A1 (en) Block-based point cloud geometric inter-frame prediction method and decoding method
TWI655859B (en) Method and device for entropy coding video and method and device for entropy decoding video
KR102499355B1 (en) A shape-adaptive model-based codec for lossy and lossless image compression
WO2021062743A1 (en) Occupancy information prediction method, encoder, decoder, and storage medium
TWI653876B (en) Apparatus for decoding video, method and apparatus for encoding video, and non-transitory computer recordable medium
TWI640191B (en) Apparatus of decoding video
WO2021000205A1 (en) Transform method, inverse transform method, coder, decoder and storage medium
CN101854548B (en) Wireless multimedia sensor network-oriented video compression method
US12217465B2 (en) Method and apparatus for point cloud coding
US11936850B2 (en) Methods for intra prediction, and encoder
CN118974772A (en) Re-meshing for efficient compression
EP4087240A1 (en) Intra prediction method, encoder, decoder, and storage medium
CN113453009B (en) Point cloud space scalable coding geometric reconstruction method based on fitting plane geometric error minimum
US20220232253A1 (en) Method and apparatus for point cloud coding
CN113542756B (en) Point cloud space scalable coding geometric reconstruction method based on plane fitting center coordinate projection
CN114009014B (en) Color component prediction method, encoder, decoder and computer storage medium
TW202141989A (en) Intra prediction method, device, encoder, decoder, and storage medium
WO2022170511A1 (en) Point cloud decoding method, decoder, and computer storage medium
WO2022170521A1 (en) Geometry reconstruction method, decoder and computer storage medium
US20220327746A1 (en) Method for constructing morton codes, encoder, decoder, and storage medium
WO2024187380A1 (en) Encoding method, decoding method, code stream, encoder, decoder and storage medium
CN104519356B (en) A kind of CABAC coding/decoding method
WO2024207235A1 (en) Encoding/decoding method, bitstream, encoder, decoder, and storage medium
WO2024212038A1 (en) Encoding method, decoding method, code stream, encoder, decoder, and storage medium
CN115643415A (en) Point cloud geometric information motion estimation method, system, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant