CN114299235A - DOM (document object model) manufacturing method based on color point cloud - Google Patents

DOM (document object model) manufacturing method based on color point cloud Download PDF

Info

Publication number
CN114299235A
CN114299235A CN202111670385.9A CN202111670385A CN114299235A CN 114299235 A CN114299235 A CN 114299235A CN 202111670385 A CN202111670385 A CN 202111670385A CN 114299235 A CN114299235 A CN 114299235A
Authority
CN
China
Prior art keywords
grid
point cloud
dom
point
points
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.)
Pending
Application number
CN202111670385.9A
Other languages
Chinese (zh)
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.)
China Railway Eryuan Engineering Group Co Ltd CREEC
Original Assignee
China Railway Eryuan Engineering Group Co Ltd CREEC
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 China Railway Eryuan Engineering Group Co Ltd CREEC filed Critical China Railway Eryuan Engineering Group Co Ltd CREEC
Priority to CN202111670385.9A priority Critical patent/CN114299235A/en
Publication of CN114299235A publication Critical patent/CN114299235A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

The invention provides a DOM making method based on color point cloud, which can obtain more accurate color information. The method comprises the steps of S1, determining the range of the DOM to be manufactured, and constructing an external rectangular area covering point cloud data; s2, gridding the rectangular area in the step S1 to ensure that the length value and the width value of each grid are equal to the resolution value of the DOM to be generated; s3, calculating the plane coordinates of the central point of each grid; s4, obtaining RGB values of all point clouds in the rectangular area, and averaging the RGB values of the point clouds in each grid; calculating the elevation of the central point of each grid; and generating raster data to obtain a DOM file. The LiDAR point cloud data utilization efficiency is improved, meanwhile, the cost is effectively saved, and the working efficiency is improved.

Description

DOM (document object model) manufacturing method based on color point cloud
Technical Field
The invention relates to the technical field of surveying and mapping, in particular to a DOM (document object model) manufacturing method based on color point cloud.
Background
Point cloud data is typically obtained by laser LiDAR scanning. The three-dimensional laser point cloud is essentially a set of three-dimensional coordinate values and attribute information, and comprises attribute information such as a spatial position, RGB color values and the like. Dom (digital ortho map) is a short term for digital Orthophoto map, which is a raster image map containing coordinate information. The existing method for acquiring the DOM is mainly manufactured by digital differential correction and the like by utilizing a digital remote sensing image and an aerial photo image.
Patent document No. 201710970058.2 discloses a surface three-dimensional modeling method based on laser point cloud data. The method mainly comprises the steps of constructing a surface DOM by using point cloud color information, obtaining color information of a cavity by using high-density point cloud data through technologies such as fitting and interpolation, and finally forming the complete surface DOM. The method for constructing the surface DOM comprises a step B2 of reserving at most one point in each grid of the surface DOM to be constructed to extract the color; step B3, acquiring a concave-envelope contour line of the laser point cloud data through boundary analysis, filling colors into grids positioned in the contour line, and not processing colors positioned outside the contour line; and if the grid to be filled with the color exists in the grid, the point processed in the step B2 is filled with the color information of the point, and if the grid does not exist in the grid, the point processed in the step B2 is used, and the color information of the point closest to the grid in the original point cloud is obtained and filled.
Since there may be a plurality of points closest to the mesh, i.e. a plurality of points are arranged along the periphery of the mesh, and a plurality of points are all adjacent to the mesh. If the processed point in step B2 does not exist in the grid during the operation in step B3, the nearest neighbor interpolation method is used, which is likely to cause an error, and the acquired color information is inaccurate.
Disclosure of Invention
The invention aims to provide a DOM (document object model) making method based on color point cloud, which can obtain more accurate color information.
The technical scheme adopted by the invention for solving the technical problems is as follows: the DOM making method based on the color point cloud comprises the following steps,
s1, determining the range of the DOM to be manufactured, and constructing an external rectangular area covering the point cloud data;
s2, gridding the rectangular area in the step S1 to ensure that the length value and the width value of each grid are equal to the resolution value of the DOM to be generated;
s3, calculating the plane coordinates of the central point of each grid;
s4, obtaining RGB values of all point clouds in the rectangular area, and averaging the RGB values of the point clouds in each grid; calculating the elevation of the central point of each grid; and generating raster data to obtain a DOM file.
Further, step S5 is further included before step S1, the feature points are searched in the point cloud to obtain point cloud coordinates of the feature points, the corresponding feature points are actually measured on site to obtain actually measured coordinates of the feature points, a conversion relationship between the point cloud coordinates and the actually measured coordinates is established, and parameter conversion is performed on the point cloud.
Further, after the gridding of the rectangular area is finished, the original point cloud data in each grid is filtered, the filtering process comprises the steps,
s61, sorting the points in the grid according to the elevation;
and S62, calculating the height difference of two adjacent points: h isi,j=hi-hj(i=1......)
Wherein h isi(i=1,2……),hj(j ═ 1, 2 … …) represents the elevation of the point in meters;
hi,jrepresenting the height difference of two adjacent point clouds, and the unit is meter;
s63, finding the maximum value of the difference between adjacent points: h is MAX (h)i,j)
S64, will be lower than hjThe point cloud is marked as ground points, all the ground points are removed, and the rest points are ground object points.
Further, after filtering, the points in each grid are effective ground object point clouds, in step S4, the elevation h of the effective ground object point clouds is calculated as the elevation of the grid center point, the average value of RGB is calculated as the RGB attribute value,
Figure BDA0003449301610000021
Figure BDA0003449301610000022
Figure BDA0003449301610000023
Figure BDA0003449301610000024
and n represents the number of point clouds after the noise points in each grid are eliminated.
Compared with the prior art, the invention has the beneficial effects that: the invention provides a DOM making method based on color point cloud, which can obtain more accurate color information. The LiDAR point cloud data utilization efficiency is improved, meanwhile, the cost is effectively saved, and the working efficiency is improved.
Drawings
FIG. 1 is a block flow diagram of the present invention;
Detailed Description
The invention is further illustrated with reference to the following figures and examples.
The DOM making method based on the color point cloud comprises the following steps,
and S1, converting the coordinate system of the original point cloud data into an engineering independent coordinate system, determining the range of the DOM to be manufactured, and constructing a rectangular area covering the point cloud data.
X, Y maximum value and minimum value of the converted point cloud coordinate are obtained, and X is respectivelyMAX、XMIN、YMAXAnd YMINTo obtain XMAX、XMIN、YMAXAnd YMINAnd constructing a circumscribed rectangular area which completely covers the point cloud data.
And S2, performing grid formation on the rectangular area constructed in the step S1, and enabling the length value and the width value of each grid to be equal to the resolution value of the DOM to be generated.
The size of the mesh is determined according to the resolution of the DOM to be generated. The grids are squares, the side lengths of the squares are marked as L, and the size of each grid is L x L. For example, if the resolution of the DOM to be generated is 5cm, the size of each grid is 5cm × 5 cm. Constructing a square grid of M x N from the rectangular region according to the method, wherein:
Figure BDA0003449301610000031
Figure BDA0003449301610000032
wherein, XMAX、XMIN、YMAXAnd YMINCoordinate values representing the boundary of the point cloud data, wherein the unit is meter;
l represents the resolution value of the DOM to be generated, and the unit is meter;
m, N represents the number of grids.
And S3, traversing each grid, and calculating the plane coordinates of the central point of each grid.
Calculating the coordinates (X) of the center point of each gridi,Yi) In meters;
Figure BDA0003449301610000033
Figure BDA0003449301610000034
the coordinate of each respective grid point is (X'i、Y'i) In meters;
X'i=XMIN+L*i(i=1......M)
Y'i=YMIN+L*i(i=1......N)
s4, obtaining RGB values of all point clouds in the rectangular area, and averaging the RGB values of the point clouds in each grid; calculating the elevation of the central point of each grid; and generating raster data to obtain a DOM file.
Preferably, step S5 is further included before step S1, the feature points are searched in the point cloud to obtain point cloud coordinates of the feature points, corresponding feature points are actually measured on site to obtain actually measured coordinates of the feature points, a conversion relationship between the point cloud coordinates and the actually measured coordinates is established, the point cloud is subjected to parameter conversion, and the precision of the point cloud coordinates is improved.
In order to further improve the precision, preferably, after the gridding of the rectangular region is completed, the original point cloud data is divided into a plurality of blocks, one block corresponds to one grid, then the original point cloud data in each grid is filtered, and noise points including ground points penetrating through vegetation are filtered out.
The filtering process includes the steps of:
s61, sorting the points in the grid according to the elevation;
and S62, calculating the height difference of two adjacent points: h isi,j=hi-hj(i=1......)
Wherein h isi(i=1,2……),hj(j ═ 1, 2 … …) represents the elevation of the point in meters;
hi,jrepresenting the height difference of two adjacent point clouds, and the unit is meter;
s63, finding the maximum value of the difference between adjacent points: h is MAX (h)i,j)
S64, will be lower than hjMarking the point cloud as ground points, and removing all the ground pointsAnd the rest points are the ground object points.
For example, in a vegetation covered area, only the position of the vegetation itself need be indicated, but not for the land covered by the vegetation. The laser penetrates through the vegetation, so that a part of the point cloud data represents the ground, and the laser point cloud reflected by the ground is removed, and only the laser point cloud reflected by the ground object is reserved.
After filtering, the points in each grid are effective ground object point clouds, in step S4, the elevation h of the effective ground object point clouds is calculated as the elevation of the grid center point, the average value of RGB is calculated as the RGB attribute value,
Figure BDA0003449301610000041
Figure BDA0003449301610000042
Figure BDA0003449301610000043
Figure BDA0003449301610000044
and n represents the number of point clouds after the noise points in each grid are eliminated.
The spatial position and the RGB value of the central point of the grid represent the attribute information of the point cloud in the grid. The spatial position of the central point of the grid is determined by the plane coordinates and the elevation h of the effective ground object point cloud.
The above is a specific implementation manner of the present invention, and it can be seen from the implementation process that the present invention provides a DOM manufacturing method based on color point cloud, which can obtain more accurate color information. The LiDAR point cloud data utilization efficiency is improved, meanwhile, the cost is effectively saved, and the working efficiency is improved.

Claims (4)

1. The DOM manufacturing method based on the color point cloud is characterized by comprising the following steps: comprises the steps of (a) carrying out,
s1, determining the range of the DOM to be manufactured, and constructing an external rectangular area covering the point cloud data;
s2, gridding the rectangular area in the step S1 to ensure that the length value and the width value of each grid are equal to the resolution value of the DOM to be generated;
s3, calculating the plane coordinates of the central point of each grid;
s4, obtaining RGB values of all point clouds in the rectangular area, and averaging the RGB values of the point clouds in each grid; calculating the elevation of the central point of each grid; and generating raster data to obtain a DOM file.
2. A method of making a DOM based on a color point cloud as claimed in claim 1, wherein: step S5 is further included before step S1, the feature points are searched in the point cloud to obtain point cloud coordinates of the feature points, corresponding feature points are actually measured on site to obtain actually measured coordinates of the feature points, a conversion relation between the point cloud coordinates and the actually measured coordinates is established, and parameter conversion is performed on the point cloud.
3. A method of making a DOM based on a color point cloud as claimed in claim 1, wherein: after the gridding of the rectangular area is finished, the original point cloud data in each grid is filtered, the filtering process comprises the steps,
s61, sorting the points in the grid according to the elevation;
and S62, calculating the height difference of two adjacent points: h isi,j=hi-hj(i=1......)
Wherein h isi(i=1,2……),hj(j ═ 1, 2 … …) represents the elevation of the point in meters;
hi,jrepresenting the height difference of two adjacent point clouds, and the unit is meter;
s63, finding the maximum value of the difference between adjacent points: h is MAX (h)i,j)
S64, will be lower than hjIs marked as a ground pointAll ground points are removed, and the rest points are ground object points.
4. A method of making a DOM based on a color point cloud as claimed in claim 3, wherein: after filtering, the points in each grid are effective ground object point clouds, in step S4, the elevation h of the effective ground object point clouds is calculated as the elevation of the grid center point, the average value of RGB is calculated as the RGB attribute value,
Figure FDA0003449301600000011
Figure FDA0003449301600000021
Figure FDA0003449301600000022
Figure FDA0003449301600000023
and n represents the number of point clouds after the noise points in each grid are eliminated.
CN202111670385.9A 2021-12-31 2021-12-31 DOM (document object model) manufacturing method based on color point cloud Pending CN114299235A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111670385.9A CN114299235A (en) 2021-12-31 2021-12-31 DOM (document object model) manufacturing method based on color point cloud

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111670385.9A CN114299235A (en) 2021-12-31 2021-12-31 DOM (document object model) manufacturing method based on color point cloud

Publications (1)

Publication Number Publication Date
CN114299235A true CN114299235A (en) 2022-04-08

Family

ID=80974462

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111670385.9A Pending CN114299235A (en) 2021-12-31 2021-12-31 DOM (document object model) manufacturing method based on color point cloud

Country Status (1)

Country Link
CN (1) CN114299235A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103606188A (en) * 2013-11-15 2014-02-26 南京师范大学 Geographical information on-demand acquisition method based on image point cloud
CN103679655A (en) * 2013-12-02 2014-03-26 河海大学 LiDAR point cloud filter method based on gradient and area growth
CN107798728A (en) * 2017-10-18 2018-03-13 中国电建集团中南勘测设计研究院有限公司 A kind of earth's surface 3 D model construction method based on laser point cloud data
CN110111414A (en) * 2019-04-10 2019-08-09 北京建筑大学 A kind of orthography generation method based on three-dimensional laser point cloud
CN113034689A (en) * 2021-04-30 2021-06-25 睿宇时空科技(重庆)有限公司 Laser point cloud-based terrain three-dimensional model, terrain map construction method and system, and storage medium
CN113137919A (en) * 2021-04-29 2021-07-20 中国工程物理研究院应用电子学研究所 Laser point cloud rasterization method
CN113344808A (en) * 2021-05-27 2021-09-03 武汉大学 Terrain-adaptive specified-density airborne LiDAR point cloud simplification method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103606188A (en) * 2013-11-15 2014-02-26 南京师范大学 Geographical information on-demand acquisition method based on image point cloud
CN103679655A (en) * 2013-12-02 2014-03-26 河海大学 LiDAR point cloud filter method based on gradient and area growth
CN107798728A (en) * 2017-10-18 2018-03-13 中国电建集团中南勘测设计研究院有限公司 A kind of earth's surface 3 D model construction method based on laser point cloud data
CN110111414A (en) * 2019-04-10 2019-08-09 北京建筑大学 A kind of orthography generation method based on three-dimensional laser point cloud
CN113137919A (en) * 2021-04-29 2021-07-20 中国工程物理研究院应用电子学研究所 Laser point cloud rasterization method
CN113034689A (en) * 2021-04-30 2021-06-25 睿宇时空科技(重庆)有限公司 Laser point cloud-based terrain three-dimensional model, terrain map construction method and system, and storage medium
CN113344808A (en) * 2021-05-27 2021-09-03 武汉大学 Terrain-adaptive specified-density airborne LiDAR point cloud simplification method

Similar Documents

Publication Publication Date Title
CN113034689B (en) Laser point cloud-based terrain three-dimensional model, terrain map construction method and system, and storage medium
CN115564926B (en) Three-dimensional patch model construction method based on image building structure learning
KR100898797B1 (en) Generation method of terrain relief ortho image using aerial lidar data
CN104952107A (en) Three-dimensional bridge reconstruction method based on vehicle-mounted LiDAR point cloud data
JP2019185449A (en) Forest resource information calculation method and forest resource information calculation device
CN106503060A (en) A kind of transmission line of electricity three dimensional point cloud is processed and hands over across thing acquisition methods
CN112241661A (en) Urban ground feature fine classification method combining airborne LiDAR point cloud data and aerial image
CN111879300A (en) Method for monitoring collapse erosion development based on three-dimensional laser scanning technology
CN110726998B (en) Method for measuring mining subsidence basin in mining area through laser radar scanning
CN114065339A (en) High tower construction site selection method based on three-dimensional visual model
CN104751479A (en) Building extraction method and device based on TIN data
Tseng et al. Extraction of building boundary lines from airborne LiDAR point clouds
CN116721228B (en) Building elevation extraction method and system based on low-density point cloud
CN115471634B (en) Modeling method and device for urban green plant twins
CN115186347B (en) Building CityGML modeling method combining house type plan view and inclination model
CN110864674A (en) Earth and stone measuring method for large-scene oblique photography data
CN115424135A (en) Four-channel image processing method for vegetation extraction deep learning
CN114283070A (en) Method for manufacturing terrain section by fusing unmanned aerial vehicle image and laser point cloud
CN115984721A (en) Method for realizing country landscape management based on oblique photography and image recognition technology
CN114092658A (en) High-precision map construction method
JP6146731B2 (en) Coordinate correction apparatus, coordinate correction program, and coordinate correction method
CN109727255B (en) Building three-dimensional model segmentation method
CN114299235A (en) DOM (document object model) manufacturing method based on color point cloud
CN111583406A (en) Pole tower foot base point coordinate calculation method and device and terminal equipment
CN107545601B (en) Automatic generation method for tree height section of overhead transmission line

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20220408