WO2019114023A1 - Fourier-graph-transform-based point cloud intraframe coding method and apparatus - Google Patents

Fourier-graph-transform-based point cloud intraframe coding method and apparatus Download PDF

Info

Publication number
WO2019114023A1
WO2019114023A1 PCT/CN2017/117856 CN2017117856W WO2019114023A1 WO 2019114023 A1 WO2019114023 A1 WO 2019114023A1 CN 2017117856 W CN2017117856 W CN 2017117856W WO 2019114023 A1 WO2019114023 A1 WO 2019114023A1
Authority
WO
WIPO (PCT)
Prior art keywords
point cloud
module
submodule
voxel
matrix
Prior art date
Application number
PCT/CN2017/117856
Other languages
French (fr)
Chinese (zh)
Inventor
马思伟
徐逸群
王苫社
李俊儒
胡玮
Original Assignee
北京大学
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 北京大学 filed Critical 北京大学
Publication of WO2019114023A1 publication Critical patent/WO2019114023A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/004Predictors, e.g. intraframe, interframe coding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation

Definitions

  • the invention relates to the field of point cloud digital signal processing, in particular to a point cloud intraframe coding method and device based on Fourier transform.
  • 3D point cloud is a more efficient data representation, which consists of a large number of three-dimensional unordered points, each of which includes position information (X, Y, Z) and several attribute information. (color, normal vector, etc.).
  • position information X, Y, Z
  • attribute information color, normal vector, etc.
  • point cloud compression technology including: MPEG (Moving Pictures Experts Group/Motion Pictures Experts Group) in the following document 1 established working group 3DG, standardized preparation for point cloud compression, and MP3DG-PCC point cloud coding software was introduced; a region-adaptive hierarchical transformation method (RAHT) proposed in the following literature 2, based on the idea of wavelet, performs multi-layer decomposition coding on point cloud color attributes; In this paper, a point cloud coding method based on Fourier transform is proposed. For the 3D point cloud, the graph model is constructed, and each 3D point is regarded as a node in the graph, and the color information is abstracted as a signal above the node.
  • RAHT region-adaptive hierarchical transformation method
  • Document 1 "Draft call for proposals for point cloud compression," in ISO/IECJTC1/SC29/WG11 (MPEG) output document N16538, Oct.2016.
  • the present invention provides a point cloud intraframe coding method and apparatus based on Fourier transform.
  • the present invention provides a point cloud intraframe coding method based on Fourier transform, comprising:
  • Step S1 performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels
  • Step S2 clustering the plurality of point cloud voxels to obtain a plurality of point cloud voxel sets
  • Step S3 performing a Fourier graph transformation based on the main direction weights on the plurality of point cloud voxel sets respectively;
  • Step S4 performing uniform quantization and arithmetic coding on the transformed set of point cloud voxels to generate a corresponding code stream.
  • the step S1 is specifically: performing voxelization on the original three-dimensional point cloud to obtain coordinates and attribute information of the plurality of point cloud voxels and each point cloud voxel;
  • step S2 includes:
  • Step S2-1 predicting the number of point cloud voxel sets according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set;
  • Step S2-2 According to the predicted number of point cloud voxel sets and the coordinates of each point, the plurality of point cloud voxels are clustered by a K-means algorithm to obtain a corresponding number of point cloud voxel sets.
  • step S3 specifically includes:
  • Step S3-1 arbitrarily selecting one point cloud body element set in the plurality of point cloud body element sets, and determining a first adjacent point cloud body element set of any point cloud body element in the selected point cloud body element set;
  • Step S3-2 respectively determining a second set of neighboring cloud cloud elements of each point cloud voxel in the first adjacent point cloud meta-set;
  • Step S3-3 According to the K-proximity algorithm, find a preset number of neighbors of the any point cloud voxel in the first adjacent point cloud voxel set to form a first neighborhood, and in each second phase A neighboring cloud body element set respectively finds a preset number of neighbors of each point cloud body element in the first adjacent point cloud cloud element set, and constitutes a corresponding second neighborhood;
  • Step S3-4 calculating a main direction vector of the first neighborhood and each of the second neighborhoods, and calculating a weight between any two main direction vectors to form a weight matrix;
  • Step S3-5 transforming the weight matrix to obtain a Fourier transform coefficient
  • Step S3-6 transform attribute information of the selected point cloud voxel set according to the Fourier transform coefficient
  • Step S3-7 The above operation is repeatedly performed until the processing of the plurality of point cloud voxel sets is completed.
  • step S3-4 includes:
  • Step S3-4-1 calculating the covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and forming each covariance matrix for the respective coordination
  • the variance matrix performs eigenvalue decomposition to obtain each feature vector, and the feature vectors are used as corresponding main direction vectors of each neighborhood;
  • Step S3-4-2 Calculate a sine value of an angle between any two main direction vectors, calculate a weight between the corresponding two main direction vectors according to the sine value, and form a weight matrix.
  • step S3-5 includes:
  • Step S3-5-1 adding each element in each row of the weight matrix to obtain each calculation result
  • Step S3-5-2 forming each of the calculation results as a diagonal element constituting degree matrix
  • Step S3-5-3 calculating the weight matrix and the degree matrix to obtain a Laplacian matrix
  • Step S3-5-4 Calculate the feature vector of the Laplacian matrix, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
  • the present invention provides a point cloud intraframe coding apparatus based on Fourier transform, comprising:
  • a voxelization module for performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels
  • a clustering module configured by the plurality of point cloud voxels obtained by the voxelization module to obtain a plurality of point cloud voxel sets
  • a transform module configured to respectively perform a Fourier graph transformation based on a primary direction weight on the plurality of point cloud voxel sets obtained by the clustering module;
  • a generating module configured to perform uniform quantization and arithmetic coding on each set of point cloud meta-elements transformed by the transform module, to generate a corresponding code stream.
  • the voxelization module is specifically configured to: perform voxelization on the original three-dimensional point cloud, and obtain coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
  • the clustering module specifically includes: a prediction submodule and a clustering submodule;
  • the prediction submodule is configured to predict the number of point cloud voxel sets according to the number of point cloud voxels obtained by the voxelization module and the average number of points of the preset point cloud voxel set;
  • the clustering sub-module is configured to: according to the number of point cloud voxel sets predicted by the prediction sub-module and the coordinates of each point obtained by the voxelization module, the plurality of point clouds by a K-means algorithm The voxels are clustered to obtain a corresponding number of point cloud voxel sets.
  • the transformation module specifically includes: a selection submodule, a first determining submodule, a second determining submodule, a constituent submodule, a first computing submodule, a second computing submodule, a first transform submodule, and a second transform submodule;
  • the selecting sub-module is configured to arbitrarily select one set of point cloud body elements in the plurality of point cloud voxel sets obtained by the clustering module;
  • the first determining sub-module is configured to determine a first neighboring point cloud body element set of any point cloud body element in the point cloud body element set selected by the selecting sub-module;
  • the second determining submodule is configured to determine a second neighboring point of each point cloud voxel in the first neighboring point cloud meta-set determined by the first determining sub-module;
  • the constructing submodule is configured to find, according to the K proximity algorithm, a preset number of neighbors of the any point cloud body element in the first neighboring point cloud body element set determined by the first determining submodule, and form a first a neighborhood, and respectively determining, in each second neighboring point cloud meta-set determined by the second determining sub-module, a preset of each point cloud voxel in the first adjacent point cloud meta-collection The number of neighbors constitutes the corresponding second neighborhoods;
  • the first calculation submodule is configured to use a primary direction vector of the first neighborhood and each second neighborhood formed by the constituent submodules;
  • the second calculation submodule is configured to calculate a weight between any two main direction vectors obtained by the first calculation submodule, and constitute a weight matrix
  • the first transform submodule is configured to transform a weight matrix formed by the second calculating submodule to obtain a Fourier transform coefficient
  • the second transform submodule is configured to transform, according to a Fourier transform coefficient obtained by the first transform submodule, attribute information of a set of point cloud voxels selected by the selected submodule.
  • the first calculating sub-module is specifically configured to: calculate covariance between any two point cloud voxels in each neighborhood according to coordinates of each point cloud voxel in each neighborhood, and form a co-coordination a variance matrix, performing eigenvalue decomposition on each covariance matrix to obtain each feature vector, and using each feature vector as a main direction vector of each corresponding neighborhood;
  • the second calculating sub-module is specifically configured to: calculate a sine value of an angle between any two main direction vectors, calculate a weight between the corresponding two main direction vectors according to the sine value, and form Weight matrix.
  • the first transform submodule specifically includes: a first calculating unit, a forming unit, a second calculating unit, and a third calculating unit;
  • the first calculating unit is configured to add each element in each row of the weight matrix obtained by the second calculating submodule to obtain each calculation result;
  • the structuring unit is configured to use each calculation result obtained by the first calculating unit as a diagonal element constituting degree matrix
  • the second calculating unit is configured to calculate a weight matrix obtained by the second calculating submodule and a degree matrix obtained by the forming unit to obtain a Laplacian matrix;
  • the third calculating unit is configured to calculate a feature vector of the Laplacian matrix obtained by the second calculating unit, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
  • the overall point cloud is divided into a plurality of point cloud meta-collections (ie, sub-point clouds), and for each point The cloud element set is independent of the composition, which reduces the complexity of the composition; at the same time, each point cloud voxel set is independently coded.
  • the positional distribution of the point cloud is considered in the present invention, so that in each class The point cloud distribution is more uniform and compact.
  • the weight assignment based on the neighborhood main direction vector is performed, and the local similarity feature is fully utilized in the present invention compared to the discrete weight assignment based on the Euclidean distance, which can more fully express the point-to-point relationship. Relevance.
  • the Fourier transform based on the principal direction similarity is more robust, and the influence of unrelated factors such as noise can be reduced compared to the Fourier transform of the point-to-point feature.
  • FIG. 1 is a flowchart of a method for encoding a point cloud intraframe based on Fourier transform according to the present invention
  • FIG. 2 is a schematic view showing an angle between an adjacent main direction vector and an Euclidean distance according to the present invention
  • FIG. 3 is a schematic diagram of an application example of a point cloud intraframe coding method based on Fourier transform according to the present invention
  • FIG. 5 is a block diagram of a module of a point cloud intraframe coding apparatus based on Fourier transform according to the present invention.
  • a point cloud intra-frame coding method based on Fourier transform is provided. As shown in FIG. 1, the method includes:
  • Step 101 performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels
  • a three-dimensional grid of a preset size is constructed, and the original three-dimensional point cloud is placed in the constructed three-dimensional grid to obtain coordinates of each point, and the three-dimensional grid containing the points is used as a point cloud voxel to obtain multiple points.
  • the coordinates and attribute information of the cloud element and each point cloud element is taken as an example in the present invention.
  • the coordinates of the point cloud body element are specifically the coordinates of the center point of each point in the point cloud body element; the color information of the point cloud body element, specifically the color of each point in the point cloud body element The average of the information.
  • the original three-dimensional point cloud may be voxelized by using an octree method or the like to obtain a plurality of point cloud voxels, which are not detailed in the present invention.
  • Step 102 Clustering the obtained plurality of point cloud voxels to obtain a plurality of point cloud voxel sets
  • step 102 specifically includes:
  • Step 102-1 predict the number of point cloud voxel sets according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set;
  • the number of point cloud voxel sets is predicted by the following formula 1;
  • K N/n, where K is the number of predicted point cloud voxel sets, N is the number of point cloud voxels, and n is the average number of points cloud voxel sets (ie, point cloud voxel sets) The number of midpoint cloud voxels).
  • n is only the number of point cloud voxels in the set of point cloud voxels, which is used to predict the number of point cloud voxel sets, and the number of point cloud voxels in the cluster of point cloud voxels obtained by clustering. Not necessarily n.
  • Step 102-2 According to the predicted number of point cloud voxel sets and the coordinates of each point cloud voxel, cluster the obtained plurality of point cloud voxels by K-means algorithm to obtain a corresponding number of point cloud voxels. set.
  • Step 103 Perform a Fourier graph transformation based on the main direction weights on the obtained plurality of point cloud voxel sets respectively.
  • step 103 includes:
  • Step 103-1 arbitrarily select one point cloud body element set in the obtained plurality of point cloud body element sets, and determine a first adjacent point cloud body element set of any point cloud body element in the selected point cloud body element set;
  • the point cloud element i in the point cloud body element set is taken as the center, and the adjacent area of the cloud element i is fixed by the preset length as the radius, and each point cloud element in the adjacent area is defined. That is, the first adjacent point cloud meta-collection of the point cloud element i.
  • the preset length can be set according to the needs.
  • Step 103-2 respectively determining a second adjacent point cloud element set of each point cloud body element in the first adjacent point cloud body element set;
  • each point cloud element j in the first adjacent point cloud element set is centered, and each point cloud element j in the first adjacent point cloud element set is delimited by a preset length In the adjacent area, each point cloud element f located in the circled adjacent area is the second adjacent point cloud element set of the corresponding point cloud element j.
  • Step 103-3 According to the K proximity algorithm, find a preset number of neighbors of the any point cloud body element in the first adjacent point cloud body element set to form a first neighborhood, and at each second adjacent point. A preset number of neighbors of the point cloud voxels in the corresponding first neighboring point cloud meta-collections are respectively found in the cloud meta-collection, and the corresponding second neighbor domains are formed;
  • the preset number can be set according to the needs.
  • Step 103-4 Calculate a primary direction vector of the first neighborhood and each second neighborhood, and calculate a weight between any two main direction vectors to form a weight matrix;
  • step 103-4 specifically includes:
  • Step 103-4-1 Calculate the covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and form each covariance matrix for each covariance matrix. Performing eigenvalue decomposition to obtain each feature vector, and taking each feature vector as a main direction vector of each corresponding neighborhood;
  • Step 103-4-2 Calculate the sine value of the angle between any two main direction vectors, calculate the weight between the corresponding two main direction vectors according to the sine value, and form a weight matrix.
  • the weight between the corresponding two main direction vectors is calculated according to the sine value, specifically: according to the sine value, the weight between the corresponding two main direction vectors is calculated by the following formula 2;
  • W ij is the weight between the main direction vectors of the neighborhood where the neighboring point cloud elements i and j are located
  • is the angle between the main direction vectors of the neighboring point cloud element i and the neighborhood where j is located
  • is In order to find the optimal value of W ij , set the adjustment variable by yourself.
  • FIG. 2 a schematic diagram of the angle between the main direction vectors of the neighborhoods of two adjacent point cloud elements i and j is given, as shown in FIG. 2; It is indicated and not used for limitation.
  • Step 103-5 Transform the obtained weight matrix to obtain a Fourier transform coefficient
  • the step 103-5 specifically includes:
  • Step 103-5-1 adding each element in each row of the weight matrix to obtain each calculation result
  • Step 103-5-2 The calculation result is used as a diagonal element to form a degree matrix
  • each calculation result is taken as a diagonal element, and other elements are filled with 0 to form a degree matrix.
  • Step 103-5-3 Calculating the weight matrix and the degree matrix to obtain a Laplacian matrix
  • the weight matrix and the degree matrix are calculated according to the following formula 3 to obtain a Laplacian matrix
  • Step 103-5-4 Calculate the eigenvectors of the Laplacian matrix, and form the matrix of the calculated eigenvectors to obtain Fourier transform coefficients.
  • Step 103-6 Transform attribute information of the selected point cloud voxel set according to the obtained Fourier transform coefficient
  • the attribute information of the selected point cloud voxel set is transformed according to the obtained Fourier transform coefficient by the following formula 4;
  • T is the result of the transformation
  • Q is the attribute vector of the selected set of point cloud voxels.
  • color is taken as an example for description.
  • the color of the selected set of point cloud voxels is organized into three m*1 column vectors (Y component, U component, and V component, respectively), and the Y component is For example, according to the formula 4, the Y component is transformed, then
  • Step 103-7 Repeat the above operation until the obtained plurality of point cloud voxel sets are processed.
  • Step 104 Perform uniform quantization and arithmetic coding on the transformed set of point cloud voxels to generate a corresponding code stream.
  • the point cloud data is clustered, and the whole point cloud is divided into a plurality of point cloud body element sets (ie, a sub-point cloud); and then, for each point cloud body element set Using the distance as the standard, the neighboring points are screened out, the point cloud distribution information is fully utilized, the point cloud is clustered, and each point cloud body element set is independently composed, which reduces the composition complexity.
  • the main direction similarity in the neighborhood of adjacent points is used to assign values to the edges between the two points, and the features of the points and their neighborhoods are fully utilized, and the weight matrix is modified to improve the overall coding effect.
  • the method using the present invention (corresponding to OURS in FIG. 4) and the existing methods RAHT, DCT, MP3DG-PCC are respectively given names.
  • the axis PSNR-Y (dB) is the peak signal to noise ratio.
  • a point cloud intra-frame coding apparatus based on Fourier transform is provided. As shown in FIG. 4, the method includes:
  • the voxelization module 201 is configured to perform voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
  • the clustering module 202 is configured to cluster a plurality of point cloud voxels obtained by the voxelization module 201 to obtain a plurality of point cloud voxel sets;
  • the transforming module 203 is configured to perform a Fourier graph transform based on the main direction weights on the plurality of point cloud voxel sets obtained by the clustering module 202, respectively;
  • the generating module 204 is configured to perform uniform quantization and arithmetic coding on each set of point cloud meta-contracts transformed by the transform module 203 to generate a corresponding code stream.
  • the voxelization module 201 is specifically configured to: perform voxelization on the original three-dimensional point cloud, and obtain coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
  • the clustering module 202 specifically includes: a prediction submodule and a clustering submodule, wherein:
  • a prediction submodule configured to predict, according to the number of point cloud voxels obtained by the voxelization module 201 and the average number of points of the preset point cloud voxel set, the number of point cloud voxel sets;
  • the clustering sub-module is configured to obtain, according to the number of the point cloud voxel set predicted by the prediction sub-module and the coordinates of each point cloud voxel obtained by the voxelization module 201, the K-means algorithm obtains the voxelization module 201 The point cloud voxels are clustered to obtain a corresponding number of point cloud voxel sets.
  • the prediction submodule is configured to predict the number of point cloud voxel sets according to the number of point cloud voxels obtained by the voxelization module 201 and the average number of points of the preset point cloud voxel set by the following formula 1. ;
  • K N/n, where K is the number of predicted point cloud voxel sets, N is the number of point cloud voxels, and n is the average number of points cloud voxel sets (ie, point cloud voxel sets) The number of midpoint cloud voxels).
  • the transformation module 203 specifically includes: a selection submodule, a first determining submodule, a second determining submodule, a constituent submodule, a first computing submodule, a second computing submodule, and a first transform Module and second transform submodule, wherein:
  • the sub-module is selected to arbitrarily select one set of point cloud voxels in the plurality of point cloud voxel sets obtained by the clustering module 202;
  • a first determining sub-module configured to determine a first neighboring point cloud body element set of any point cloud body element in the set of point cloud body elements selected by the sub-module;
  • the first determining sub-module is specifically configured to: select any point cloud element i in the set of point cloud body elements selected by the sub-module as a center, and set a point cloud element i with a preset length as a radius In the adjacent area, each point cloud element j located in the circled adjacent area is the first adjacent point cloud element set of the point cloud element i.
  • a second determining submodule configured to determine a second adjacent point of each point cloud voxel in the first adjacent point cloud meta-set determined by the first determining sub-module
  • the second determining sub-module is specifically configured to: respectively, each point cloud element j in the first adjacent point cloud element set obtained by the first determining sub-module is a center of the circle, and the preset length is The radius encircles the adjacent region of each point cloud element j in the first adjacent point cloud body element set, and each point cloud body element f located in the circled adjacent area is the corresponding point cloud element element j Two adjacent point cloud meta-collections.
  • a sub-module configured to find a preset number of neighbors of the any point cloud meta-weight in the first adjacent point cloud meta-set determined by the first determining sub-module according to the K-proximity algorithm, to form a first neighborhood, And respectively finding a preset number of neighbors of each point cloud body element in the corresponding first neighboring point cloud body element set in each second neighboring point cloud body element set determined by the second determining sub-module, and forming corresponding corresponding Second neighborhood;
  • the preset number can be set according to the needs.
  • a first calculation submodule configured to calculate a primary direction vector of the first neighborhood and each second neighborhood formed by the submodule
  • the first calculation sub-module is specifically configured to: calculate covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and form a co-coordination a variance matrix, performing eigenvalue decomposition on each covariance matrix to obtain each feature vector, and using each feature vector as a main direction vector of each corresponding neighborhood;
  • a second calculation sub-module configured to calculate a weight between any two main direction vectors obtained by the first calculation sub-module, to form a weight matrix
  • the second calculation sub-module is specifically configured to: calculate a sine value of an angle between any two main direction vectors obtained by the first calculation sub-module, and calculate a corresponding two main direction vectors according to the sine value.
  • the second calculation submodule is configured to calculate the weight between the corresponding two main direction vectors according to the sine value by using the following formula 2;
  • W ij is the weight between the main direction vectors of the neighborhood where the neighboring point cloud elements i and j are located
  • is the angle between the main direction vectors of the neighboring point cloud element i and the neighborhood where j is located
  • is In order to find the optimal value of W ij , set the adjustment variable by yourself.
  • a first transform submodule configured to transform a weight matrix formed by the second computation submodule to obtain a Fourier transform coefficient
  • a second transform submodule configured to transform attribute information of the set of point cloud voxels selected by the submodule according to the Fourier transform coefficients obtained by the first transform submodule.
  • the first transform submodule specifically includes: a first calculating unit, a constituting unit, a second calculating unit, and a third calculating unit, where:
  • a first calculating unit configured to add each element in each row of the weight matrix obtained by the second calculating sub-module to obtain each calculation result
  • a constituting unit configured to use each calculation result obtained by the first calculation unit as a diagonal element constituting degree matrix
  • a second calculating unit configured to calculate a weight matrix obtained by the second calculating sub-module and a degree matrix obtained by the forming unit to obtain a Laplacian matrix
  • the second calculating unit is specifically configured to: calculate a weight matrix obtained by the second calculating sub-module and a degree matrix obtained by the constituent unit, and calculate a Laplacian matrix according to the following formula 3;
  • a third calculating unit configured to calculate a feature vector of the Laplacian matrix obtained by the second calculating unit, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
  • the second transform sub-module is specifically configured to: according to the Fourier transform coefficient obtained by the first transform sub-module, perform attribute information of the set of point cloud meta-sets selected by the selected sub-module by using the following formula 4 Transform
  • T is the result of the transformation
  • Q is the attribute vector of the selected set of point cloud voxels.
  • the overall point cloud is divided into a plurality of point cloud meta-collections (ie, sub-point clouds), and for each point The cloud element set is independently coded.
  • the position distribution of the point cloud is considered in the present invention, so that the point cloud distribution in each class is more uniform and compact.
  • the weight assignment based on the neighborhood main direction vector is performed, and the local similarity feature is fully utilized in the present invention compared to the discrete weight assignment based on the Euclidean distance, which can more fully express the point-to-point relationship. Relevance.
  • the Fourier transform based on the principal direction similarity is more robust, and the influence of unrelated factors such as noise can be reduced compared to the Fourier transform of the point-to-point feature.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Graphics (AREA)
  • Geometry (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Image Analysis (AREA)

Abstract

A Fourier-graph-transform-based point cloud intraframe coding method and apparatus, which belong to the field of point cloud digital signal processing. The method comprises: performing voxelization on an original three-dimensional point cloud so as to obtain multiple point cloud voxels (101); clustering the obtained multiple point cloud voxels so as to obtain multiple point cloud voxel sets (102); performing main-direction-weight-based Fourier graph transform on the multiple point cloud voxel sets, respectively (103); and performing uniform quantization and arithmetic coding on each of the transformed point cloud voxel sets so as to generate a corresponding code stream (104). In the method, each of the point cloud voxel sets obtained by means of clustering is subjected to independent graph construction, so that the complexity of graph construction is lowered; each of the point cloud voxel sets is subjected to independent coding, so that point cloud distribution in each class is more uniform and compact; and a local similarity characteristic is sufficiently utilized, so that the correlation between points is expressed more sufficiently, and the influence of unrelated factors, such as noise, is reduced.

Description

一种基于傅里叶图变换的点云帧内编码方法及装置Point cloud intraframe coding method and device based on Fourier transform 技术领域Technical field
本发明涉及点云数字信号处理领域,尤其涉及一种基于傅里叶图变换的点云帧内编码方法及装置。The invention relates to the field of point cloud digital signal processing, in particular to a point cloud intraframe coding method and device based on Fourier transform.
背景技术Background technique
对比多路纹理加深度的数据格式,三维点云是一种更加高效的数据表示形式,其由大量的三维无序点组成,每一个点包括位置信息(X,Y,Z)以及若干属性信息(颜色,法向量等)。随着计算机硬件及算法的发展,三维点云数据的获取越来越方便,点云的数据量也越来越大。为了方便点云数据的存储与传输,点云压缩技术逐渐成为人们关注的焦点。Comparing multi-path texture with depth data format, 3D point cloud is a more efficient data representation, which consists of a large number of three-dimensional unordered points, each of which includes position information (X, Y, Z) and several attribute information. (color, normal vector, etc.). With the development of computer hardware and algorithms, the acquisition of 3D point cloud data is more and more convenient, and the amount of data in the point cloud is also increasing. In order to facilitate the storage and transmission of point cloud data, point cloud compression technology has gradually become the focus of attention.
现有的点云压缩技术的相关研究,包括:以下文献1中MPEG(Moving Pictures Experts Group/Motion Pictures Experts Group,动态图像专家组)成立工作组3DG,对于点云压缩做出了标准化准备,并推出了MP3DG-PCC点云编码软件;以下文献2中,提出的一种区域自适应的层次变换方法(RAHT),其基于小波的思想,对于点云颜色属性进行多层分解编码;以下文献3中,提出的一种基于傅里叶图变换的点云编码方法,对于三维点云进行图模型构建,将每一个三维点看作是图中的节点,而颜色信息则抽象为节点上面的信号,并利用点与点之间的距离,即欧式距离作为特征,对于边进行权重赋值,由此得到傅里叶图变换系数,进而对于颜色信息进行编码。然而,现有的研究中,通常是基于点云数据间的相关性,进行空间均匀划分,使得划分后每一类中的点云分 布不均匀、不紧凑;并且在构图时,矩阵维度过大,会带来巨大的计算量,提升了复杂度。Existing research on point cloud compression technology, including: MPEG (Moving Pictures Experts Group/Motion Pictures Experts Group) in the following document 1 established working group 3DG, standardized preparation for point cloud compression, and MP3DG-PCC point cloud coding software was introduced; a region-adaptive hierarchical transformation method (RAHT) proposed in the following literature 2, based on the idea of wavelet, performs multi-layer decomposition coding on point cloud color attributes; In this paper, a point cloud coding method based on Fourier transform is proposed. For the 3D point cloud, the graph model is constructed, and each 3D point is regarded as a node in the graph, and the color information is abstracted as a signal above the node. And using the distance between the point, that is, the Euclidean distance as a feature, assigning a weight to the edge, thereby obtaining a Fourier transform coefficient, and then encoding the color information. However, in the existing research, it is usually based on the correlation between point cloud data, and the spatial uniform division is performed, so that the point cloud in each class after division is unevenly distributed and not compact; and when the composition is performed, the matrix dimension is too large. , will bring a huge amount of calculations, increase the complexity.
文献1:“Draft call for proposals for point cloud compression,”in ISO/IECJTC1/SC29/WG11(MPEG)output document N16538,Oct.2016.Document 1: "Draft call for proposals for point cloud compression," in ISO/IECJTC1/SC29/WG11 (MPEG) output document N16538, Oct.2016.
文献2::Ricardo Lde Queiroz and Philip A Chou,“Compressionof 3d point clouds using a region-adaptive hierarchicaltransform,”IEEE Transactions on Image Processing,vol.25,no.8,pp.3947–3956,2016.Document 2:: Ricardo Lde Queiroz and Philip A Chou, "Compression of 3d point clouds using a region-adaptive hierarchical transform," IEEE Transactions on Image Processing, vol. 25, no. 8, pp. 3947–3956, 2016.
文献3:Cha Zhang,Dinei Florencio,and Charles Loop,“Pointcloud attribute compression with graph transform,”inIEEE International Conference on Image Processing(ICIP),2014,pp.2066–2070.Document 3: Cha Zhang, Dinei Florencio, and Charles Loop, "Pointcloud attribute compression with graph transform," in IEEE International Conference on Image Processing (ICIP), 2014, pp. 2066 - 2070.
发明内容Summary of the invention
为解决现有技术的不足,本发明提供一种基于傅里叶图变换的点云帧内编码方法及装置。In order to solve the deficiencies of the prior art, the present invention provides a point cloud intraframe coding method and apparatus based on Fourier transform.
一方面,本发明提供一种基于傅里叶图变换的点云帧内编码方法,包括:In one aspect, the present invention provides a point cloud intraframe coding method based on Fourier transform, comprising:
步骤S1:对原始三维点云进行体元化,得到多个点云体元;Step S1: performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
步骤S2:对所述多个点云体元进行聚类得到多个点云体元集合;Step S2: clustering the plurality of point cloud voxels to obtain a plurality of point cloud voxel sets;
步骤S3:分别对所述多个点云体元集合进行基于主方向权重的傅里叶图变换;Step S3: performing a Fourier graph transformation based on the main direction weights on the plurality of point cloud voxel sets respectively;
步骤S4:对变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。Step S4: performing uniform quantization and arithmetic coding on the transformed set of point cloud voxels to generate a corresponding code stream.
可选地,所述步骤S1,具体为:对原始三维点云进行体元化,得到多个点 云体元及各点云体元的坐标和属性信息;Optionally, the step S1 is specifically: performing voxelization on the original three-dimensional point cloud to obtain coordinates and attribute information of the plurality of point cloud voxels and each point cloud voxel;
可选地,所述步骤S2,具体包括:Optionally, the step S2 includes:
步骤S2-1:根据得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;Step S2-1: predicting the number of point cloud voxel sets according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set;
步骤S2-2:根据预测的点云体元集合的数量以及各点的坐标,通过K-means算法对所述多个点云体元进行聚类,得到相应数量的点云体元集合。Step S2-2: According to the predicted number of point cloud voxel sets and the coordinates of each point, the plurality of point cloud voxels are clustered by a K-means algorithm to obtain a corresponding number of point cloud voxel sets.
可选地,所述步骤S3,具体包括:Optionally, the step S3 specifically includes:
步骤S3-1:在所述多个点云体元集合中任意选取一个点云体元集合,确定选取的点云体元集合中任一点云体元的第一相邻点云体元集合;Step S3-1: arbitrarily selecting one point cloud body element set in the plurality of point cloud body element sets, and determining a first adjacent point cloud body element set of any point cloud body element in the selected point cloud body element set;
步骤S3-2:分别确定所述第一相邻点云体元集合中各点云体元的第二相邻点云体元集合;Step S3-2: respectively determining a second set of neighboring cloud cloud elements of each point cloud voxel in the first adjacent point cloud meta-set;
步骤S3-3:根据K邻近算法,在所述第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在各第二相邻云体元集合中分别找到对应的所述第一相邻点云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;Step S3-3: According to the K-proximity algorithm, find a preset number of neighbors of the any point cloud voxel in the first adjacent point cloud voxel set to form a first neighborhood, and in each second phase A neighboring cloud body element set respectively finds a preset number of neighbors of each point cloud body element in the first adjacent point cloud cloud element set, and constitutes a corresponding second neighborhood;
步骤S3-4:计算所述第一邻域及所述各第二邻域的主方向向量,并计算任意两个主方向向量间的权重,构成权重矩阵;Step S3-4: calculating a main direction vector of the first neighborhood and each of the second neighborhoods, and calculating a weight between any two main direction vectors to form a weight matrix;
步骤S3-5:对所述权重矩阵进行变换得到傅里叶变换系数;Step S3-5: transforming the weight matrix to obtain a Fourier transform coefficient;
步骤S3-6:根据所述傅里叶变换系数对选取的点云体元集合的属性信息进行变换;Step S3-6: transform attribute information of the selected point cloud voxel set according to the Fourier transform coefficient;
步骤S3-7:重复执行上述操作,直至所述多个点云体元集合均处理完成。Step S3-7: The above operation is repeatedly performed until the processing of the plurality of point cloud voxel sets is completed.
可选地,所述步骤S3-4,具体包括:Optionally, the step S3-4 includes:
步骤S3-4-1:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,并构成各协方差矩阵,对所述各协方差矩阵进行特征值分解得到各特征向量,将所述各特征向量作为对应的各邻域的主方向向量;Step S3-4-1: calculating the covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and forming each covariance matrix for the respective coordination The variance matrix performs eigenvalue decomposition to obtain each feature vector, and the feature vectors are used as corresponding main direction vectors of each neighborhood;
步骤S3-4-2:计算任意两个主方向向量之间夹角的正弦值,根据所述正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。Step S3-4-2: Calculate a sine value of an angle between any two main direction vectors, calculate a weight between the corresponding two main direction vectors according to the sine value, and form a weight matrix.
可选地,所述步骤S3-5,具体包括:Optionally, the step S3-5 includes:
步骤S3-5-1:分别将所述权重矩阵的各行中的各元素相加得到各计算结果;Step S3-5-1: adding each element in each row of the weight matrix to obtain each calculation result;
步骤S3-5-2:将所述各计算结果作为对角线元素构成度矩阵;Step S3-5-2: forming each of the calculation results as a diagonal element constituting degree matrix;
步骤S3-5-3:对所述权重矩阵和所述度矩阵进行计算得到拉普拉斯矩阵;Step S3-5-3: calculating the weight matrix and the degree matrix to obtain a Laplacian matrix;
步骤S3-5-4:计算所述拉普拉斯矩阵的特征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。Step S3-5-4: Calculate the feature vector of the Laplacian matrix, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
另一方面,本发明提供了一种基于傅里叶图变换的点云帧内编码装置,包括:In another aspect, the present invention provides a point cloud intraframe coding apparatus based on Fourier transform, comprising:
体元化模块,用于对原始三维点云进行体元化,得到多个点云体元;a voxelization module for performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
聚类模块,用于所述体元化模块得到的多个点云体元进行聚类得到多个点云体元集合;a clustering module, configured by the plurality of point cloud voxels obtained by the voxelization module to obtain a plurality of point cloud voxel sets;
变换模块,用于分别对所述聚类模块得到的多个点云体元集合进行基于主方向权重的傅里叶图变换;a transform module, configured to respectively perform a Fourier graph transformation based on a primary direction weight on the plurality of point cloud voxel sets obtained by the clustering module;
生成模块,用于对所述变换模块变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。And a generating module, configured to perform uniform quantization and arithmetic coding on each set of point cloud meta-elements transformed by the transform module, to generate a corresponding code stream.
可选地,所述体元化模块,具体用于:对原始三维点云进行体元化,得到多个点云体元及各点云体元的坐标和属性信息;Optionally, the voxelization module is specifically configured to: perform voxelization on the original three-dimensional point cloud, and obtain coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
可选地,所述聚类模块,具体包括:预测子模块和聚类子模块;Optionally, the clustering module specifically includes: a prediction submodule and a clustering submodule;
所述预测子模块,用于根据所述体元化模块得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;The prediction submodule is configured to predict the number of point cloud voxel sets according to the number of point cloud voxels obtained by the voxelization module and the average number of points of the preset point cloud voxel set;
所述聚类子模块,用于根据所述预测子模块预测的点云体元集合的数量以及所述体元化模块得到的各点的坐标,通过K-means算法对所述多个点云体元进行聚类,得到相应数量的点云体元集合。The clustering sub-module is configured to: according to the number of point cloud voxel sets predicted by the prediction sub-module and the coordinates of each point obtained by the voxelization module, the plurality of point clouds by a K-means algorithm The voxels are clustered to obtain a corresponding number of point cloud voxel sets.
可选地,所述变换模块,具体包括:选取子模块、第一确定子模块、第二确定子模块、构成子模块、第一计算子模块、第二计算子模块、第一变换子模块和第二变换子模块;Optionally, the transformation module specifically includes: a selection submodule, a first determining submodule, a second determining submodule, a constituent submodule, a first computing submodule, a second computing submodule, a first transform submodule, and a second transform submodule;
所述选取子模块,用于在所述聚类模块得到的多个点云体元集合中任意选取一个点云体元集合;The selecting sub-module is configured to arbitrarily select one set of point cloud body elements in the plurality of point cloud voxel sets obtained by the clustering module;
所述第一确定子模块,用于确定所述选取子模块选取的点云体元集合中任一点云体元的第一相邻点云体元集合;The first determining sub-module is configured to determine a first neighboring point cloud body element set of any point cloud body element in the point cloud body element set selected by the selecting sub-module;
所述第二确定子模块,用于确定所述第一确定子模块确定的第一相邻点云体元集合中各点云体元的第二相邻点;The second determining submodule is configured to determine a second neighboring point of each point cloud voxel in the first neighboring point cloud meta-set determined by the first determining sub-module;
所述构成子模块,用于根据K邻近算法,在所述第一确定子模块确定的第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在所述第二确定子模块确定的各第二相邻点云体元集合中分别找到对应的所述第一相邻点云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;The constructing submodule is configured to find, according to the K proximity algorithm, a preset number of neighbors of the any point cloud body element in the first neighboring point cloud body element set determined by the first determining submodule, and form a first a neighborhood, and respectively determining, in each second neighboring point cloud meta-set determined by the second determining sub-module, a preset of each point cloud voxel in the first adjacent point cloud meta-collection The number of neighbors constitutes the corresponding second neighborhoods;
所述第一计算子模块,用于所述构成子模块构成的第一邻域及各第二邻域的主方向向量;The first calculation submodule is configured to use a primary direction vector of the first neighborhood and each second neighborhood formed by the constituent submodules;
所述第二计算子模块,用于计算所述第一计算子模块得到的任意两个主方向向量间的权重,构成权重矩阵;The second calculation submodule is configured to calculate a weight between any two main direction vectors obtained by the first calculation submodule, and constitute a weight matrix;
所述第一变换子模块,用于所述第二计算子模块构成的权重矩阵进行变换得到傅里叶变换系数;The first transform submodule is configured to transform a weight matrix formed by the second calculating submodule to obtain a Fourier transform coefficient;
所述第二变换子模块,用于根据所述第一变换子模块得到的傅里叶变换系数对所述选取子模块选取的点云体元集合的属性信息进行变换。The second transform submodule is configured to transform, according to a Fourier transform coefficient obtained by the first transform submodule, attribute information of a set of point cloud voxels selected by the selected submodule.
可选地,所述第一计算子模块,具体用于:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,构成各协方差矩阵,对所述各协方差矩阵进行特征值分解得到各特征向量,将所述各特征向量作为对应的各邻域的主方向向量;Optionally, the first calculating sub-module is specifically configured to: calculate covariance between any two point cloud voxels in each neighborhood according to coordinates of each point cloud voxel in each neighborhood, and form a co-coordination a variance matrix, performing eigenvalue decomposition on each covariance matrix to obtain each feature vector, and using each feature vector as a main direction vector of each corresponding neighborhood;
可选地,所述第二计算子模块,具体用于:计算任意两个主方向向量之间夹角的正弦值,根据所述正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。Optionally, the second calculating sub-module is specifically configured to: calculate a sine value of an angle between any two main direction vectors, calculate a weight between the corresponding two main direction vectors according to the sine value, and form Weight matrix.
可选地,所述第一变换子模块,具体包括:第一计算单元、构成单元、第二计算单元和第三计算单元;Optionally, the first transform submodule specifically includes: a first calculating unit, a forming unit, a second calculating unit, and a third calculating unit;
所述第一计算单元,用于分别将所述第二计算子模块得到的权重矩阵的各行中的各元素相加得到各计算结果;The first calculating unit is configured to add each element in each row of the weight matrix obtained by the second calculating submodule to obtain each calculation result;
所述构成单元,用于将所述第一计算单元得到的各计算结果作为对角线元素构成度矩阵;The structuring unit is configured to use each calculation result obtained by the first calculating unit as a diagonal element constituting degree matrix;
所述第二计算单元,用于对所述第二计算子模块得到的权重矩阵和所述构成单元得到的度矩阵进行计算得到拉普拉斯矩阵;The second calculating unit is configured to calculate a weight matrix obtained by the second calculating submodule and a degree matrix obtained by the forming unit to obtain a Laplacian matrix;
所述第三计算单元,用于计算所述第二计算单元得到的拉普拉斯矩阵的特 征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。The third calculating unit is configured to calculate a feature vector of the Laplacian matrix obtained by the second calculating unit, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
本发明的优点在于:The advantages of the invention are:
本发明中,一方面,通过对点云划分预处理,使用基于位置信息的聚类方法,将整体点云划分为多个点云体元集合(即,子点云),并对每一个点云体元集合独立构图,减低了构图的复杂度;同时对每一个点云体元集合独立编码,相比于空间均匀划分,本发明中考虑到了点云的位置分布,使每一类中的点云分布更加均匀,紧凑。另一方面,进行基于邻域主方向向量的权重赋值,相比于基于欧式距离的离散型权重赋值,本发明中充分利用了局部相似性特征,其可以更加充分的表达出点与点之间的相关性。再一方面,基于主方向相似性的傅里叶图变换更加鲁棒,相比于点与点间特征的傅里叶图变换,可以降低噪声等无关因素的影响。In the present invention, on the one hand, by pre-processing the point cloud, using the location information-based clustering method, the overall point cloud is divided into a plurality of point cloud meta-collections (ie, sub-point clouds), and for each point The cloud element set is independent of the composition, which reduces the complexity of the composition; at the same time, each point cloud voxel set is independently coded. Compared with the spatial uniform division, the positional distribution of the point cloud is considered in the present invention, so that in each class The point cloud distribution is more uniform and compact. On the other hand, the weight assignment based on the neighborhood main direction vector is performed, and the local similarity feature is fully utilized in the present invention compared to the discrete weight assignment based on the Euclidean distance, which can more fully express the point-to-point relationship. Relevance. On the other hand, the Fourier transform based on the principal direction similarity is more robust, and the influence of unrelated factors such as noise can be reduced compared to the Fourier transform of the point-to-point feature.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not to be construed as limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
附图1为本发明提供的一种基于傅里叶图变换的点云帧内编码方法流程图;1 is a flowchart of a method for encoding a point cloud intraframe based on Fourier transform according to the present invention;
附图2为本发明提供的相邻主方向向量间夹角及欧氏距离的示意图;2 is a schematic view showing an angle between an adjacent main direction vector and an Euclidean distance according to the present invention;
附图3为本发明提供的基于傅里叶图变换的点云帧内编码方法的一个应用实例示意图;FIG. 3 is a schematic diagram of an application example of a point cloud intraframe coding method based on Fourier transform according to the present invention; FIG.
附图4为本发明提供的不同编码方法的性能比对图;4 is a performance comparison diagram of different encoding methods provided by the present invention;
附图5为本发明提供的一种基于傅里叶图变换的点云帧内编码装置模块组成框图。FIG. 5 is a block diagram of a module of a point cloud intraframe coding apparatus based on Fourier transform according to the present invention.
具体实施方式Detailed ways
下面将参照附图更详细地描述本公开的示例性实施方式。虽然附图中显示了本公开的示例性实施方式,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施方式所限制。相反,提供这些实施方式是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the exemplary embodiments of the present disclosure are shown in the drawings, it is understood that the invention may be embodied in various forms and not limited by the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be more fully understood, and the scope of the disclosure can be fully conveyed to those skilled in the art.
实施例一Embodiment 1
根据本发明的实施方式,提供一种基于傅里叶图变换的点云帧内编码方法,如图1所示,包括:According to an embodiment of the present invention, a point cloud intra-frame coding method based on Fourier transform is provided. As shown in FIG. 1, the method includes:
步骤101:对原始三维点云进行体元化,得到多个点云体元;Step 101: performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
具体地,构建预设大小的三维网格,将原始三维点云置于构建的三维网格中,得到各点的坐标,并将含有点的三维网格作为点云体元,得到多个点云体元及各点云体元的坐标和属性信息。其中,点云体元集合的属性信息,例如强度、颜色等;为不失普遍性,本发明中以颜色为例进行说明。Specifically, a three-dimensional grid of a preset size is constructed, and the original three-dimensional point cloud is placed in the constructed three-dimensional grid to obtain coordinates of each point, and the three-dimensional grid containing the points is used as a point cloud voxel to obtain multiple points. The coordinates and attribute information of the cloud element and each point cloud element. The attribute information of the point cloud meta-collection, such as intensity, color, and the like; for the sake of universality, the color is taken as an example in the present invention.
进一步地,在本实施例中,点云体元的坐标,具体为点云体元中各点的中心点的坐标;点云体元的颜色信息,具体为点云体元中各点的颜色信息的平均值。Further, in this embodiment, the coordinates of the point cloud body element are specifically the coordinates of the center point of each point in the point cloud body element; the color information of the point cloud body element, specifically the color of each point in the point cloud body element The average of the information.
更进一步地,在某些实施方式中,还可以采用八叉树的方式等对原始三维点云进行体元化,得到多个点云体元,本发明中不再一一详述。Further, in some embodiments, the original three-dimensional point cloud may be voxelized by using an octree method or the like to obtain a plurality of point cloud voxels, which are not detailed in the present invention.
步骤102:对得到的多个点云体元进行聚类得到多个点云体元集合;Step 102: Clustering the obtained plurality of point cloud voxels to obtain a plurality of point cloud voxel sets;
根据本发明的实施方式,步骤102,具体包括:According to an embodiment of the present invention, step 102 specifically includes:
步骤102-1:根据得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;Step 102-1: predict the number of point cloud voxel sets according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set;
具体地,根据得到的点云体元的数量及预设的点云体元集合的平均点数,通过以下公式一,预测点云体元集合的数量;Specifically, according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set, the number of point cloud voxel sets is predicted by the following formula 1;
公式一:K=N/n,其中,K为预测的点云体元集合的数量,N为点云体元的数量,n为点云体元集合的平均点数(即,点云体元集合中点云体元的数量)。Formula 1: K=N/n, where K is the number of predicted point cloud voxel sets, N is the number of point cloud voxels, and n is the average number of points cloud voxel sets (ie, point cloud voxel sets) The number of midpoint cloud voxels).
需要指出地,n仅仅是认为的点云体元集合中点云体元的数量,其用于预测点云体元集合的数量,聚类得到的点云体元集合中点云体元的数量不一定是n。It should be pointed out that n is only the number of point cloud voxels in the set of point cloud voxels, which is used to predict the number of point cloud voxel sets, and the number of point cloud voxels in the cluster of point cloud voxels obtained by clustering. Not necessarily n.
步骤102-2:根据预测的点云体元集合的数量以及各点云体元的坐标,通过K-means算法对得到的多个点云体元进行聚类,得到相应数量的点云体元集合。Step 102-2: According to the predicted number of point cloud voxel sets and the coordinates of each point cloud voxel, cluster the obtained plurality of point cloud voxels by K-means algorithm to obtain a corresponding number of point cloud voxels. set.
步骤103:分别对得到的多个点云体元集合进行基于主方向权重的傅里叶图变换;Step 103: Perform a Fourier graph transformation based on the main direction weights on the obtained plurality of point cloud voxel sets respectively.
根据本发明的实施方式,步骤103,具体包括:According to an embodiment of the present invention, step 103 includes:
步骤103-1:在得到的多个点云体元集合中任意选取一个点云体元集合,确定选取的点云体元集合中任一点云体元的第一相邻点云体元集合;Step 103-1: arbitrarily select one point cloud body element set in the obtained plurality of point cloud body element sets, and determine a first adjacent point cloud body element set of any point cloud body element in the selected point cloud body element set;
具体地,以点云体元集合中任一点云体元i为圆心,以预设长度为半径圈定点云体元i的相邻区域,位于圈定的相邻区域中的各点云体元j即为点云体元i的第一相邻点云体元集合。Specifically, the point cloud element i in the point cloud body element set is taken as the center, and the adjacent area of the cloud element i is fixed by the preset length as the radius, and each point cloud element in the adjacent area is defined. That is, the first adjacent point cloud meta-collection of the point cloud element i.
其中,预设长度,可以根据需求自行设定。Among them, the preset length can be set according to the needs.
步骤103-2:分别确定第一相邻点云体元集合中各点云体元的第二相邻点云 体元集合;Step 103-2: respectively determining a second adjacent point cloud element set of each point cloud body element in the first adjacent point cloud body element set;
具体地,分别以第一相邻点云体元集合中的各点云体元j为圆心,以预设长度为半径圈定第一相邻点云体元集合中的各点云体元j的相邻区域,位于圈定的相邻区域中的各点云体元f即为对应的各点云体元j的第二相邻点云体元集合。Specifically, each point cloud element j in the first adjacent point cloud element set is centered, and each point cloud element j in the first adjacent point cloud element set is delimited by a preset length In the adjacent area, each point cloud element f located in the circled adjacent area is the second adjacent point cloud element set of the corresponding point cloud element j.
步骤103-3:根据K邻近算法,在第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在各第二相邻点云体元集合中分别找到对应的第一相邻点云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;Step 103-3: According to the K proximity algorithm, find a preset number of neighbors of the any point cloud body element in the first adjacent point cloud body element set to form a first neighborhood, and at each second adjacent point. A preset number of neighbors of the point cloud voxels in the corresponding first neighboring point cloud meta-collections are respectively found in the cloud meta-collection, and the corresponding second neighbor domains are formed;
其中,预设数量可以根据需求自行设定。Among them, the preset number can be set according to the needs.
步骤103-4:计算第一邻域及各第二邻域的主方向向量,并计算任意两个主方向向量间的权重,构成权重矩阵;Step 103-4: Calculate a primary direction vector of the first neighborhood and each second neighborhood, and calculate a weight between any two main direction vectors to form a weight matrix;
根据本发明的实施方式,步骤103-4,具体包括:According to an embodiment of the present invention, step 103-4 specifically includes:
步骤103-4-1:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,并构成各协方差矩阵,对各协方差矩阵进行特征值分解得到各特征向量,将各特征向量作为对应的各邻域的主方向向量;Step 103-4-1: Calculate the covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and form each covariance matrix for each covariance matrix. Performing eigenvalue decomposition to obtain each feature vector, and taking each feature vector as a main direction vector of each corresponding neighborhood;
步骤103-4-2:计算任意两个主方向向量之间夹角的正弦值,根据正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。Step 103-4-2: Calculate the sine value of the angle between any two main direction vectors, calculate the weight between the corresponding two main direction vectors according to the sine value, and form a weight matrix.
其中,根据正弦值计算对应的两个主方向向量间的权重,具体为:根据正弦值,通过以下公式二计算对应的两个主方向向量间的权重;Wherein, the weight between the corresponding two main direction vectors is calculated according to the sine value, specifically: according to the sine value, the weight between the corresponding two main direction vectors is calculated by the following formula 2;
公式二:
Figure PCTCN2017117856-appb-000001
其中,W ij为相邻点云体元i和j所在邻域的主方向向量间的权重,θ为相邻点云体元i和j所在邻域的主方向向量间的夹角,σ是为找到W ij的最优值,自行设定的调节变量。
Formula 2:
Figure PCTCN2017117856-appb-000001
Where W ij is the weight between the main direction vectors of the neighborhood where the neighboring point cloud elements i and j are located, and θ is the angle between the main direction vectors of the neighboring point cloud element i and the neighborhood where j is located, σ is In order to find the optimal value of W ij , set the adjustment variable by yourself.
进一步地,在本实施例中,给出两个相邻点云体元i和j所在邻域的主方向向量间的夹角的示意图,如图2所示;需要说明地,其仅用于示意而不用于限定。Further, in this embodiment, a schematic diagram of the angle between the main direction vectors of the neighborhoods of two adjacent point cloud elements i and j is given, as shown in FIG. 2; It is indicated and not used for limitation.
步骤103-5:对得到的权重矩阵进行变换得到傅里叶变换系数;Step 103-5: Transform the obtained weight matrix to obtain a Fourier transform coefficient;
根据本发明的实施方式,步骤103-5,具体包括:According to an embodiment of the present invention, the step 103-5 specifically includes:
步骤103-5-1:分别将权重矩阵的各行中的各元素相加得到各计算结果;Step 103-5-1: adding each element in each row of the weight matrix to obtain each calculation result;
步骤103-5-2:将各计算结果作为对角线元素构成度矩阵;Step 103-5-2: The calculation result is used as a diagonal element to form a degree matrix;
具体地,将各计算结果作为对角线元素,并将其他元素用0填充,构成度矩阵。Specifically, each calculation result is taken as a diagonal element, and other elements are filled with 0 to form a degree matrix.
步骤103-5-3:对权重矩阵和度矩阵进行计算得到拉普拉斯矩阵;Step 103-5-3: Calculating the weight matrix and the degree matrix to obtain a Laplacian matrix;
具体地,对权重矩阵和度矩阵按照以下公式三进行计算得到拉普拉斯矩阵;Specifically, the weight matrix and the degree matrix are calculated according to the following formula 3 to obtain a Laplacian matrix;
公式三:L=D-W,其中,L是拉普拉斯矩阵,D是度矩阵,W是权重矩阵。Equation 3: L = D-W, where L is a Laplacian matrix, D is a degree matrix, and W is a weight matrix.
步骤103-5-4:计算拉普拉斯矩阵的特征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。Step 103-5-4: Calculate the eigenvectors of the Laplacian matrix, and form the matrix of the calculated eigenvectors to obtain Fourier transform coefficients.
步骤103-6:根据得到的傅里叶变换系数对选取的点云体元集合的属性信息进行变换;Step 103-6: Transform attribute information of the selected point cloud voxel set according to the obtained Fourier transform coefficient;
具体地,根据得到的傅里叶变换系数通过以下公式四对选取的点云体元集合的属性信息进行变换;Specifically, the attribute information of the selected point cloud voxel set is transformed according to the obtained Fourier transform coefficient by the following formula 4;
公式四:
Figure PCTCN2017117856-appb-000002
其中,T为变换结果,
Figure PCTCN2017117856-appb-000003
为傅里叶变换系数的装置矩阵,Q为选取的点云体元集合的属性向量。
Formula 4:
Figure PCTCN2017117856-appb-000002
Where T is the result of the transformation,
Figure PCTCN2017117856-appb-000003
As the device matrix of the Fourier transform coefficients, Q is the attribute vector of the selected set of point cloud voxels.
本发明中以颜色为例进行说明,具体地,将选取的点云体元集合的颜色组织为三个m*1的列向量(分别为Y分量、U分量、V分量),以Y分量为例, 根据公式四对Y分量进行变换,则有
Figure PCTCN2017117856-appb-000004
In the present invention, color is taken as an example for description. Specifically, the color of the selected set of point cloud voxels is organized into three m*1 column vectors (Y component, U component, and V component, respectively), and the Y component is For example, according to the formula 4, the Y component is transformed, then
Figure PCTCN2017117856-appb-000004
步骤103-7:重复执行上述操作,直至得到的多个点云体元集合均处理完成。Step 103-7: Repeat the above operation until the obtained plurality of point cloud voxel sets are processed.
步骤104:对变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。Step 104: Perform uniform quantization and arithmetic coding on the transformed set of point cloud voxels to generate a corresponding code stream.
其中,均匀量化及算术编码的过程为本领域人员熟知的技术手段,本发明中不再进行详述。The process of uniform quantization and arithmetic coding is a technical means well known to those skilled in the art, and will not be described in detail in the present invention.
为更好的理解本发明的技术方案,本实施例中给出一个具体的应用实例,如图3所示,对于某一帧中的人体点云,对其基于位置信息进行聚类,并对聚类得到的各集合进行独立构图以及通过纹理构成的邻域计算主方向向量权重,最后进行均匀量化及算术编码,生成对应的码流。For a better understanding of the technical solution of the present invention, a specific application example is given in this embodiment. As shown in FIG. 3, for a human body point cloud in a certain frame, clustering based on location information is performed. Each set obtained by clustering performs independent composition and calculates the main direction vector weight by the neighborhood formed by the texture, and finally performs uniform quantization and arithmetic coding to generate a corresponding code stream.
本发明中,根据点云的位置信息,对于点云数据进行聚类,将整体点云划分为多个点云体元集合(即,子点云);然后,对于每一个点云体元集合,利用距离作为标准,筛选出相邻点,充分利用了点云分布信息,对于点云进行聚类,并对每一个点云体元集合进行独立构图,降低了构图复杂度。同时,利用相邻点各自邻域内的主方向相似性,给两点间的边赋值,充分利用了点与其邻域的特征,对权重矩阵进行权值修改,提升了整体的编码效果。In the present invention, according to the position information of the point cloud, the point cloud data is clustered, and the whole point cloud is divided into a plurality of point cloud body element sets (ie, a sub-point cloud); and then, for each point cloud body element set Using the distance as the standard, the neighboring points are screened out, the point cloud distribution information is fully utilized, the point cloud is clustered, and each point cloud body element set is independently composed, which reduces the composition complexity. At the same time, the main direction similarity in the neighborhood of adjacent points is used to assign values to the edges between the two points, and the features of the points and their neighborhoods are fully utilized, and the weight matrix is modified to improve the overall coding effect.
进一步地,为体现本发明技术方案的优势,如图4所示,给出使用本发明中的方法(对应图4中的OURS)与现有的方法RAHT、DCT、MP3DG-PCC,分别对名称为Andrew、Boy、David、Dimitris、Phil、Ricardo、Sarah的点云帧进行编码的性能比对图,其中,各比对图中的横轴Color Byte per Voxel(B/V)为码率,纵轴PSNR-Y(dB)为峰值信噪比,总体来看,本发明中编码方法的性能要远远好于其他方法。Further, in order to embody the advantages of the technical solution of the present invention, as shown in FIG. 4, the method using the present invention (corresponding to OURS in FIG. 4) and the existing methods RAHT, DCT, MP3DG-PCC are respectively given names. Performance comparison map for the point cloud frames of Andrew, Boy, David, Dimitris, Phil, Ricardo, and Sarah, where the horizontal axis Color Byte per Voxel (B/V) is the code rate, vertical The axis PSNR-Y (dB) is the peak signal to noise ratio. Overall, the performance of the encoding method in the present invention is much better than other methods.
实施例二Embodiment 2
根据本发明的实施方式,提供一种基于傅里叶图变换的点云帧内编码装置,如图4所示,包括:According to an embodiment of the present invention, a point cloud intra-frame coding apparatus based on Fourier transform is provided. As shown in FIG. 4, the method includes:
体元化模块201,用于对原始三维点云进行体元化,得到多个点云体元;The voxelization module 201 is configured to perform voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
聚类模块202,用于体元化模块201得到的多个点云体元进行聚类得到多个点云体元集合;The clustering module 202 is configured to cluster a plurality of point cloud voxels obtained by the voxelization module 201 to obtain a plurality of point cloud voxel sets;
变换模块203,用于分别对聚类模块202得到的多个点云体元集合进行基于主方向权重的傅里叶图变换;The transforming module 203 is configured to perform a Fourier graph transform based on the main direction weights on the plurality of point cloud voxel sets obtained by the clustering module 202, respectively;
生成模块204,用于对变换模块203变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。The generating module 204 is configured to perform uniform quantization and arithmetic coding on each set of point cloud meta-contracts transformed by the transform module 203 to generate a corresponding code stream.
根据本发明的实施方式,体元化模块201,具体用于:对原始三维点云进行体元化,得到多个点云体元及各点云体元的坐标和属性信息;According to the embodiment of the present invention, the voxelization module 201 is specifically configured to: perform voxelization on the original three-dimensional point cloud, and obtain coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
根据本发明的实施方式,聚类模块202,具体包括:预测子模块和聚类子模块,其中:According to an embodiment of the present invention, the clustering module 202 specifically includes: a prediction submodule and a clustering submodule, wherein:
预测子模块,用于根据体元化模块201得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;a prediction submodule, configured to predict, according to the number of point cloud voxels obtained by the voxelization module 201 and the average number of points of the preset point cloud voxel set, the number of point cloud voxel sets;
聚类子模块,用于根据预测子模块预测的点云体元集合的数量以及体元化模块201得到的各点云体元的坐标,通过K-means算法对体元化模块201得到的多个点云体元进行聚类,得到相应数量的点云体元集合。The clustering sub-module is configured to obtain, according to the number of the point cloud voxel set predicted by the prediction sub-module and the coordinates of each point cloud voxel obtained by the voxelization module 201, the K-means algorithm obtains the voxelization module 201 The point cloud voxels are clustered to obtain a corresponding number of point cloud voxel sets.
更加具体地,预测子模块,用于根据体元化模块201得到的点云体元的数量及预设的点云体元集合的平均点数,通过以下公式一,预测点云体元集合的 数量;More specifically, the prediction submodule is configured to predict the number of point cloud voxel sets according to the number of point cloud voxels obtained by the voxelization module 201 and the average number of points of the preset point cloud voxel set by the following formula 1. ;
公式一:K=N/n,其中,K为预测的点云体元集合的数量,N为点云体元的数量,n为点云体元集合的平均点数(即,点云体元集合中点云体元的数量)。Formula 1: K=N/n, where K is the number of predicted point cloud voxel sets, N is the number of point cloud voxels, and n is the average number of points cloud voxel sets (ie, point cloud voxel sets) The number of midpoint cloud voxels).
根据本发明的实施方式,变换模块203,具体包括:选取子模块、第一确定子模块、第二确定子模块、构成子模块、第一计算子模块、第二计算子模块、第一变换子模块和第二变换子模块,其中:According to an embodiment of the present invention, the transformation module 203 specifically includes: a selection submodule, a first determining submodule, a second determining submodule, a constituent submodule, a first computing submodule, a second computing submodule, and a first transform Module and second transform submodule, wherein:
选取子模块,用于在聚类模块202得到的多个点云体元集合中任意选取一个点云体元集合;The sub-module is selected to arbitrarily select one set of point cloud voxels in the plurality of point cloud voxel sets obtained by the clustering module 202;
第一确定子模块,用于确定选取子模块选取的点云体元集合中任一点云体元的第一相邻点云体元集合;a first determining sub-module, configured to determine a first neighboring point cloud body element set of any point cloud body element in the set of point cloud body elements selected by the sub-module;
在本实施例中,第一确定子模块,具体用于:以选取子模块选取的点云体元集合中任一点云体元i为圆心,以预设长度为半径圈定点云体元i的相邻区域,位于圈定的相邻区域中的各点云体元j即为点云体元i的第一相邻点云体元集合。In this embodiment, the first determining sub-module is specifically configured to: select any point cloud element i in the set of point cloud body elements selected by the sub-module as a center, and set a point cloud element i with a preset length as a radius In the adjacent area, each point cloud element j located in the circled adjacent area is the first adjacent point cloud element set of the point cloud element i.
第二确定子模块,用于确定第一确定子模块确定的第一相邻点云体元集合中各点云体元的第二相邻点;a second determining submodule, configured to determine a second adjacent point of each point cloud voxel in the first adjacent point cloud meta-set determined by the first determining sub-module;
在本实施例中,第二确定子模块,具体用于:分别以第一确定子模块得到的第一相邻点云体元集合中的各点云体元j为圆心,以预设长度为半径圈定第一相邻点云体元集合中的各点云体元j的相邻区域,位于圈定的相邻区域中的各点云体元f即为对应的各点云体元j的第二相邻点云体元集合。In this embodiment, the second determining sub-module is specifically configured to: respectively, each point cloud element j in the first adjacent point cloud element set obtained by the first determining sub-module is a center of the circle, and the preset length is The radius encircles the adjacent region of each point cloud element j in the first adjacent point cloud body element set, and each point cloud body element f located in the circled adjacent area is the corresponding point cloud element element j Two adjacent point cloud meta-collections.
构成子模块,用于根据K邻近算法,在第一确定子模块确定的第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在第二确定子模块确定的各第二相邻点云体元集合中分别找到对应的第一相邻点 云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;Constructing a sub-module, configured to find a preset number of neighbors of the any point cloud meta-weight in the first adjacent point cloud meta-set determined by the first determining sub-module according to the K-proximity algorithm, to form a first neighborhood, And respectively finding a preset number of neighbors of each point cloud body element in the corresponding first neighboring point cloud body element set in each second neighboring point cloud body element set determined by the second determining sub-module, and forming corresponding corresponding Second neighborhood;
其中,预设数量可以根据需求自行设定。Among them, the preset number can be set according to the needs.
第一计算子模块,用于计算构成子模块构成的第一邻域及各第二邻域的主方向向量;a first calculation submodule, configured to calculate a primary direction vector of the first neighborhood and each second neighborhood formed by the submodule;
在本实施例中,第一计算子模块,具体用于:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,构成各协方差矩阵,对所述各协方差矩阵进行特征值分解得到各特征向量,将各特征向量作为对应的各邻域的主方向向量;In this embodiment, the first calculation sub-module is specifically configured to: calculate covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and form a co-coordination a variance matrix, performing eigenvalue decomposition on each covariance matrix to obtain each feature vector, and using each feature vector as a main direction vector of each corresponding neighborhood;
第二计算子模块,用于计算第一计算子模块得到的任意两个主方向向量间的权重,构成权重矩阵;a second calculation sub-module, configured to calculate a weight between any two main direction vectors obtained by the first calculation sub-module, to form a weight matrix;
在本实施例中,第二计算子模块,具体用于:计算第一计算子模块得到的任意两个主方向向量之间夹角的正弦值,根据正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。In this embodiment, the second calculation sub-module is specifically configured to: calculate a sine value of an angle between any two main direction vectors obtained by the first calculation sub-module, and calculate a corresponding two main direction vectors according to the sine value. The weights and constitute the weight matrix.
更加具体地,第二计算子模块,用于根据正弦值,通过以下公式二计算对应的两个主方向向量间的权重;More specifically, the second calculation submodule is configured to calculate the weight between the corresponding two main direction vectors according to the sine value by using the following formula 2;
公式二:
Figure PCTCN2017117856-appb-000005
其中,W ij为相邻点云体元i和j所在邻域的主方向向量间的权重,θ为相邻点云体元i和j所在邻域的主方向向量间的夹角,σ是为找到W ij的最优值,自行设定的调节变量。
Formula 2:
Figure PCTCN2017117856-appb-000005
Where W ij is the weight between the main direction vectors of the neighborhood where the neighboring point cloud elements i and j are located, and θ is the angle between the main direction vectors of the neighboring point cloud element i and the neighborhood where j is located, σ is In order to find the optimal value of W ij , set the adjustment variable by yourself.
第一变换子模块,用于第二计算子模块构成的权重矩阵进行变换得到傅里叶变换系数;a first transform submodule, configured to transform a weight matrix formed by the second computation submodule to obtain a Fourier transform coefficient;
第二变换子模块,用于根据第一变换子模块得到的傅里叶变换系数对选取子模块选取的点云体元集合的属性信息进行变换。And a second transform submodule, configured to transform attribute information of the set of point cloud voxels selected by the submodule according to the Fourier transform coefficients obtained by the first transform submodule.
进一步地,根据本发明的实施方式,第一变换子模块,具体包括:第一计算单元、构成单元、第二计算单元和第三计算单元,其中:Further, according to an embodiment of the present invention, the first transform submodule specifically includes: a first calculating unit, a constituting unit, a second calculating unit, and a third calculating unit, where:
第一计算单元,用于分别将第二计算子模块得到的权重矩阵的各行中的各元素相加得到各计算结果;a first calculating unit, configured to add each element in each row of the weight matrix obtained by the second calculating sub-module to obtain each calculation result;
构成单元,用于将第一计算单元得到的各计算结果作为对角线元素构成度矩阵;a constituting unit, configured to use each calculation result obtained by the first calculation unit as a diagonal element constituting degree matrix;
第二计算单元,用于对第二计算子模块得到的权重矩阵和构成单元得到的度矩阵进行计算得到拉普拉斯矩阵;a second calculating unit, configured to calculate a weight matrix obtained by the second calculating sub-module and a degree matrix obtained by the forming unit to obtain a Laplacian matrix;
在本实施例中,第二计算单元,具体用于:对第二计算子模块得到的权重矩阵和构成单元得到的度矩阵,按照以下公式三进行计算得到拉普拉斯矩阵;In this embodiment, the second calculating unit is specifically configured to: calculate a weight matrix obtained by the second calculating sub-module and a degree matrix obtained by the constituent unit, and calculate a Laplacian matrix according to the following formula 3;
公式三:L=D-W,其中,L是拉普拉斯矩阵,D是度矩阵,W是权重矩阵。Equation 3: L = D-W, where L is a Laplacian matrix, D is a degree matrix, and W is a weight matrix.
第三计算单元,用于计算第二计算单元得到的拉普拉斯矩阵的特征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。And a third calculating unit, configured to calculate a feature vector of the Laplacian matrix obtained by the second calculating unit, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
根据本发明的实施方式,第二变换子模块,具体用于:根据第一变换子模块得到的傅里叶变换系数,通过以下公式四对选取子模块选取的点云体元集合的属性信息进行变换;According to an embodiment of the present invention, the second transform sub-module is specifically configured to: according to the Fourier transform coefficient obtained by the first transform sub-module, perform attribute information of the set of point cloud meta-sets selected by the selected sub-module by using the following formula 4 Transform
公式四:
Figure PCTCN2017117856-appb-000006
其中,T为变换结果,
Figure PCTCN2017117856-appb-000007
为傅里叶变换系数的装置矩阵,Q为选取的点云体元集合的属性向量。
Formula 4:
Figure PCTCN2017117856-appb-000006
Where T is the result of the transformation,
Figure PCTCN2017117856-appb-000007
As the device matrix of the Fourier transform coefficients, Q is the attribute vector of the selected set of point cloud voxels.
本发明中,一方面,通过对点云划分预处理,使用基于位置信息的聚类方法,将整体点云划分为多个点云体元集合(即,子点云),并对每一个点云体元集合独立编码,相比于空间均匀划分,本发明中考虑到了点云的位置分布,使 每一类中的点云分布更加均匀,紧凑。另一方面,进行基于邻域主方向向量的权重赋值,相比于基于欧式距离的离散型权重赋值,本发明中充分利用了局部相似性特征,其可以更加充分的表达出点与点之间的相关性。再一方面,基于主方向相似性的傅里叶图变换更加鲁棒,相比于点与点间特征的傅里叶图变换,可以降低噪声等无关因素的影响。In the present invention, on the one hand, by pre-processing the point cloud, using the location information-based clustering method, the overall point cloud is divided into a plurality of point cloud meta-collections (ie, sub-point clouds), and for each point The cloud element set is independently coded. Compared with the spatial uniform division, the position distribution of the point cloud is considered in the present invention, so that the point cloud distribution in each class is more uniform and compact. On the other hand, the weight assignment based on the neighborhood main direction vector is performed, and the local similarity feature is fully utilized in the present invention compared to the discrete weight assignment based on the Euclidean distance, which can more fully express the point-to-point relationship. Relevance. On the other hand, the Fourier transform based on the principal direction similarity is more robust, and the influence of unrelated factors such as noise can be reduced compared to the Fourier transform of the point-to-point feature.
以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or within the technical scope disclosed by the present invention. Alternatives are intended to be covered by the scope of the present invention. Therefore, the scope of the invention should be determined by the scope of the appended claims.

Claims (10)

  1. 一种基于傅里叶图变换的点云帧内编码方法,其特征在于,包括:A point cloud intraframe coding method based on Fourier transform, which is characterized in that it comprises:
    步骤S1:对原始三维点云进行体元化,得到多个点云体元;Step S1: performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
    步骤S2:对所述多个点云体元进行聚类得到多个点云体元集合;Step S2: clustering the plurality of point cloud voxels to obtain a plurality of point cloud voxel sets;
    步骤S3:分别对所述多个点云体元集合进行基于主方向权重的傅里叶图变换;Step S3: performing a Fourier graph transformation based on the main direction weights on the plurality of point cloud voxel sets respectively;
    步骤S4:对变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。Step S4: performing uniform quantization and arithmetic coding on the transformed set of point cloud voxels to generate a corresponding code stream.
  2. 根据权利要求1所述的方法,其特征在于,The method of claim 1 wherein
    所述步骤S1,具体为:对原始三维点云进行体元化,得到多个点云体元及各点云体元的坐标和属性信息;The step S1 is specifically: performing voxelization on the original three-dimensional point cloud, and obtaining coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
    所述步骤S2,具体包括:The step S2 specifically includes:
    步骤S2-1:根据得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;Step S2-1: predicting the number of point cloud voxel sets according to the obtained number of point cloud voxels and the average number of points of the preset point cloud voxel set;
    步骤S2-2:根据预测的点云体元集合的数量以及各点的坐标,通过K-means算法对所述多个点云体元进行聚类,得到相应数量的点云体元集合。Step S2-2: According to the predicted number of point cloud voxel sets and the coordinates of each point, the plurality of point cloud voxels are clustered by a K-means algorithm to obtain a corresponding number of point cloud voxel sets.
  3. 根据权利要求2所述的方法,其特征在于,所述步骤S3,具体包括:The method of claim 2, wherein the step S3 comprises:
    步骤S3-1:在所述多个点云体元集合中任意选取一个点云体元集合,确定选取的点云体元集合中任一点云体元的第一相邻点云体元集合;Step S3-1: arbitrarily selecting one point cloud body element set in the plurality of point cloud body element sets, and determining a first adjacent point cloud body element set of any point cloud body element in the selected point cloud body element set;
    步骤S3-2:分别确定所述第一相邻点云体元集合中各点云体元的第二相邻点云体元集合;Step S3-2: respectively determining a second set of neighboring cloud cloud elements of each point cloud voxel in the first adjacent point cloud meta-set;
    步骤S3-3:根据K邻近算法,在所述第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在各第二相邻云体元集合中 分别找到对应的所述第一相邻点云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;Step S3-3: According to the K-proximity algorithm, find a preset number of neighbors of the any point cloud voxel in the first adjacent point cloud voxel set to form a first neighborhood, and in each second phase A neighboring cloud body element set respectively finds a preset number of neighbors of each point cloud body element in the first adjacent point cloud cloud element set, and constitutes a corresponding second neighborhood;
    步骤S3-4:计算所述第一邻域及所述各第二邻域的主方向向量,并计算任意两个主方向向量间的权重,构成权重矩阵;Step S3-4: calculating a main direction vector of the first neighborhood and each of the second neighborhoods, and calculating a weight between any two main direction vectors to form a weight matrix;
    步骤S3-5:对所述权重矩阵进行变换得到傅里叶变换系数;Step S3-5: transforming the weight matrix to obtain a Fourier transform coefficient;
    步骤S3-6:根据所述傅里叶变换系数对选取的点云体元集合的属性信息进行变换;Step S3-6: transform attribute information of the selected point cloud voxel set according to the Fourier transform coefficient;
    步骤S3-7:重复执行上述操作,直至所述多个点云体元集合均处理完成。Step S3-7: The above operation is repeatedly performed until the processing of the plurality of point cloud voxel sets is completed.
  4. 根据权利要求3所述的方法,其特征在于,The method of claim 3 wherein:
    所述步骤S3-4,具体包括:The step S3-4 specifically includes:
    步骤S3-4-1:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,并构成各协方差矩阵,对所述各协方差矩阵进行特征值分解得到各特征向量,将所述各特征向量作为对应的各邻域的主方向向量;Step S3-4-1: calculating the covariance between any two point cloud voxels in each neighborhood according to the coordinates of each point cloud voxel in each neighborhood, and forming each covariance matrix for the respective coordination The variance matrix performs eigenvalue decomposition to obtain each feature vector, and the feature vectors are used as corresponding main direction vectors of each neighborhood;
    步骤S3-4-2:计算任意两个主方向向量之间夹角的正弦值,根据所述正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。Step S3-4-2: Calculate a sine value of an angle between any two main direction vectors, calculate a weight between the corresponding two main direction vectors according to the sine value, and form a weight matrix.
  5. 根据权利要求3所述的方法,其特征在于,所述步骤S3-5,具体包括:The method according to claim 3, wherein the step S3-5 comprises:
    步骤S3-5-1:分别将所述权重矩阵的各行中的各元素相加得到各计算结果;Step S3-5-1: adding each element in each row of the weight matrix to obtain each calculation result;
    步骤S3-5-2:将所述各计算结果作为对角线元素构成度矩阵;Step S3-5-2: forming each of the calculation results as a diagonal element constituting degree matrix;
    步骤S3-5-3:对所述权重矩阵和所述度矩阵进行计算得到拉普拉斯矩阵;Step S3-5-3: calculating the weight matrix and the degree matrix to obtain a Laplacian matrix;
    步骤S3-5-4:计算所述拉普拉斯矩阵的特征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。Step S3-5-4: Calculate the feature vector of the Laplacian matrix, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
  6. 一种基于傅里叶图变换的点云帧内编码装置,其特征在于,包括:A point cloud intra-frame coding device based on Fourier transform, characterized in that it comprises:
    体元化模块,用于对原始三维点云进行体元化,得到多个点云体元;a voxelization module for performing voxelization on the original three-dimensional point cloud to obtain a plurality of point cloud voxels;
    聚类模块,用于所述体元化模块得到的多个点云体元进行聚类得到多个点云体元集合;a clustering module, configured by the plurality of point cloud voxels obtained by the voxelization module to obtain a plurality of point cloud voxel sets;
    变换模块,用于分别对所述聚类模块得到的多个点云体元集合进行基于主方向权重的傅里叶图变换;a transform module, configured to respectively perform a Fourier graph transformation based on a primary direction weight on the plurality of point cloud voxel sets obtained by the clustering module;
    生成模块,用于对所述变换模块变换后的各点云体元集合进行均匀量化及算术编码,生成对应的码流。And a generating module, configured to perform uniform quantization and arithmetic coding on each set of point cloud meta-elements transformed by the transform module, to generate a corresponding code stream.
  7. 根据权利要求6所述的装置,其特征在于,The device of claim 6 wherein:
    所述体元化模块,具体用于:对原始三维点云进行体元化,得到多个点云体元及各点云体元的坐标和属性信息;The voxelization module is specifically configured to: perform voxelization on the original three-dimensional point cloud, and obtain coordinate and attribute information of the plurality of point cloud voxels and each point cloud voxel;
    所述聚类模块,具体包括:预测子模块和聚类子模块;The clustering module specifically includes: a prediction submodule and a clustering submodule;
    所述预测子模块,用于根据所述体元化模块得到的点云体元的数量及预设的点云体元集合的平均点数,预测点云体元集合的数量;The prediction submodule is configured to predict the number of point cloud voxel sets according to the number of point cloud voxels obtained by the voxelization module and the average number of points of the preset point cloud voxel set;
    所述聚类子模块,用于根据所述预测子模块预测的点云体元集合的数量以及所述体元化模块得到的各点的坐标,通过K-means算法对所述多个点云体元进行聚类,得到相应数量的点云体元集合。The clustering sub-module is configured to: according to the number of point cloud voxel sets predicted by the prediction sub-module and the coordinates of each point obtained by the voxelization module, the plurality of point clouds by a K-means algorithm The voxels are clustered to obtain a corresponding number of point cloud voxel sets.
  8. 根据权利要求6所述的装置,其特征在于,所述变换模块,具体包括:选取子模块、第一确定子模块、第二确定子模块、构成子模块、第一计算子模块、第二计算子模块、第一变换子模块和第二变换子模块;The apparatus according to claim 6, wherein the transformation module comprises: a selection submodule, a first determining submodule, a second determining submodule, a constituent submodule, a first computing submodule, and a second computing a submodule, a first transform submodule, and a second transform submodule;
    所述选取子模块,用于在所述聚类模块得到的多个点云体元集合中任意选取一个点云体元集合;The selecting sub-module is configured to arbitrarily select one set of point cloud body elements in the plurality of point cloud voxel sets obtained by the clustering module;
    所述第一确定子模块,用于确定所述选取子模块选取的点云体元集合中任 一点云体元的第一相邻点云体元集合;The first determining sub-module is configured to determine a first neighboring point cloud body element set of any one of the cloud cloud element elements selected by the selecting sub-module;
    所述第二确定子模块,用于确定所述第一确定子模块确定的第一相邻点云体元集合中各点云体元的第二相邻点;The second determining submodule is configured to determine a second neighboring point of each point cloud voxel in the first neighboring point cloud meta-set determined by the first determining sub-module;
    所述构成子模块,用于根据K邻近算法,在所述第一确定子模块确定的第一相邻点云体元集合中找到所述任一点云体元的预设数量的邻居,构成第一邻域,并在所述第二确定子模块确定的各第二相邻点云体元集合中分别找到对应的所述第一相邻点云体元集合中各点云体元的预设数量的邻居,构成对应的各第二邻域;The constructing submodule is configured to find, according to the K proximity algorithm, a preset number of neighbors of the any point cloud body element in the first neighboring point cloud body element set determined by the first determining submodule, and form a first a neighborhood, and respectively determining, in each second neighboring point cloud meta-set determined by the second determining sub-module, a preset of each point cloud voxel in the first adjacent point cloud meta-collection The number of neighbors constitutes the corresponding second neighborhoods;
    所述第一计算子模块,用于所述构成子模块构成的第一邻域及各第二邻域的主方向向量;The first calculation submodule is configured to use a primary direction vector of the first neighborhood and each second neighborhood formed by the constituent submodules;
    所述第二计算子模块,用于计算所述第一计算子模块得到的任意两个主方向向量间的权重,构成权重矩阵;The second calculation submodule is configured to calculate a weight between any two main direction vectors obtained by the first calculation submodule, and constitute a weight matrix;
    所述第一变换子模块,用于所述第二计算子模块构成的权重矩阵进行变换得到傅里叶变换系数;The first transform submodule is configured to transform a weight matrix formed by the second calculating submodule to obtain a Fourier transform coefficient;
    所述第二变换子模块,用于根据所述第一变换子模块得到的傅里叶变换系数对所述选取子模块选取的点云体元集合的属性信息进行变换。The second transform submodule is configured to transform, according to a Fourier transform coefficient obtained by the first transform submodule, attribute information of a set of point cloud voxels selected by the selected submodule.
  9. 根据权利要求8所述的装置,其特征在于,The device of claim 8 wherein:
    所述第一计算子模块,具体用于:根据各邻域中各点云体元的坐标,计算各邻域中任意两个点云体元之间的协方差,构成各协方差矩阵,对所述各协方差矩阵进行特征值分解得到各特征向量,将所述各特征向量作为对应的各邻域的主方向向量;The first calculating sub-module is specifically configured to: calculate a covariance between any two point cloud voxels in each neighborhood according to coordinates of each point cloud voxel in each neighborhood, and form each covariance matrix, Performing eigenvalue decomposition on each covariance matrix to obtain each feature vector, and using each feature vector as a main direction vector of each corresponding neighborhood;
    所述第二计算子模块,具体用于:计算第一计算子模块得到的任意两个主 方向向量之间夹角的正弦值,根据所述正弦值计算对应的两个主方向向量间的权重,并构成权重矩阵。The second calculation sub-module is specifically configured to: calculate a sine value of an angle between any two main direction vectors obtained by the first calculation sub-module, and calculate a weight between the corresponding two main direction vectors according to the sine value And constitute a weight matrix.
  10. 根据权利要求8所述的装置,其特征在于,所述第一变换子模块,具体包括:第一计算单元、构成单元、第二计算单元和第三计算单元;The apparatus according to claim 8, wherein the first transform sub-module comprises: a first calculating unit, a constituent unit, a second calculating unit, and a third calculating unit;
    所述第一计算单元,用于分别将所述第二计算子模块得到的权重矩阵的各行中的各元素相加得到各计算结果;The first calculating unit is configured to add each element in each row of the weight matrix obtained by the second calculating submodule to obtain each calculation result;
    所述构成单元,用于将所述第一计算单元得到的各计算结果作为对角线元素构成度矩阵;The structuring unit is configured to use each calculation result obtained by the first calculating unit as a diagonal element constituting degree matrix;
    所述第二计算单元,用于对所述第二计算子模块得到的权重矩阵和所述构成单元得到的度矩阵进行计算得到拉普拉斯矩阵;The second calculating unit is configured to calculate a weight matrix obtained by the second calculating submodule and a degree matrix obtained by the forming unit to obtain a Laplacian matrix;
    所述第三计算单元,用于计算所述第二计算单元得到的拉普拉斯矩阵的特征向量,并将计算的特征向量构成矩阵得到傅里叶变换系数。The third calculating unit is configured to calculate a feature vector of the Laplacian matrix obtained by the second calculating unit, and form the calculated feature vector into a matrix to obtain a Fourier transform coefficient.
PCT/CN2017/117856 2017-12-13 2017-12-21 Fourier-graph-transform-based point cloud intraframe coding method and apparatus WO2019114023A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711331571.3A CN108171761B (en) 2017-12-13 2017-12-13 Point cloud intra-frame coding method and device based on Fourier image transformation
CN201711331571.3 2017-12-13

Publications (1)

Publication Number Publication Date
WO2019114023A1 true WO2019114023A1 (en) 2019-06-20

Family

ID=62525916

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/117856 WO2019114023A1 (en) 2017-12-13 2017-12-21 Fourier-graph-transform-based point cloud intraframe coding method and apparatus

Country Status (2)

Country Link
CN (1) CN108171761B (en)
WO (1) WO2019114023A1 (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109461207A (en) * 2018-11-05 2019-03-12 胡翰 A kind of point cloud data building singulation method and device
CN111327902B (en) 2018-12-13 2022-11-22 华为技术有限公司 Point cloud encoding and decoding method and device
CN110047099A (en) * 2019-02-27 2019-07-23 视缘(上海)智能科技有限公司 A method of model is indicated based on 3D point cloud
CN110232329B (en) * 2019-05-23 2023-04-18 星际空间(天津)科技发展有限公司 Point cloud classification method and device based on deep learning, storage medium and equipment
WO2020237647A1 (en) * 2019-05-31 2020-12-03 深圳市大疆创新科技有限公司 Point cloud data encoding method, encoding device, decoding method and decoding device
CN111602176A (en) * 2019-06-03 2020-08-28 深圳市大疆创新科技有限公司 Method, system and storage medium for encoding and decoding position coordinates of point cloud data
CN112384950A (en) * 2019-06-12 2021-02-19 浙江大学 Point cloud encoding and decoding method and device
WO2021062732A1 (en) * 2019-09-30 2021-04-08 Oppo广东移动通信有限公司 Transform method, inverse transform method, encoder, decoder and storage medium
CN113766229B (en) * 2021-09-30 2023-04-28 咪咕文化科技有限公司 Encoding method, decoding method, device, equipment and readable storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069839A (en) * 2015-08-03 2015-11-18 清华大学深圳研究生院 Computed hologram generation method for three-dimensional point cloud model

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101751695B (en) * 2008-12-10 2012-05-23 中国科学院自动化研究所 Estimating method of main curvature and main direction of point cloud data
US8731313B2 (en) * 2009-03-23 2014-05-20 Level Set Systems, Inc. Method and apparatus for accurate compression and decompression of three-dimensional point cloud data
CN102914501B (en) * 2012-07-26 2015-01-14 南京大学 Method for calculating extinction coefficients of three-dimensional forest canopy by using laser-point cloud
CN104596444B (en) * 2015-02-15 2017-03-22 四川川大智胜软件股份有限公司 Three-dimensional photographic system and three-dimensional photographic method based on coding pattern projection
CN105043298B (en) * 2015-08-21 2017-08-04 东北大学 Fast three-dimensional appearance measuring method based on Fourier transformation without phase unwrapping
US10694210B2 (en) * 2016-05-28 2020-06-23 Microsoft Technology Licensing, Llc Scalable point cloud compression with transform, and corresponding decompression
CN107403456B (en) * 2017-07-28 2019-06-18 北京大学深圳研究生院 A kind of point cloud genera compression method based on KD tree and optimization figure transformation

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105069839A (en) * 2015-08-03 2015-11-18 清华大学深圳研究生院 Computed hologram generation method for three-dimensional point cloud model

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
LEI, MIN ET AL.: "A Method od 3D Poinr Cloud Clustering Studing", SCIENCE TECHNOLOGY AND ENGINEERING, vol. 14, no. 29, 18 October 2014 (2014-10-18), pages 50 - 53, ISSN: 1671-1815 *
LIU, JINLING ET AL.: "Implementing Surface Reconstruction of Point Cloud Based on FFTW", COMPUTER APPLICATIONS AND SOFTWARE, vol. 27, no. 3, 15 March 2010 (2010-03-15), pages 260 - 261; 271, ISSN: 1000-386X *
ZHANG, CHA ET AL.: "Point Cloud Attribute Compression with Graph Transform", 2014 IEEE INTERNATIONAL CONFERENCE ON IMAGE PROCESSING (ICIP), 29 January 2015 (2015-01-29), XP032966955, DOI: 10.1109/ICIP.2014.7025414 *

Also Published As

Publication number Publication date
CN108171761B (en) 2020-10-16
CN108171761A (en) 2018-06-15

Similar Documents

Publication Publication Date Title
WO2019114023A1 (en) Fourier-graph-transform-based point cloud intraframe coding method and apparatus
Zhang et al. Deep fusionnet for point cloud semantic segmentation
Jaritz et al. Multi-view pointnet for 3d scene understanding
Cordón et al. A fast and accurate approach for 3D image registration using the scatter search evolutionary algorithm
US8761509B1 (en) Method and apparatus for fast computational stereo
Stier et al. Vortx: Volumetric 3d reconstruction with transformers for voxelwise view selection and fusion
Cremers A multiphase level set framework for motion segmentation
Xu et al. Cluster-based point cloud coding with normal weighted graph fourier transform
WO2023142602A1 (en) Image processing method and apparatus, and computer-readable storage medium
Wang et al. Spherical interpolated convolutional network with distance–feature density for 3-D semantic segmentation of point clouds
Lu et al. PatchMatch filter: edge-aware filtering meets randomized search for visual correspondence
Bewley et al. Advantages of exploiting projection structure for segmenting dense 3D point clouds
Zhang et al. Clustering and DCT based color point cloud compression
CN108961385B (en) SLAM composition method and device
Tsai et al. Design and implementation of efficient video stabilization engine using maximum a posteriori estimation and motion energy smoothing approach
Singh et al. MeshNet++: A Network with a Face.
Wei et al. An efficient two-pass MAP-MRF algorithm for motion estimation based on mean field theory
Ling et al. Hardware accelerator for an accurate local stereo matching algorithm using binary neural network
CN111062274B (en) Context-aware embedded crowd counting method, system, medium and electronic equipment
Adams et al. A torus model for optical flow
Zhang et al. A 3D Haar wavelet transform for point cloud attribute compression based on local surface analysis
WO2019230965A1 (en) Object likelihood estimation device, method, and program
TWI622022B (en) Depth calculating method and device
KR101178015B1 (en) Generating method for disparity map
Arbeiter et al. Efficient segmentation and surface classification of range images

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17934585

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17934585

Country of ref document: EP

Kind code of ref document: A1