[go: up one dir, main page]

CN113849585B - Topology inspection method, device and medium for surface graph - Google Patents

Topology inspection method, device and medium for surface graph Download PDF

Info

Publication number
CN113849585B
CN113849585B CN202110924757.XA CN202110924757A CN113849585B CN 113849585 B CN113849585 B CN 113849585B CN 202110924757 A CN202110924757 A CN 202110924757A CN 113849585 B CN113849585 B CN 113849585B
Authority
CN
China
Prior art keywords
outer contour
line segment
line segments
contour line
adjacent
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
CN202110924757.XA
Other languages
Chinese (zh)
Other versions
CN113849585A (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.)
SURVEYING AND MAPPING INSTITUTE LANDS AND RESOURCE DEPARTMENT OF GUANGDONG PROVINCE
Original Assignee
SURVEYING AND MAPPING INSTITUTE LANDS AND RESOURCE DEPARTMENT OF GUANGDONG PROVINCE
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 SURVEYING AND MAPPING INSTITUTE LANDS AND RESOURCE DEPARTMENT OF GUANGDONG PROVINCE filed Critical SURVEYING AND MAPPING INSTITUTE LANDS AND RESOURCE DEPARTMENT OF GUANGDONG PROVINCE
Priority to CN202110924757.XA priority Critical patent/CN113849585B/en
Publication of CN113849585A publication Critical patent/CN113849585A/en
Application granted granted Critical
Publication of CN113849585B publication Critical patent/CN113849585B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Remote Sensing (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Image Analysis (AREA)

Abstract

The invention relates to the field of geographic information, and discloses a topology inspection method of a ground surface graph, which comprises the steps of extracting all outer contour line segments corresponding to each surface element according to end points in an outer contour corresponding to each surface element, judging whether adjacent outer contour line segments exist between any two surface elements, using the adjacent outer contour line segments as adjacent line segments, judging whether an included angle between the adjacent line segments reaches a preset included angle threshold value, if so, forming gaps between two surface elements corresponding to the adjacent line segments, using the two surface elements with the gaps as gap unqualified surface elements, and outputting all gap unqualified surface elements in the ground surface graph as unqualified inspection results. The invention thins the inspection object to each surface element, can accurately inspect all gaps in the surface graph, and enables the topology inspection result of the surface graph to be more accurate.

Description

Topology inspection method, device and medium for surface graph
Technical Field
The invention relates to the field of geographic information, in particular to a method, equipment and medium for checking the topology of a surface graph.
Background
In the field of geographic information, it is necessary to acquire a full-coverage surface of different geographic elements (such as buildings, land, rivers, etc.) so as to obtain a surface map, which is a map layer covering the different geographic elements. The existing topology inspection scheme is that the graphics of the full-coverage earth surface are generally integrated, then the outline of the integral element is extracted and converted to obtain a full-filled integral surface element, and the integral surface element is used for cutting the original surface element to obtain the gap and the cavity therein. The method can not judge whether gaps exist among all surface elements in the surface graph or not, so that the judgment has certain limitation and the accuracy of the inspection result is reduced.
Disclosure of Invention
In order to overcome the defects of the prior art, an object of the present invention is to provide a method for checking topology of a landscape graphic, which can solve the problem that the conventional topology checking of the landscape graphic cannot determine whether gaps exist between each surface element in the landscape graphic, so that the determination has certain limitations and the accuracy of the checking result is reduced.
Another objective of the present invention is to provide an electronic device, which can solve the problems that the topology inspection of the traditional earth surface graph cannot determine whether a gap exists between each surface element in the earth surface graph, so that the determination has certain limitations and the accuracy of the inspection result is reduced.
The present invention is also directed to a computer-readable storage medium, which can solve the problems that the conventional topology inspection of a surface map cannot determine whether gaps exist between surface elements of the surface map, so that the determination has certain limitations and the accuracy of the inspection result is reduced.
The fourth objective of the present invention is to provide a computer program product, which can solve the problem that the conventional topology inspection of the surface map cannot determine whether gaps exist between each surface element in the surface map, so that the determination has certain limitations and the accuracy of the inspection result is reduced.
One of the purposes of the invention is realized by adopting the following technical scheme:
a topology inspection method of a surface graph comprises the following steps:
acquiring a ground surface graph, and acquiring a pre-collected ground surface graph, wherein the ground surface graph consists of a plurality of surface elements;
converting line segments, extracting all the outer contour line segments corresponding to each face element according to the end points of the outer contour corresponding to each face element, and obtaining a line segment set containing a plurality of the outer contour line segments;
checking adjacent line segments, judging whether an adjacent outer contour line segment exists between any two surface elements, if so, taking the adjacent outer contour line segment as the adjacent line segment, confirming that a suspected gap exists between the two surface elements corresponding to the adjacent line segment, and executing an angle judgment step, otherwise, judging that the surface graph has no gap;
judging the angle, namely judging whether the included angle between adjacent line segments reaches a preset included angle threshold value, if so, determining that a gap exists between two surface elements corresponding to the adjacent line segments, and if not, determining that no gap exists between the two surface elements corresponding to the adjacent line segments;
and outputting the inspection result, namely taking the two surface elements with the gaps as gap unqualified surface elements, and outputting all the gap unqualified surface elements in the surface graph as unqualified inspection results.
Further, before the checking of the adjacent line segments, whether an acute angle exists is checked, whether an included angle between any two intersected outer contour line segments in each surface element is an acute angle is judged according to prestored endpoint coordinates corresponding to the outer contour line segments, if so, the corresponding surface element is used as an acute angle type unqualified surface element, and if not, the surface element is determined not to belong to an acute angle type unqualified surface element.
Further, the step of obtaining the surface figure further includes obtaining coordinate data corresponding to the surface figure, where the coordinate data is an end point coordinate corresponding to each surface element in the surface figure, and the end point coordinate is an intersection point coordinate of two adjacent outer contour line segments in the same surface element.
Further, the outputting the inspection result further comprises outputting all acute angle unqualified surface elements in the surface graph together as an unqualified inspection result.
Further, the determining whether there is an adjacent outline segment between any two of the surface elements specifically includes: randomly selecting two surface elements from the surface graph, respectively calculating the line segment distance between each outer contour line segment of one surface element and all outer contour line segments in the other surface element, and judging whether the line segment distance is within the preset line segment distance range, if so, an adjacent outer contour line segment exists between the two surface elements, taking the two outer contour line segments with the line segment distance within the preset line segment distance as the adjacent line segment, and if not, no adjacent outer contour line segment exists between the two surface elements.
Further, the distance range of the preset line segment is more than 0cm and less than 0.5 cm.
Furthermore, the method also comprises adjusting the vector direction before the angle judgment, and adjusting the vector directions corresponding to two adjacent outer contour line segments in the same plane element to make the vector directions of the two outer contour line segments consistent.
The second purpose of the invention is realized by adopting the following technical scheme:
an electronic device, comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a topology inspection method of a terrain map as described herein.
The third purpose of the invention is realized by adopting the following technical scheme:
a computer-readable storage medium, on which a computer program is stored, which is executed by a processor to perform a method of topology inspection of a surface map as described in the present application.
Compared with the prior art, the invention has the beneficial effects that: the utility model provides a topology inspection method of earth's surface figure, through judging arbitrary two whether there is neighbouring outline line segment to select between the face element the neighbouring line segment that two face elements of suspected gap exist in the earth's surface figure correspond, judge whether there is the gap between two face elements according to neighbouring line segment, regard every face element in the earth's surface figure as the object of detection, no longer receive the restriction that the face element in the earth's surface figure symbolizes the rule, refine all gaps that every face element can be accurate in the inspection out the earth's surface figure with the inspection object, make the topology inspection result to the earth's surface figure more accurate.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a schematic flow chart of a topology inspection method for a surface map according to the present invention;
FIG. 2 is a schematic diagram of a transition line segment between a surface element A and a surface element B in the topology inspection method of a surface map according to the present invention;
FIG. 3 is a schematic diagram of the surface element A and the surface element B corresponding to the outer contour in the topology inspection method of a surface map according to the present invention;
FIG. 4 is a schematic diagram of an outer contour segment A3 and an outer contour segment B4 in the topology inspection method of a surface map according to the present invention;
fig. 5 is a schematic diagram illustrating calculation of an included angle between an outer contour line segment a3 and an outer contour line segment B4 in the topology inspection method of a surface map according to the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
As shown in fig. 1, a method for checking topology of a surface map in the present application includes the following steps:
the method comprises the steps of obtaining a ground surface graph and obtaining a pre-collected ground surface graph, wherein the ground surface graph is composed of a plurality of surface elements. In this embodiment, the step further includes obtaining coordinate data corresponding to the surface figure, where the coordinate data is an endpoint coordinate corresponding to each surface element in the surface figure, and the endpoint coordinate is an intersection coordinate of two adjacent outer contour line segments in the same surface element.
And converting line segments, namely extracting all the outer contour line segments corresponding to each face element according to the end points of the outer contour corresponding to each face element to obtain a line segment set containing a plurality of outer contour line segments. And adjusting the vector direction, and adjusting the vector direction corresponding to two adjacent outer contour line segments in the same plane element to enable the vector directions of the two outer contour line segments to be consistent.
And checking whether an acute angle exists, judging whether an included angle between any two intersected outer contour line segments in each surface element is an acute angle according to prestored endpoint coordinates corresponding to the outer contour line segments, if so, taking the corresponding surface element as an acute angle type unqualified surface element, and if not, determining that the surface element does not belong to the acute angle type unqualified surface element.
And checking adjacent line segments, judging whether an adjacent outer contour line segment exists between any two surface elements, if so, taking the adjacent outer contour line segment as the adjacent line segment, confirming that a gap is suspected to exist between the two surface elements corresponding to the adjacent line segment, executing an angle judgment step, and if not, judging that the surface graph has no gap. The step of judging whether there is an adjacent outline segment between any two of the surface elements specifically includes: randomly selecting two surface elements from the surface graph, respectively calculating the line segment distance between each outer contour line segment of one surface element and all outer contour line segments in the other surface element, and judging whether the line segment distance is within the preset line segment distance range, if so, an adjacent outer contour line segment exists between the two surface elements, taking the two outer contour line segments with the line segment distance within the preset line segment distance as the adjacent line segment, and if not, no adjacent outer contour line segment exists between the two surface elements.
Judging the angle, namely judging whether the included angle between adjacent line segments reaches a preset included angle threshold value, if so, determining that a gap exists between two surface elements corresponding to the adjacent line segments, and if not, determining that no gap exists between the two surface elements corresponding to the adjacent line segments;
and outputting the inspection result, namely taking the two surface elements with the gaps as gap unqualified surface elements, and outputting all the gap unqualified surface elements in the surface graph as unqualified inspection results. In this step, the method further comprises the step of outputting all the acute angle unqualified surface elements in the surface graph together as a unqualified inspection result.
Preferably, in this embodiment, the distance range of the preset line segment is greater than 0cm and less than 0.5cm, the preset angle threshold is preferably 15 °, and the specific value can be set by a worker according to an actual situation.
The following are exemplified: assuming that the surface graph has a surface element A and a surface element B, and extracting an external outline, the whole process is as shown in FIG. 2, wherein the left graph in FIG. 2 is the surface element A, and the right graph is the surface element B; in the step of converting line segments, extracting the outer contour line segments corresponding to the surface element a and the surface element B according to the end points of the outer contour in the surface element a and the surface element B, and obtaining a line segment set as shown in fig. 3, where the line segment set corresponding to the surface element a includes the following outer contour line segments: a1, a2, A3, a4, a5, wherein a1 intersects a2 and a5, respectively, and A3 intersects a2 and a4, respectively; the line segment set corresponding to the surface element B comprises the following outer contour line segments: b1, B2, B3, B4, wherein B1 intersects B2 and B4, respectively, and B3 intersects B2 and B4, respectively, wherein B1 is in a relative position to B3. In this embodiment, the coordinates of the end points corresponding to a1, a2, A3, a4, a5, B1, B2, B3, and B4 can be known in advance.
Further judging whether an adjacent outer contour line segment exists between the surface element A and the surface element B, specifically: calculating the line segment distances from A1 to B1, B2, B3 and B4, the line segment distances from A2 to B1, B2, B3 and B4 and the line segment distances from A3 to B1, B2, B3 and B4 respectively; the line segment distances between a4 to B1, B2, B3, B4; the line segment distances between a5 to B1, B2, B3, B4; the specific calculation method is to calculate the distance between two line segments according to the coordinates of the end points of the line segments, and on the premise that the coordinates of the end points of the line segments are known, calculating the distance between the two line segments is the prior art, and is not described herein again. Here, it is determined whether all the line segment distances belong to a preset line segment distance range. In the present embodiment, the distance between two intersecting line segments is 0 cm; and finally, taking the line segment distance corresponding to the two line segments not belonging to the preset line segment distance range and belonging to 0, and taking all the two outer contour line segments with the line segment distance belonging to 0 as a first combination, as shown in the following table 1:
TABLE 1 first combination Table
Serial number Line segment 1 Line segment 2
1 A1 A2
2 A2 A3
3 A3 A4
4 A5 A1
5 B1 B2
6 B2 B3
7 B3 B4
8 B4 B1
And finally, taking the line segment distance corresponding to the two line segments as a preset line segment distance range, and taking all the two outer contour line segments corresponding to the line segment distance as a second combination, as shown in table 2:
TABLE 2 second combination of tables
Serial number Line segment 1 Line segment 2
1 A3 B4
From the above calculation, the line segment distance between the outer contour line segment A3 in the surface element a and the outer contour line segment B4 in the surface element B falls within the preset line segment distance range, and therefore the outer contour line segment A3 and the outer contour line segment B4 are taken as the adjacent line segments.
As shown in fig. 4, the coordinates of the two end points of the outer contour segment a3 are (AX1, AY1), (AX2, AY 2); coordinates of two end points of the outer contour line segment B4 are (BX1, BY1), (BX2 and BY 2); calculating the included angle between the outer contour line segment A3 and the outer contour line segment B4 according to the coordinates, and setting the included angle to be theta; the specific calculation method is as follows:
as shown in fig. 5, two end points of an outer contour line segment A3 (denoted as a in the drawing for convenience of drawing) and an outer contour line segment B4 (denoted as B in the drawing for convenience of drawing) are extended and intersected at one point, a plane two-dimensional coordinate system is established BY taking the intersection point of the extension lines as an origin, an included angle between the outer contour line segment A3 and the Y axis is made to be θ 1, and an included angle between the outer contour line segment B4 and the Y axis is made to be θ 2, so that θ 1 is int (atan2((BY1-BY2), (BX1-BX2) × 180/pi)); θ 2 — int (atan2((AY1-AY2), (AX1-AX2) × 180/. pi)). If θ 1 × θ 2>0, i.e., both angles are positive or both negative, then θ ═ abs (θ 1- θ 2); if θ 1 × θ 2 < 0, i.e., one of the two angles is positive and one is negative, then θ is abs (θ 1) + abs (θ 2). And finally, judging whether an included angle theta between the outer contour line segment A3 and the outer contour line segment B4 reaches a preset included angle threshold value, wherein the preset included angle threshold value is preferably 15 degrees, if so, a gap exists between two surface elements corresponding to the adjacent line segment, and if not, a gap does not exist between two surface elements corresponding to the adjacent line segment. After calculation, the line segment distances and angles corresponding to all the outer contour line segments in the first combination are shown in table 3, and the line segment distances and angles corresponding to all the outer contour line segments in the second combination are shown in table 4:
TABLE 3 first group calculation result Table
Figure GDA0003638842310000081
Figure GDA0003638842310000091
TABLE 4 first group calculation result Table
Serial number Line segment 1 Line segment 2 Distance (cm) Angle (degree)
1 A3 B4 0.2 2
As can be seen from table 4, the distance range between the outer contour line segment A3 and the outer contour line segment B4 is smaller than the preset included angle threshold, and therefore a gap exists between the outer contour line segment A3 and the outer contour line segment B4, that is, a gap exists between the surface element a and the surface element B.
The present invention also provides an electronic device comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a topology inspection method of a terrain map as described herein.
The present invention also provides a computer-readable storage medium having a computer program stored thereon, the computer program being executed by a processor to perform a method for topology inspection of a surface map as described in the present application.
The invention also provides a computer program product comprising a computer program which, when executed by a processor, implements a method of topology inspection of a surface map as described in the present application.
According to the topology inspection method of the earth surface graph, adjacent line segments corresponding to two surface elements suspected of having gaps in the earth surface graph are screened out by judging whether adjacent outer contour line segments exist between any two surface elements, whether gaps exist between the two surface elements is judged according to the adjacent line segments, each surface element in the earth surface graph is used as an object to be detected and is not limited by the characterization rules of the surface elements in the earth surface graph, the object to be detected is refined to the extent that all the gaps in the earth surface graph can be accurately detected by each surface element, and the topology inspection result of the earth surface graph is more accurate; in the inspection scheme, the composition structure of the surface elements is refined during inspection, actual parameters such as angles and distances of each line combination can be obtained, and whether the line combination is a gap or an unreasonable acute angle can be judged by realizing a set rule.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (9)

1. A topology inspection method of a surface graph is characterized in that: the method comprises the following steps:
acquiring a ground surface graph, and acquiring a pre-collected ground surface graph, wherein the ground surface graph consists of a plurality of surface elements;
converting line segments, extracting all the outer contour line segments corresponding to each face element according to the end points of the outer contour corresponding to each face element, and obtaining a line segment set containing a plurality of the outer contour line segments;
checking adjacent line segments, judging whether an adjacent outer contour line segment exists between any two surface elements, if so, taking the adjacent outer contour line segment as the adjacent line segment, confirming that a suspected gap exists between the two surface elements corresponding to the adjacent line segment, and executing an angle judgment step, otherwise, judging that the surface graph has no gap;
judging the angle, namely judging whether the included angle between adjacent line segments reaches a preset included angle threshold value, if so, determining that a gap exists between two surface elements corresponding to the adjacent line segments, and if not, determining that no gap exists between the two surface elements corresponding to the adjacent line segments;
and outputting the inspection result, namely taking the two surface elements with the gaps as gap unqualified surface elements, and outputting all the gap unqualified surface elements in the surface graph as unqualified inspection results.
2. The topology inspection method of a terrain map of claim 1, wherein: and before the adjacent line segments are inspected, whether an acute angle exists is also inspected, whether the included angle between any two intersected outer contour line segments in each surface element is an acute angle is judged according to the prestored endpoint coordinates corresponding to the outer contour line segments, if so, the corresponding surface element is taken as an acute angle type unqualified surface element, and if not, the surface element is determined not to belong to an acute angle type unqualified surface element.
3. The topology inspection method of a terrain map of claim 2, characterized in that: the step of obtaining the surface figure further comprises the step of obtaining coordinate data corresponding to the surface figure, wherein the coordinate data are end point coordinates corresponding to each surface element in the surface figure, and the end point coordinates are intersection point coordinates of two adjacent outer contour line segments in the same surface element.
4. The topology inspection method of a terrain map of claim 2, characterized in that: the outputting the inspection result further comprises outputting all acute angle unqualified surface elements in the surface graph together as an unqualified inspection result.
5. The topology inspection method of a terrain map of claim 1, wherein: the specific step of judging whether an adjacent outer contour line segment exists between any two of the surface elements is as follows: randomly selecting two surface elements from the surface graph, respectively calculating the line segment distance between each outer contour line segment of one surface element and all outer contour line segments in the other surface element, and judging whether the line segment distance is within the preset line segment distance range, if so, an adjacent outer contour line segment exists between the two surface elements, taking the two outer contour line segments with the line segment distance within the preset line segment distance as the adjacent line segment, and if not, no adjacent outer contour line segment exists between the two surface elements.
6. The topology inspection method of a terrain map of claim 5, wherein: the distance range of the preset line segments is more than 0cm and less than 0.5 cm.
7. The topology inspection method of a terrain map of claim 1, wherein: and adjusting the vector direction before the angle judgment, and adjusting the vector directions corresponding to two adjacent outer contour line segments in the same plane element to enable the vector directions of the two outer contour line segments to be consistent.
8. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising a topology checking method for performing a terrain map of any of claims 1-7.
9. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor to perform a method of topology inspection of a terrain map as claimed in any one of claims 1 to 7.
CN202110924757.XA 2021-08-12 2021-08-12 Topology inspection method, device and medium for surface graph Active CN113849585B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110924757.XA CN113849585B (en) 2021-08-12 2021-08-12 Topology inspection method, device and medium for surface graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110924757.XA CN113849585B (en) 2021-08-12 2021-08-12 Topology inspection method, device and medium for surface graph

Publications (2)

Publication Number Publication Date
CN113849585A CN113849585A (en) 2021-12-28
CN113849585B true CN113849585B (en) 2022-07-01

Family

ID=78975374

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110924757.XA Active CN113849585B (en) 2021-08-12 2021-08-12 Topology inspection method, device and medium for surface graph

Country Status (1)

Country Link
CN (1) CN113849585B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114528711A (en) * 2022-02-25 2022-05-24 十九冶成都建设有限公司 Discrete element two-dimensional numerical simulation modeling method for Tibetan rubble wall
CN114863043A (en) * 2022-03-25 2022-08-05 微思机器人(深圳)有限公司 Map processing method, map processing device, robot and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145579A (en) * 2017-05-05 2017-09-08 国家测绘地理信息局四川测绘产品质量监督检验站 Geography information line feature dummy node inspection method and device
CN107507117A (en) * 2017-08-16 2017-12-22 国家基础地理信息中心 The quick inspection method in magnanimity ground mulching gap and system
CN109658336A (en) * 2019-01-10 2019-04-19 江苏省基础地理信息中心 A kind of automatic methods of map joint of complicated area pattern inside contracting technology based on map sheet grid
CN110569532A (en) * 2019-07-19 2019-12-13 中国地质大学(武汉) A Topological Consistency Optimization Method for Rectangle of Indoor Boundary Elements
CN111062958A (en) * 2019-11-21 2020-04-24 滁州学院 Urban road element extraction method
CN112861341A (en) * 2021-02-04 2021-05-28 江西师范大学 Multi-scale surface element matching method and system combining shape and environmental characteristics

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020014533A1 (en) * 1995-12-18 2002-02-07 Xiaxun Zhu Automated object dimensioning system employing contour tracing, vertice detection, and forner point detection and reduction methods on 2-d range data maps

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107145579A (en) * 2017-05-05 2017-09-08 国家测绘地理信息局四川测绘产品质量监督检验站 Geography information line feature dummy node inspection method and device
CN107507117A (en) * 2017-08-16 2017-12-22 国家基础地理信息中心 The quick inspection method in magnanimity ground mulching gap and system
CN109658336A (en) * 2019-01-10 2019-04-19 江苏省基础地理信息中心 A kind of automatic methods of map joint of complicated area pattern inside contracting technology based on map sheet grid
CN110569532A (en) * 2019-07-19 2019-12-13 中国地质大学(武汉) A Topological Consistency Optimization Method for Rectangle of Indoor Boundary Elements
CN111062958A (en) * 2019-11-21 2020-04-24 滁州学院 Urban road element extraction method
CN112861341A (en) * 2021-02-04 2021-05-28 江西师范大学 Multi-scale surface element matching method and system combining shape and environmental characteristics

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Data Quality Inspection of Watermarked GIS Vector Map;Li Huang et al.;《2010 18th International Conference on Geoinformatics》;20100909;第1-5页 *
浅析广东省测绘地理信息监管与服务体系建设;钟远军等;《测绘通报》;20180725;第129-132、140页 *

Also Published As

Publication number Publication date
CN113849585A (en) 2021-12-28

Similar Documents

Publication Publication Date Title
CN113849585B (en) Topology inspection method, device and medium for surface graph
CN112508766B (en) An intelligent interpretation method of rock mass structural plane based on point cloud and GPU technology
CN101408985A (en) Method and apparatus for extracting circular luminous spot second-pixel center
CN105180890A (en) Rock mass structural plane attitude measuring method integrating laser point cloud and digital image
CN103729846B (en) LiDAR point cloud data edge detection method based on triangular irregular network
CN110807781A (en) A Point Cloud Reduction Method Retaining Details and Boundary Features
CN108335311A (en) Extracting method, electronic equipment and the storage medium of tobacco leaf Morphologic Characteristics
CN117788574B (en) Deformation analysis method for surrounding rock of deep-buried tunnel based on three-dimensional laser scanning point cloud
CN106091923A (en) The central point rapid assay methods of industrial bolt circular hole based on three-dimensional laser scanning technique
CN106777917B (en) Hydraulic structure calculates maritime affairs traffic control radar shaded areas and influences evaluation method
CN101504770B (en) A method for extracting the center of a structured light strip
CN109917151B (en) Dynamic weight distribution-based ship relative wind fusion algorithm
CN109341704B (en) Map precision determination method and device
CN112435573A (en) Map drawing method and device for automatic driving simulation test
CN115482211A (en) Tunnel overbreak and underbreak detection method, device, electronic equipment and storage medium
CN108959598A (en) The method that CAD data based on GIS imported into SWMM
CN103886289B (en) Direction self-adaptive method and system for identifying on-water bridge targets
CN104867156B (en) Feature point identification method for pose measurement of cooperative marker
CN110210576A (en) A kind of the figure spot similarity calculation method and system of map datum
CN115082422A (en) An image-based method for measuring the cross-section size of construction steel pipes
CN111524323A (en) Slope fission early warning method and system
CN117788433A (en) Glass defect detection method
CN109753840B (en) Method, system and storage medium for determining parking space line corner points based on response values
CN112802069B (en) Determination method for water-blocking dike cofferdam of shallow lake
CN109655044A (en) A kind of Survey of Transmission Line positioning measurement final product quality control 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