CN115422387B - Point cloud data processing method and system based on multi-dimensional point cloud fusion data - Google Patents

Point cloud data processing method and system based on multi-dimensional point cloud fusion data Download PDF

Info

Publication number
CN115422387B
CN115422387B CN202211373020.4A CN202211373020A CN115422387B CN 115422387 B CN115422387 B CN 115422387B CN 202211373020 A CN202211373020 A CN 202211373020A CN 115422387 B CN115422387 B CN 115422387B
Authority
CN
China
Prior art keywords
data
point cloud
dimensional
dimensional point
space
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211373020.4A
Other languages
Chinese (zh)
Other versions
CN115422387A (en
Inventor
刘欢迎
董毅
潘万伟
赵文杰
孔祥刚
于万伟
曲有成
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHANDONG MATRIX SOFTWARE ENGINEERING CO LTD
Original Assignee
SHANDONG MATRIX SOFTWARE ENGINEERING CO LTD
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 SHANDONG MATRIX SOFTWARE ENGINEERING CO LTD filed Critical SHANDONG MATRIX SOFTWARE ENGINEERING CO LTD
Priority to CN202211373020.4A priority Critical patent/CN115422387B/en
Publication of CN115422387A publication Critical patent/CN115422387A/en
Application granted granted Critical
Publication of CN115422387B publication Critical patent/CN115422387B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/51Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10028Range image; Depth image; 3D point clouds
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20212Image combination
    • G06T2207/20221Image fusion; Image merging

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Geometry (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Image Generation (AREA)

Abstract

The application relates to the technical field of point cloud data processing, in particular to a point cloud data processing method and system based on multi-dimensional point cloud fusion data. The processing method comprises the following steps: receiving multi-dimensional point cloud fusion data; judging whether the compression level is more than or equal to 1, if so, decompressing the multi-dimensional point cloud fusion data, and restoring a multi-dimensional data space; continuously analyzing a header file information field of the multi-dimensional point cloud fusion data to obtain point cloud data and basic information of a multi-dimensional data space; the length setting, coordinate system scale and unit data length of the space coordinate system of the multidimensional data space in each direction are analyzed, and a multidimensional data matrix is output. The point cloud data is simplified and normalized, the point cloud data set is converted into a binary data set, analysis and processing of the point cloud data are changed from analysis aiming at each point into batched mathematical operation on numerical values, and the problems of speed of point cloud calculation, calculation of complex target objects and the like can be effectively solved.

Description

Point cloud data processing method and system based on multi-dimensional point cloud fusion data
Technical Field
The application relates to the field of point cloud data processing calculation, in particular to a point cloud data processing method and system based on multi-dimensional point cloud fusion data.
Background
The existing point cloud data storage is usually based on three sets of float data formats, and directly stores the spatial coordinates of the point cloud, and when mathematical operation is performed, the coordinate data are read in sequence for calculation, but several problems are also brought about:
(1) With the increase of the point cloud density, the number of the point clouds to be processed is greatly increased, the data processing speed is difficult to guarantee, and the traditional down-sampling method can cause the point cloud data to be distorted to a certain extent, so that the delay effect of system feedback is often caused when the high-density point cloud data is processed;
(2) Even the most basic spatial geometric characteristics, such as the length and the scale of a coordinate axis, can be obtained only after the point cloud is traversed, so that redundancy can be caused by calculation of the point cloud data in each processing process, and the delay effect of data processing is further amplified;
(3) The traditional point cloud data processing algorithm is difficult to process the geometric calculation problem of irregular objects, the most basic volume calculation of irregular target objects is taken as an example, a mature point cloud processing algorithm is not used for processing similar problems, and a specific targeted algorithm is not universal, so that the development difficulty of point cloud related application is greatly increased.
In summary, conventional point cloud processing algorithms often have no simple and effective method in the face of complex target geometry operations.
Disclosure of Invention
In order to solve the problems and effectively solve the speed problem of point cloud calculation and the complex target set operation, the application provides a point cloud data processing method and system based on multi-dimensional point cloud fusion data.
In a first aspect, the present application provides a point cloud data processing method based on multi-dimensional point cloud fusion data, which adopts the following technical scheme:
a point cloud data processing method based on multi-dimensional point cloud fusion data comprises the following steps:
receiving multi-dimensional point cloud fusion data; the multi-dimensional point cloud fusion data is obtained by processing point cloud data through a preset processing mechanism;
analyzing a header file information field of the multi-dimensional point cloud fusion data to obtain a compression level of the multi-dimensional point cloud fusion data;
judging whether the compression level is more than or equal to 1, if so, decompressing the multi-dimensional point cloud fusion data, and restoring a multi-dimensional data space;
continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space;
analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space;
and outputting a multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length.
By adopting the technical scheme, the point cloud data is simplified and normalized, the point cloud data set is converted into a binary data set which takes a cuboid or cubic space coordinate system as a storage space and takes binary 0 and binary 1 as identifiers, the analysis and the processing of the point cloud data are changed from the analysis aiming at each point into the batched mathematical operation of logarithm values, the problem of the speed of point cloud calculation can be effectively solved, and the problems of the calculation of complex target objects and the like can be effectively solved.
Optionally, before analyzing the header information field of the multi-dimensional point cloud fusion data and obtaining the compression level of the multi-dimensional point cloud fusion data, the method further includes:
and analyzing a header file information field of the multi-dimensional point cloud fusion data to acquire a data type.
Optionally, the method further includes:
acquiring a unit point cloud volume according to the multi-dimensional data matrix; the unit point cloud volume is a unit volume obtained by space coordinate calibration;
and obtaining the volume of the target object according to the unit point cloud volume and the number of the point clouds.
By adopting the technical scheme, the unit point cloud volume is obtained through the space coordinate scales, and compared with a traditional method that the calculation method based on the original point cloud data needs to fit a complete geometric space region firstly and then carries out cubic difference calculation aiming at the coordinate value of each point, the calculation amount is simple and the calculation speed is high.
In a second aspect, the application provides a point cloud data processing system based on multi-dimensional point cloud fusion data, which adopts the following technical scheme:
a point cloud data processing system based on multi-dimensional point cloud fusion data, comprising:
the receiving module is used for receiving multi-dimensional point cloud fusion data; the multi-dimensional point cloud fusion data is obtained by processing point cloud data through a preset processing mechanism;
the primary analysis module is used for analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the compression level of the multi-dimensional point cloud fusion data;
the judging module is used for judging whether the compression level is greater than 1, and if so, decompressing the multi-dimensional point cloud fusion data and restoring a multi-dimensional data space;
the secondary analysis module is used for continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space;
the third-time analysis module is used for analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space;
and the output module is used for outputting the multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length.
In a third aspect, the present application provides a computer storage medium, which adopts the following technical solutions:
a computer storage medium storing a computer program capable of being loaded by a processor and performing the method according to the first and second aspects.
In summary, the present application includes at least one of the following beneficial technical effects:
1. the point cloud data is simplified and normalized, the point cloud data set is converted into a binary data set which takes a cuboid or cubic space coordinate system as a storage space and takes binary 0 and binary 1 as marks, the analysis and the processing of the point cloud data are changed from the analysis aiming at each point into the batched mathematical operation of a logarithm value, the problem of the speed of point cloud calculation can be effectively solved, and the problems of the calculation of a complex target object and the like can be effectively solved;
2. compared with a traditional method that a complete geometric space region needs to be fitted firstly and then cubic difference calculation is carried out on coordinate values of each point, the calculation amount is simple and the calculation speed is high.
Drawings
Fig. 1 is a flowchart of a point cloud data processing method according to an embodiment of the present disclosure.
Detailed Description
The present application is described in further detail below with reference to fig. 1.
The embodiment of the application discloses a point cloud data processing method based on multi-dimensional point cloud fusion data.
As an embodiment of the processing method, as shown in fig. 1, the method includes the following steps:
100, receiving and receiving multi-dimensional point cloud fusion data; and processing the point cloud data by a preset processing mechanism to obtain the multi-dimensional point cloud fusion data.
It should be noted that, as the distance from the target object to the center of the radar gradually increases, the density of the radar lines gradually decreases, and the obtained point cloud data is more comprehensive. If the complete point cloud of the target object is obtained, the point cloud data needs to be fused with point cloud data acquired by other radar equipment or image pixel data acquired by other camera equipment to obtain multi-dimensional point cloud fusion data, so that the target object can be detected conveniently.
The method for acquiring the multi-dimensional point cloud fusion data comprises the following steps:
101, a multidimensional data space is created.
Specifically, a spatial range is determined according to an area between the maximum coordinate and the minimum coordinate of the point cloud data, a spatial coordinate system scale is determined according to the density of the point cloud data, and a multi-dimensional data space is created based on the spatial range and the spatial coordinate system scale.
And 102, loading the point cloud data into a multidimensional data space to generate a binary data set of the point cloud data.
Specifically, point cloud data is loaded into a space coordinate system, as much point cloud data as possible falls on a space coordinate system scale, if the point cloud data exists on the space coordinate system scale, the value is assigned to 1, if the point cloud data does not exist, the value is assigned to 0, and a binary data set is generated according to the assignment of the space coordinate system scale.
103, acquiring the collected data of other equipment; wherein the acquisition data comprises point cloud data and image pixel data.
And aiming at the same target object, other radar equipment is utilized to collect point cloud data, or image pixel data is obtained by camera equipment.
And 104, loading the acquired data into the multidimensional data space to generate a binary data set of the acquired data.
It should be noted that, in the case of acquiring point cloud data by using other radar devices, the binary data set of the point cloud data is generated by using the above-mentioned step 102.
Loading the pixel data of the image into a space coordinate system under the condition that the pixel data of the image is obtained by utilizing the camera equipment, and enabling the pixel data of the point cloud image to fall on the scale of the space coordinate system as much as possible; assigning 1 if image pixel data exists on the scale of the space coordinate system, and assigning 0 if image pixel data does not exist; and generates a binary data set of image pixel data based on the manner of step 102.
105, acquiring the length of point cloud data and the length of acquired data according to the binary data set of the point cloud data and the binary data set of the acquired data; and comparing based on the point cloud data length and the acquired data length to form an equal proportion corresponding relation.
Specifically, the length of the point cloud data is the length of an effective numerical value interval, wherein the effective data value interval is an interval with the value of 1 assigned to the scale of the space coordinate system, and the acquired data length is the number of the point cloud data or the number of the image pixels. Assuming that the length of the point cloud data is 5000 and the length of the acquired data is 1000, the proportional correspondence between the point cloud data and the acquired data is 5.
And 106, fusing the point cloud data and the image pixel data or fusing the point cloud data and the point cloud data to obtain multi-dimensional point cloud fusion data based on the equal proportion corresponding relation.
And 200, analyzing a header file information field of the multi-dimensional point cloud fusion data to acquire the data type.
It should be noted that each program generally consists of a header file and a definition file, the header file is used as a carrier file containing function functions and data interface declarations and is mainly used for storing the declarations of the program, and the definition file is used for storing the implementation of the program. The header file includes a plurality of fields, each field representing an identifier having an external storage type.
The data type may be encrypted data, or compressed data or fused data.
For example, when the multidimensional point cloud fusion data is inconvenient or is not published to the user, the multidimensional point cloud fusion data is encrypted, and the header file of the encrypted multidimensional point cloud fusion data is identified. And judging whether the received multi-dimensional point cloud fusion data is encrypted or not through a header file information field of the multi-dimensional point cloud fusion data, and if so, calling the encrypted data according to an interface statement of the header file information field.
And 300, analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the compression level of the binary data set.
When the point cloud data and the binary data set of the collected data need to be stored, the binary data set is compressed in order to reduce the data storage space. Wherein the compressing step comprises:
generating an effective data value interval according to the assignment of the space coordinate system scales; the effective data value interval is an interval with the value of 1 assigned to the scale of the space coordinate system; outputting a binary data set within the valid data value interval.
And compressing the binary data set in the effective data value interval to generate a binary data set corresponding to the scale on any coordinate axis of the space coordinate system.
Specifically, the binary data set of the multidimensional data space may be compressed according to the valid data value interval. Assuming that the total height is the Z-axis of 320, the range of valid data values may be much smaller than 320, and the valid data value range is only 32, only the field in the valid data value range needs to be selected to complete data output.
The binary data set within its valid data value interval may also continue to be compressed to reduce the amount of data processing again. Assuming that on 32 scales of the spatial coordinate system, a value of 1 is assigned to a scale located at 16, 4-bit binary data 1111 can be output, and the unit data length is further reduced to 4.
Originally, each point cloud data needs to store three space coordinates of X, Y and Z, the data processing has certain difficulty, and the needed storage space is more, so that the binary data set needs to be compressed.
And identifying the compressed binary data set in a header file, and judging whether the binary data set is compressed or not according to a header file information field of the binary data set.
And 400, judging whether the compression level is more than or equal to 1, if so, decompressing the multi-dimensional point cloud fusion data, and restoring the multi-dimensional data space.
Specifically, it is determined whether the compression level is greater than or equal to 1, and if so, it represents that the binary data set is compressed, and at this time, the binary data set is decompressed to restore the multidimensional data space, i.e., the spatial coordinate system. If the compression level is less than 1, it indicates that the binary data set is not compressed, and step 500 is entered.
And 500, continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space.
And 600, analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space.
The unit data length is defaulted to 1, but if the unit data length is fused with other data, the limitation can be flexibly set according to needs.
And 700, outputting a multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length.
It should be noted that the multidimensional data matrix is a three-dimensional space coordinate system data set, i.e. a binary data set, composed of 0 and 1, and through the multidimensional data matrix, not only various geometric features of the target object can be calculated quickly, but also various AI identification algorithms based on such features can be derived according to the multidimensional data matrix or parallel calculation can be performed after point cloud areas are segmented quickly, so as to further improve the corresponding speed of the system and other expanding usages.
In order to solve the problem of processing the point cloud data, the first problem to be solved is the shortage of the point cloud data in the storage format. Taking a PLC point cloud processing library as an example, the default processed point cloud data format is three-dimensional coordinates of data points sequentially stored in a data stream mode, that is, three coordinates of x, y, and z are used as a basis, and each coordinate occupies the length of one data type of float. When a program performs point cloud analysis, it needs to traverse the coordinates of the data points and then perform analysis according to the relationship between the coordinates, which is a very inefficient processing method.
The point cloud data is simplified and normalized by adopting the mode, namely point cloud coordinates in a multi-dimensional data space are normalized by using a standardized space coordinate system scale, and coordinate points which are possibly lost are made up in the process. And finally, converting the point cloud data set into a binary data set which takes a cuboid or cube space coordinate system as a storage space and takes binary 0 and 1 as marks (0 represents that no point cloud exists on the scale of the space coordinate system, and 1 represents that the point cloud exists on the scale of the space coordinate system).
Therefore, the analysis and processing of the point cloud data set are changed from the analysis of each point to the batch mathematical operation of logarithm values, i.e. the point cloud problem in the data space is analyzed in a pure mathematical way, and the process can be further accelerated in a matrix operation way.
As another embodiment of the processing method, the method further includes:
acquiring a unit point cloud volume according to the multi-dimensional data matrix; wherein the unit point cloud volume is a unit volume obtained by space coordinate calibration;
and obtaining the volume of the target object according to the unit point cloud volume and the number of the point clouds.
Taking the volume calculation of an irregular target object as an example, in the traditional calculation method based on original point cloud data, a complete geometric space region needs to be fitted first, and then the cubic difference calculation is performed respectively for the coordinate value of each point, and the simplified calculation formula is as follows:
Figure DEST_PATH_IMAGE001
the volume formula when the method is used for calculation can be simplified as follows:
Figure DEST_PATH_IMAGE002
wherein,
Figure DEST_PATH_IMAGE004
is the coordinate value of the target point cloud n,
Figure DEST_PATH_IMAGE006
is the coordinate value of the point cloud n-1,
Figure DEST_PATH_IMAGE008
is the volume of the target object and is,
Figure DEST_PATH_IMAGE010
the number of the point clouds is calculated,
Figure DEST_PATH_IMAGE012
is the unit point cloud volume, namely the unit volume obtained by the space coordinate scale. As can be seen, the difference between the two is very significant in the amount of calculation, and as N increases, the speed advantage increases rapidly.
In addition, because all the space coordinate systems and the point cloud data are subjected to standardized processing, relatively simple mathematical methods can be used for performing relatively intuitive processing when point cloud data correlation calculation is processed, for example, the curvature of the point cloud data in a certain specified area is calculated, namely, the curvature of an arc in the area of the space coordinate systems can be simplified to be calculated.
In conclusion, through the optimization of the method, the design difficulty of the point cloud data correlation algorithm can be greatly reduced, and the execution efficiency of the correlation operation can be greatly improved.
Based on the point cloud data processing method, the application also discloses a point cloud data processing system based on multi-dimensional point cloud fusion data, which specifically comprises the following steps:
the receiving module is used for receiving multi-dimensional point cloud fusion data; the multi-dimensional point cloud fusion data is obtained by processing point cloud data through a preset processing mechanism;
the primary analysis module is used for analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the compression level of the multi-dimensional point cloud fusion data;
the judging module is used for judging whether the compression level is more than or equal to 1, and if so, decompressing the multi-dimensional point cloud fusion data and restoring a multi-dimensional data space;
the secondary analysis module is used for continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space;
the third-time analysis module is used for analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space;
and the output module is used for outputting the multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length.
The embodiment of the application also discloses a computer readable storage medium, which stores a computer program capable of being loaded by a processor and executing the operation control method of the central ferry vehicle, and the computer readable storage medium comprises the following components: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are preferred embodiments of the present application, and the protection scope of the present application is not limited by the above embodiments, so: all equivalent changes made according to the structure, shape and principle of the present application shall be covered by the protection scope of the present application.

Claims (5)

1. A point cloud data processing method based on multi-dimensional point cloud fusion data is characterized by comprising the following steps:
receiving multi-dimensional point cloud fusion data; the multi-dimensional point cloud fusion data is obtained by processing point cloud data through a preset processing mechanism;
analyzing a header file information field of the multi-dimensional point cloud fusion data to obtain a compression level of the multi-dimensional point cloud fusion data;
judging whether the compression level is more than or equal to 1, if so, decompressing the multi-dimensional point cloud fusion data, and restoring a multi-dimensional data space;
continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space;
analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space;
outputting a multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length;
the method for acquiring the multi-dimensional point cloud fusion data comprises the following steps:
converting the point cloud data and the collected data of other equipment into a binary data set;
acquiring the length of point cloud data and the length of acquired data according to the binary data set of the point cloud data and the binary data set of the acquired data, and forming an equal-proportion corresponding relation;
and fusing the point cloud data and the acquired data based on the equal proportion corresponding relation to obtain multi-dimensional point cloud fusion data.
2. The method for processing point cloud data based on multi-dimensional point cloud fusion data according to claim 1, wherein: before analyzing the header information field of the multi-dimensional point cloud fusion data and obtaining the compression level of the multi-dimensional point cloud fusion data, the method further comprises the following steps:
and analyzing a header file information field of the multi-dimensional point cloud fusion data to acquire a data type.
3. The method for processing point cloud data based on multi-dimensional point cloud fusion data according to claim 1, further comprising:
acquiring a unit point cloud volume according to the multi-dimensional data matrix; wherein the unit point cloud volume is a unit volume obtained by space coordinate calibration;
and obtaining the volume of the target object according to the unit point cloud volume and the number of the point clouds.
4. A point cloud data processing system based on multi-dimensional point cloud fusion data is characterized by comprising:
the receiving module is used for receiving multi-dimensional point cloud fusion data; the multi-dimensional point cloud fusion data is obtained by processing point cloud data through a preset processing mechanism;
the primary analysis module is used for analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the compression level of the multi-dimensional point cloud fusion data;
the judging module is used for judging whether the compression level is more than or equal to 1, and if so, decompressing the multi-dimensional point cloud fusion data and restoring a multi-dimensional data space;
the secondary analysis module is used for continuously analyzing the header file information field of the multi-dimensional point cloud fusion data to obtain the point cloud data and the basic information of the multi-dimensional data space;
the cubic analysis module is used for analyzing the space coordinate system range, the space coordinate system scale and the unit data length of the multidimensional data space;
the output module is used for outputting a multidimensional data matrix according to the space coordinate system range, the space coordinate system scale and the unit data length;
the method for acquiring the multi-dimensional point cloud fusion data comprises the following steps:
converting the point cloud data and the collected data of other equipment into a binary data set;
acquiring the length of point cloud data and the length of acquired data according to the binary data set of the point cloud data and the binary data set of the acquired data, and forming an equal-proportion corresponding relation;
and fusing the point cloud data and the acquired data based on the equal proportion corresponding relation to obtain multi-dimensional point cloud fusion data.
5. A computer storage medium, characterized in that: a computer program that can be loaded into and executed by a processor in a method according to any one of claims 1 to 3.
CN202211373020.4A 2022-11-04 2022-11-04 Point cloud data processing method and system based on multi-dimensional point cloud fusion data Active CN115422387B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211373020.4A CN115422387B (en) 2022-11-04 2022-11-04 Point cloud data processing method and system based on multi-dimensional point cloud fusion data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211373020.4A CN115422387B (en) 2022-11-04 2022-11-04 Point cloud data processing method and system based on multi-dimensional point cloud fusion data

Publications (2)

Publication Number Publication Date
CN115422387A CN115422387A (en) 2022-12-02
CN115422387B true CN115422387B (en) 2023-02-24

Family

ID=84207743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211373020.4A Active CN115422387B (en) 2022-11-04 2022-11-04 Point cloud data processing method and system based on multi-dimensional point cloud fusion data

Country Status (1)

Country Link
CN (1) CN115422387B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115695393B (en) * 2022-12-28 2023-03-21 山东矩阵软件工程股份有限公司 Format conversion method, system and storage medium for radar point cloud data
CN115877348B (en) * 2023-01-06 2023-05-26 山东矩阵软件工程股份有限公司 Method and system for dynamically compensating point cloud data based on multidimensional data space
CN116385571B (en) * 2023-06-01 2023-09-15 山东矩阵软件工程股份有限公司 Point cloud compression method and system based on multidimensional dynamic variable resolution

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108009979A (en) * 2017-12-15 2018-05-08 湖北大学 Three-dimensional point cloud compression and storage method and system based on space-time data fusion
CN112836734A (en) * 2021-01-27 2021-05-25 深圳市华汉伟业科技有限公司 Heterogeneous data fusion method and device and storage medium
WO2021232463A1 (en) * 2020-05-19 2021-11-25 北京数字绿土科技有限公司 Multi-source mobile measurement point cloud data air-ground integrated fusion method and storage medium
WO2022017147A1 (en) * 2020-07-22 2022-01-27 上海商汤临港智能科技有限公司 Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium
CN114863195A (en) * 2022-07-07 2022-08-05 山东矩阵软件工程股份有限公司 Point cloud data processing method and system, storage medium and electronic equipment
CN115185912A (en) * 2022-07-12 2022-10-14 腾讯科技(深圳)有限公司 Point cloud file compression method, device, equipment, storage medium and program product
CN115239563A (en) * 2022-08-03 2022-10-25 杭州师范大学 Point cloud attribute lossy compression device and method based on neural network

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106780509A (en) * 2016-12-01 2017-05-31 山东交通学院 Merge the building object point cloud layer time cluster segmentation method of multidimensional characteristic
WO2020071703A1 (en) * 2018-10-01 2020-04-09 엘지전자 주식회사 Point cloud data transmission apparatus, point cloud data transmission method, point cloud data reception apparatus, and/or point cloud data reception method
CN111784774B (en) * 2020-07-06 2024-03-05 北京京东乾石科技有限公司 Target detection method, target detection device, computer readable medium and electronic equipment
CN112215958B (en) * 2020-10-10 2023-05-02 北京工商大学 Laser radar point cloud data projection method based on distributed computation
WO2022135594A1 (en) * 2020-12-25 2022-06-30 北京灵汐科技有限公司 Method and apparatus for detecting target object, fusion processing unit, and medium
CN114723898B (en) * 2022-06-09 2022-09-06 天津市天科数创科技股份有限公司 Method and device for lightening large-volume point cloud model

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108009979A (en) * 2017-12-15 2018-05-08 湖北大学 Three-dimensional point cloud compression and storage method and system based on space-time data fusion
WO2021232463A1 (en) * 2020-05-19 2021-11-25 北京数字绿土科技有限公司 Multi-source mobile measurement point cloud data air-ground integrated fusion method and storage medium
WO2022017147A1 (en) * 2020-07-22 2022-01-27 上海商汤临港智能科技有限公司 Point cloud data processing method and apparatus, radar apparatus, electronic device, and computer readable storage medium
CN112836734A (en) * 2021-01-27 2021-05-25 深圳市华汉伟业科技有限公司 Heterogeneous data fusion method and device and storage medium
CN114863195A (en) * 2022-07-07 2022-08-05 山东矩阵软件工程股份有限公司 Point cloud data processing method and system, storage medium and electronic equipment
CN115185912A (en) * 2022-07-12 2022-10-14 腾讯科技(深圳)有限公司 Point cloud file compression method, device, equipment, storage medium and program product
CN115239563A (en) * 2022-08-03 2022-10-25 杭州师范大学 Point cloud attribute lossy compression device and method based on neural network

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
A Study on Target Recognition Algorithm Based on 3D Point Cloud and Feature Fusion;Wang Jisen;《2021 IEEE 4th International Conference on Automation, Electronics and Electrical Engineering (AUTEEE)》;20220110;第603-633页 *
保存特征的点云数据精简方法研究;保存特征的点云数据精简方法研究;《中国优秀硕士学位论文全文数据库基础科学辑》;20191215;第A005-94页 *
基于PostgreSQL的大数据点云的存储管理;李晓峰等;《测绘通报》;20131008;第50-53页 *

Also Published As

Publication number Publication date
CN115422387A (en) 2022-12-02

Similar Documents

Publication Publication Date Title
CN115422387B (en) Point cloud data processing method and system based on multi-dimensional point cloud fusion data
JP3901644B2 (en) Texture image compression apparatus and method, texture image extraction apparatus and method, data structure, and storage medium
CN113971221A (en) Point cloud data processing method and device, electronic equipment and storage medium
US10019649B2 (en) Point cloud simplification
CN110633262B (en) Spark-based map intersection area calculation method and system
CN115834895A (en) Data efficient compression storage method for unmanned aerial vehicle
JP2012074026A (en) Data compression and decompression using relative and absolute delta values
CN116596755B (en) Method, device, equipment and storage medium for splicing point cloud data
CN112825199A (en) Collision detection method, device, equipment and storage medium
CN111813840B (en) Data processing method, equipment and storage medium
EP0822516B1 (en) Shape data compression method and apparatus
CN106485654B (en) Vector data processing method and device
CN113436223B (en) Point cloud data segmentation method and device, computer equipment and storage medium
CN115695393B (en) Format conversion method, system and storage medium for radar point cloud data
JPH10247204A (en) Method and device for multidimensional retrieval
KR100598134B1 (en) Method and system for vector data compression using k-means clustering
EP4202858A1 (en) Method and device for cargo counting, computer equipment, and storage medium
KR101332630B1 (en) Weight lightened random ferns and image expression method using the same
EP3091512B1 (en) Point cloud simplification
CN113589802A (en) Grid map processing method, device, system, electronic equipment and computer medium
CN116385571B (en) Point cloud compression method and system based on multidimensional dynamic variable resolution
CA2358527A1 (en) Method for simplifying a source mesh, taking into account the local curvature and the local geometry, and corresponding uses
US20240078711A1 (en) Systems and Methods for Lossless Line Fit Data Compression
CN113297340B (en) Vectorization method and device for point cloud map and method and device for converting vector map into point cloud map
CN111510154B (en) Coordinate data compression method

Legal Events

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