CN114237232A - Path planning method and device - Google Patents

Path planning method and device Download PDF

Info

Publication number
CN114237232A
CN114237232A CN202111443411.4A CN202111443411A CN114237232A CN 114237232 A CN114237232 A CN 114237232A CN 202111443411 A CN202111443411 A CN 202111443411A CN 114237232 A CN114237232 A CN 114237232A
Authority
CN
China
Prior art keywords
path
information
model
target area
ground
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.)
Granted
Application number
CN202111443411.4A
Other languages
Chinese (zh)
Other versions
CN114237232B (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.)
Wuhan Infoearth Information Co ltd
Original Assignee
Wuhan Infoearth Information 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 Wuhan Infoearth Information Co ltd filed Critical Wuhan Infoearth Information Co ltd
Priority to CN202111443411.4A priority Critical patent/CN114237232B/en
Publication of CN114237232A publication Critical patent/CN114237232A/en
Application granted granted Critical
Publication of CN114237232B publication Critical patent/CN114237232B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course, altitude or attitude of land, water, air or space vehicles, e.g. using automatic pilots
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0231Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means
    • G05D1/0246Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means using a video camera in combination with image processing means
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A30/00Adapting or protecting infrastructure or their operation
    • Y02A30/60Planning or developing urban green infrastructure

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Multimedia (AREA)
  • Electromagnetism (AREA)
  • Aviation & Aerospace Engineering (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Instructional Devices (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention provides a path planning method and a device, comprising the following steps: respectively acquiring a digital orthophoto map and a surface model according to the three-dimensional model of the target area; according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information; screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects; determining a target path from the path model according to the information of the second type of ground objects; the total value of the cost distances between all nodes constituting the target path is minimal. The invention is particularly suitable for emergency scenes of field, geological disasters, rescue, fire, urban inland inundation and the like, can automatically evade some dangerous areas according to the three-dimensional model of the target area, automatically generates a most reasonable rescue path according to the configuration of rescue facilities, can effectively meet the use requirement of severe environment, improves the rescue efficiency and improves the safety of rescue or evacuation.

Description

Path planning method and device
Technical Field
The invention relates to the technical field of information processing, in particular to a path planning method and device.
Background
In emergency situations, such as disaster scenes like field disaster, geological disaster, rescue, fire, urban inland inundation, etc., a most reasonable path needs to be found for rescue or evacuation.
However, the environment of the disaster-occurring area is often severe, on one hand, the original environments such as geographical features and the like are greatly changed due to the disaster, and the conventional safe area becomes a dangerous area or the normal road is damaged; on the other hand, infrastructure such as traffic, communication, and power may be damaged or destroyed to some extent in association with occurrence of a disaster.
Therefore, the existing path planning method is adopted, and the path with the shortest distance or shortest time is selected as the rescue path on the known electronic map, so that the requirements of different rescue scenes cannot be met at all.
Disclosure of Invention
The invention provides a path planning method and a path planning device, which are used for solving the defects that in the prior art, rescue path preferred selection is carried out through an electronic map, traffic, communication, electric power and even dangerous area change in a rescue area cannot be comprehensively considered, potential instability is brought to rescue or evacuation, and the life and property safety of both rescuers is threatened.
In a first aspect, the present invention provides a path planning method, including: respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area; according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information; screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects and the predetermined position information of the obstacle avoidance area; determining a target path from the starting position to the end position from the path model according to the second type ground object information; the total value of the cost distances between all nodes constituting the target path is minimal.
According to the path planning method provided by the invention, the digital orthophoto map of the target area is obtained according to the three-dimensional model of the target area, and the method comprises the following steps: determining the length of the digital orthophoto map according to the ratio of the span of the three-dimensional model in the east-west direction to a first preset sampling interval; determining the width of the digital orthophoto map according to the ratio of the north-south span of the three-dimensional model to the first preset sampling interval; and extracting textures of the three-dimensional model, acquiring a pixel value of the highest point in the three-dimensional model in each first sampling interval, assigning the pixel value to a pixel point on the digital orthophoto map corresponding to the first sampling interval until the traversal sampling of the three-dimensional model is completed, and generating the digital orthophoto map.
According to the path planning method provided by the invention, the surface model of the target area is obtained according to the three-dimensional model of the target area, and the method comprises the following steps: determining the range of the surface model according to the range of the three-dimensional model; acquiring a height value of the highest point in the three-dimensional model in each second sampling interval; taking the coordinate of the highest point as an XY axis coordinate value and the elevation value of the highest point as a Z axis coordinate value, and creating a sampling point for storage; and after traversing and sampling the three-dimensional model, constructing a Delaunay triangulation network by all sampling points to generate the surface model.
According to the path planning method provided by the invention, the acquiring of the ground feature classification information of the target area according to the digital orthophoto map comprises the following steps: inputting the digital orthophoto map into an example segmentation model to generate the ground feature classification information according to an output result of the example segmentation model; the example segmentation model is obtained after training according to a digital ortho-image sample image with a ground feature classification result label.
According to the path planning method provided by the invention, the feature information of the same type at least comprises one of the following information: the position information of the obstacle avoidance area, the position information of the ground fissure and the position information of the house; the second type of ground feature information at least comprises one of the following information: road information and water area location information.
According to the path planning method provided by the invention, the step of screening the path model containing the initial position and the end position from the surface model according to the information of the class of ground objects and the position information of the obstacle avoidance area, which is predetermined, comprises the following steps: traversing the surface model from the starting position to the end position, removing the model area related to the type of ground feature information from the surface model, and taking the removed part as the path model.
According to the path planning method provided by the invention, the step of determining the target path from the starting position to the end position from the path model according to the two types of ground object information comprises the following steps: taking each sampling point in the path model as a node, and respectively determining a passing difficulty coefficient between every two nodes according to the second type ground object information; calculating a cost distance between every two nodes, wherein the cost distance is the product of the path distance and the passing difficulty coefficient; and acquiring the total value of the cost distances of all paths from the starting position to the end position so as to determine the target path from all the paths.
In a second aspect, the present invention further provides a path planning apparatus, including: the model conversion unit is used for respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area; the ground object classification unit is used for acquiring ground object classification information of the target area according to the digital orthophoto map, wherein the ground object classification information comprises first-class ground object information and second-class ground object information; the model simplifying unit is used for screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects of the same type and the predetermined position information of the obstacle avoidance area; the path planning unit is used for determining a target path from the starting position to the end position from the path model according to the information of the second type of ground objects; the total value of the cost distances between all nodes constituting the target path is minimal.
In a third aspect, the present invention provides an electronic device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the steps of the path planning method according to any one of the above aspects.
In a fourth aspect, the present invention also provides a non-transitory computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the path planning method as described in any one of the above.
The path planning method and the device provided by the invention are particularly suitable for emergency scenes such as field, geological disasters, rescue, fire, urban inland inundation and the like, can automatically evade some dangerous areas according to the three-dimensional model of the target area, automatically generate a most reasonable rescue path according to the configuration of rescue facilities, can effectively meet the use requirement of severe environment, improve the rescue efficiency and improve the safety of rescue or evacuation.
Drawings
In order to more clearly illustrate the technical solutions of the present invention or the prior art, the drawings needed for the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and those skilled in the art can also obtain other drawings according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a path planning method according to the present invention;
FIG. 2 is a second schematic flow chart of the path planning method provided by the present invention;
FIG. 3 is a schematic structural diagram of a path planning apparatus provided in the present invention;
fig. 4 is a schematic structural diagram of an electronic device provided in the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that in the description of the embodiments of the present invention, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element. The terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
The following describes a path planning method and apparatus provided by the present invention with reference to fig. 1 to 4.
Fig. 1 is a schematic flow chart of a path planning method provided by the present invention, as shown in fig. 1, including but not limited to the following steps:
step 101: respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area;
step 102: according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information;
step 103: screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects and the predetermined position information of the obstacle avoidance area;
step 104: determining a target path from the starting position to the end position from the path model according to the second type ground object information; the total value of the cost distances between all nodes constituting the target path is minimal.
The three-dimensional model of the target area can be pre-constructed and stored in a cloud server, and is directly called from the cloud when the target area needs to be subjected to path planning; it can also be: the method comprises the steps of using an unmanned aerial vehicle to carry out aerial photography on a target area in real time, obtaining multiple frames of inclined pictures, and building a three-dimensional model in real time according to the photographed pictures based on the existing three-dimensional model reconstruction technology.
Digital ortho-Map (DOM) is an image with both Map geometric accuracy and visual features. The map framing, projection, precision and coordinate system of the DOM map are consistent with those of a topographic map with the same scale, and the image resolution is more than 400 dpi; the output is greater than 250 dpi. Because the DOM is a digital map, the DOM can be locally developed and amplified on a computer, and has good interpretation performance, measurement performance, management performance and the like.
The surface model provided by the invention is a new model reconstructed by extracting the surface information of the three-dimensional model of the target area.
In step 101, different model processing means are adopted to generate a corresponding DOM diagram and a surface model according to the three-dimensional model of the target area.
Further, the purpose of generating the DOM map is to fully utilize the image characteristics thereof, perform image recognition on the DOM map by using a deep learning network, distinguish various types of ground features contained in the DOM map, such as houses, water areas (or small-area puddles), roads, forests and ground cracks, determine the position information of the ground features in the DOM map, and generate the ground feature classification information. Therefore, the feature classification information mainly includes the classified features in the target area and the position information of each feature.
In step 102 of the path planning method provided by the present invention, when a path is planned, if a user cannot pass through the current rescue facility configuration at the position of any feature, the feature is divided into a class of features, and the corresponding information is classified as class-of-feature information.
For example: if a fire disaster occurs in a certain target area, an optimal path for rescuing the target area is planned in time, the DOM image of the target area is subjected to image recognition, the situation that a river exists at the position A is determined, and the rescuing personnel do not configure wading equipment, and the position information of the river are classified into the ground feature information.
Optionally, the feature information of the above-mentioned type at least includes one of the following information: the position information of the obstacle avoidance area, the position information of the ground fissure, the position information of the house and the like.
As an optional embodiment, after the three-dimensional model of the target area is obtained, a thermal infrared device, a hyperspectral device, and a multispectral device may be used to obtain a thermal infrared image and a spectral image of the target area. And after acquiring the DOM graph, registering the acquired thermal infrared image and the spectral image with the DOM graph.
Then, the position information of the fire wire in the target area, the position information of the water area and the like can be respectively identified according to the thermal infrared image and the spectral image, and the obstacle avoidance area can be determined according to the acquired position information of the fire wire and the acquired position information of the water area.
For example: after the position information of the live wire is determined, all the areas with the distance from the live wire exceeding the preset distance are defined as obstacle avoidance areas.
On the other hand, when the route is planned, if the user can smoothly pass through the current rescue facility configuration at the position where any feature is located, the feature is divided into two types of features, and the corresponding information is classified into two types of feature information.
For example: in the case that the user configures the wading equipment, the two types of ground feature information at least comprise one of the following information: road information, water area location information, and the like.
The road information mainly comprises the position information of the road, and the related gradient information of each road can be determined according to the position information of the road.
As an optional embodiment, the screening out a path model including a start position and an end position from the surface model according to the information of the type of surface features and the predetermined information of the position where the obstacle avoidance area is located includes: traversing the surface model from the starting position to the end position, removing the model area related to the type of ground feature information from the surface model, and taking the removed part as the path model.
Specifically, after distinguishing a type of ground object information and a type of ground object information from a DOM (document object model), the optimal rescue path is determined from the surface model by utilizing the integration of the two types of ground object information, and the method mainly comprises the following steps:
in step 103, first, according to the determined type of ground object information, a part, such as an obstacle avoidance area, which cannot be smoothly passed through under the current rescue facility configuration is determined from the surface model, and the part is deleted.
The deletion may be performed by a manual identification method, or may be performed by a computer image processing method, which is not limited in the present invention.
Then, a portion including the start position and the end position is screened out again from the remaining portion after deletion according to the start position and the end position, and the screened portion is used as a path model.
Through the processing in step 103, the effective area for path planning can be effectively reduced, and the planned path is prevented from passing through different passing areas.
In step 104, after the path model is obtained, an optimal rescue path may be determined by a shortest path or a fastest path planning method in combination with the two types of ground feature information.
In the process of planning the optimal rescue path from the path model, the user can reasonably plan according to the current rescue facility configuration and by combining with the two types of ground object information.
For example: in the case where a vehicle is arranged, a road is preferentially selected; determining climbing capacity according to the current configuration of the rescue facility, and setting a climbing gradient threshold (if vehicles cannot pass through an area with excessive gradient), so as to select a proper passing path according to the gradient threshold; if right wading equipment is deployed, it is possible to take into account the area across the water without having to take into account bridging considerations when making the path.
The path planning method provided by the invention is particularly suitable for emergency scenes such as field, geological disasters, rescue, fire, urban inland inundation and the like, can automatically avoid some obstacle avoidance areas according to the three-dimensional model of the target area, automatically generates a most reasonable rescue path according to the configuration of rescue facilities, can effectively meet the use requirement of severe environment, improves the rescue efficiency and improves the safety of rescue or evacuation.
Fig. 2 is a second schematic flow chart of the path planning method provided by the present invention, and as shown in fig. 2, the above-mentioned obtaining the digital orthographic projection image of the target area according to the three-dimensional model of the target area mainly includes, but is not limited to, the following steps:
determining the length of the digital orthophoto map according to the ratio of the span of the three-dimensional model in the east-west direction to a first preset sampling interval;
determining the width of the digital orthophoto map according to the ratio of the north-south span of the three-dimensional model to the first preset sampling interval;
and extracting textures of the three-dimensional model, acquiring a pixel value of the highest point in the three-dimensional model in each first sampling interval, assigning the pixel value to a pixel point on the digital orthophoto map corresponding to the first sampling interval until the traversal sampling of the three-dimensional model is completed, and generating the digital orthophoto map.
It should be noted that the width of the digital ortho-image map may also be determined according to a ratio between the east-west direction span of the three-dimensional model and the first preset sampling interval, and the length of the digital ortho-image map may also be determined according to a ratio between the north-south direction span of the three-dimensional model and the first preset sampling interval.
In colloquial, the main ideas of the method for generating the DOM graph according to the three-dimensional model include:
(1) acquiring the range of the three-dimensional model, and sequentially sampling the pixel values of the highest point of the three-dimensional model according to a first preset sampling interval of rows and columns;
(2) the length and width of the generated DOM graph are respectively: dividing the span of the three-dimensional model in the east-west direction by the sampling interval and dividing the span of the three-dimensional model in the north-south direction by the sampling interval;
(3) and assigning the sampled pixel value of each sampling point on the three-dimensional model to the pixel point of the corresponding DOM image.
Based on the content of the foregoing embodiment, as an alternative embodiment, the above-mentioned obtaining the surface model of the target area according to the three-dimensional model of the target area may include, but is not limited to, the following steps:
determining the range of the surface model according to the range of the three-dimensional model;
acquiring a height value of the highest point in the three-dimensional model in each second sampling interval;
taking the coordinate of the highest point as an XY axis coordinate value and the elevation value of the highest point as a Z axis coordinate value, and creating a sampling point for storage;
and after traversing and sampling the three-dimensional model, constructing a Delaunay triangulation network by all sampling points to generate the surface model.
It should be noted that the second sampling interval may be the same as or different from the first sampling interval for generating the DOM graph.
Based on the content of the foregoing embodiment, as an optional embodiment, the acquiring, according to the digital orthophoto map, the ground feature classification information of the target area includes:
inputting the DOM graph into an example segmentation model so as to generate the ground feature classification information according to an output result of the example segmentation model;
the example segmentation model is obtained after training according to a digital ortho-image sample image with a ground feature classification result label.
The example segmentation model can be obtained after training based on a Mask-R-CNN network.
Before identifying the input DOM graph by using the example segmentation model, the method further comprises the following steps: and marking a large number of DOM sample graphs, training a Mask-R-CNN network by using the marked DOM sample graphs with the ground feature classification result labels, and finishing the real-time identification of the input DOM graph by using the trained Mask-R-CNN network.
The output result after recognition can be saved as a ground object classification file, and the ground object classification file is a group of binary graphs, and the resolution of the ground object classification file is the same as that of the DOM graph. For example: the classification file of the land feature related to the water area sets the place with water as 1, sets the place without water as 0, and the other places are set in the same way.
In addition, in order to reduce the data amount stored in the ground feature classification, the generated ground feature classification information is directly stored in the ground feature classification file in a binary stream mode (the essence of the ground feature classification information and the binary stream is almost the same as that of the binary stream, but the data amount can be greatly reduced).
Based on the content of the foregoing embodiment, as an optional embodiment, the determining a target route from a starting position to an ending position from a route model according to two types of feature information includes:
taking each sampling point in the path model as a node, and respectively determining a passing difficulty coefficient between every two nodes according to the second type ground object information;
calculating a cost distance between every two nodes, wherein the cost distance is the product of the path distance and the passing difficulty coefficient;
and acquiring the total value of the cost distances of all paths from the starting position to the end position so as to determine the target path from all the paths.
It should be noted that the areas corresponding to the ground feature information of the above-mentioned type are areas that completely different pass through in the route planning, such as obstacle avoidance areas, forbidden areas, or areas that cannot pass through according to the current configuration of the rescue facility; in contrast, the area corresponding to the second type of feature information is an area that can pass through according to the current configuration of the rescue facility or can pass through under certain conditions.
The optimal rescue route can be planned from the route model based on a Dijkstra method, namely, the target route with the minimum total cost distance value from the starting position (starting vertex) to the end position (target vertex) is determined, wherein the total cost distance value refers to the sum of the cost distances between two adjacent nodes forming the target route.
When the cost distance between two adjacent nodes is calculated, on the basis of the distance, the passing difficulty coefficient between the two adjacent nodes is calculated firstly according to the current rescue facility configuration and the acquired two types of ground object information, and the cost distance is as follows: the actual distance x the pass difficulty coefficient.
Generally, in the case of the current rescue facility configuration, when determining the passing difficulty coefficient between the node a and the node B, if the connection line pointing to the node B from the node a passes through the region that cannot pass through, the passing difficulty coefficient between the node a and the node B may be set to infinity or the node B may be removed.
The following description will be made of the calculation of the pass difficulty coefficient by taking the example of calculating the line from the node a to the node B through a climbing region:
θ=1+N*tan(α-α0),
N>0 and 90>α0>-90
Wherein θ is a pass difficulty coefficient between the node a and the node B; alpha is the slope angle between the node A and the node B; alpha is alpha0For the most labour-saving slope values, e.g. alpha0Taking-10 degrees indicates that it is most labor-saving to pass through a-10 degree slope.
The method for determining N comprises the following steps: if the same physical effort as that required to walk 500 meters on a flat ground is taken through a steep slope of 45 degrees and 100 meters in length, N takes the value 4(1+4 × 1 — 5).
It can also be known from the above formula that if the slope angle between the node a and the node B exceeds the preset slope angle threshold, the passing difficulty coefficient between the node a and the node B is set to infinity.
In the same manner, the calculation method of the passing difficulty coefficient between two adjacent nodes in other scenes may be set, which is not described in detail herein.
The path planning method provided by the invention integrates the ground feature information in the target area, and adopts a classical path optimization method by combining the actual state of the current rescue facility configuration, so that the optimal disaster relief route can be rapidly and accurately determined, the passability of the acquired target path can be effectively ensured, and precious time is won for the development of disaster relief and evacuation work.
Fig. 3 is a schematic structural diagram of the path planning apparatus provided by the present invention, as shown in fig. 3, which mainly includes, but is not limited to, a model conversion unit 31, a surface feature classification unit 32, a model simplification unit 33, and a path planning unit 34, wherein:
the model conversion unit 31 is mainly used for respectively acquiring a digital orthophoto map and a surface model of a target region according to a three-dimensional model of the target region; the feature classification unit 32 is mainly configured to obtain feature classification information of the target area according to the digital orthophoto map, where the feature classification information includes first-class feature information and second-class feature information; the model simplifying unit 33 is mainly used for screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects of the same type and the predetermined position information of the obstacle avoidance area; the path planning unit 34 is mainly configured to determine a target path from the starting position to the ending position from the path model according to the information of the second type of ground objects; the total value of the cost distances between all nodes constituting the target path is minimal.
It should be noted that, when the path planning apparatus provided in the embodiment of the present invention is specifically operated, the path planning method described in any of the above embodiments may be executed, and details of this embodiment are not described herein.
The path planning device provided by the invention is particularly suitable for emergency scenes such as field, geological disasters, rescue, fire, urban inland inundation and the like, can automatically avoid some obstacle avoidance areas according to a three-dimensional model of a target area, automatically generates a most reasonable rescue path according to the configuration of rescue facilities, can effectively meet the use requirement of severe environment, improves the rescue efficiency and improves the safety of rescue or evacuation.
Fig. 4 is a schematic structural diagram of an electronic device provided in the present invention, and as shown in fig. 4, the electronic device may include: a processor (processor)410, a communication Interface 420, a memory (memory)430 and a communication bus 440, wherein the processor 410, the communication Interface 420 and the memory 430 are communicated with each other via the communication bus 440. The processor 410 may invoke logic instructions in the memory 430 to perform a path planning method comprising: respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area; according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information; screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects and the predetermined position information of the obstacle avoidance area; determining a target path from the starting position to the end position from the path model according to the second type ground object information; the total value of the cost distances between all nodes constituting the target path is minimal.
In addition, the logic instructions in the memory 430 may be implemented in the form of software functional units and stored in a computer readable storage medium when the software functional units are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In another aspect, the present invention also provides a computer program product comprising a computer program stored on a non-transitory computer-readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform a path planning method provided by the above methods, the method comprising: respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area; according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information; screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects and the predetermined position information of the obstacle avoidance area; determining a target path from the starting position to the end position from the path model according to the second type ground object information; the total value of the cost distances between all nodes constituting the target path is minimal.
In yet another aspect, the present invention also provides a non-transitory computer-readable storage medium, on which a computer program is stored, the computer program being implemented by a processor to perform the path planning method provided in the above embodiments, the method including: respectively acquiring a digital orthophoto map and a surface model of a target area according to a three-dimensional model of the target area; according to the digital orthophoto map, the ground feature classification information of the target area is obtained, and the ground feature classification information comprises first-class ground feature information and second-class ground feature information; screening a path model containing a starting position and an end position from the surface model according to the information of the ground objects and the predetermined position information of the obstacle avoidance area; determining a target path from the starting position to the end position from the path model according to the second type ground object information; the total value of the cost distances between all nodes constituting the target path is minimal.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1.一种路径规划方法,其特征在于,包括:1. a path planning method, is characterized in that, comprises: 根据目标区域的三维模型,分别获取所述目标区域的数字正射影像图和表面模型;According to the three-dimensional model of the target area, the digital orthophoto image and the surface model of the target area are obtained respectively; 根据所述数字正射影像图,获取所述目标区域的地物分类信息,所述地物分类信息包括一类地物信息和二类地物信息;According to the digital orthophoto map, obtain the ground object classification information of the target area, and the ground object classification information includes first-class ground object information and second-class ground object information; 根据所述一类地物信息和预先确定的避障区域所在位置信息,从所述表面模型中筛选出包含起始位置和终点位置的路径模型;Screening out a path model including a start position and an end position from the surface model according to the type of ground object information and the predetermined location information of the obstacle avoidance area; 根据所述二类地物信息,从所述路径模型中确定出从所述起始位置至所述终点位置的目标路径;构成所述目标路径的所有节点之间的成本距离总值最小。According to the second-class feature information, a target path from the start position to the end position is determined from the path model; the total cost distance between all nodes constituting the target path is the smallest. 2.根据权利要求1所述的路径规划方法,其特征在于,根据目标区域的三维模型获取所述目标区域的数字正射影像图,包括:2. The path planning method according to claim 1, wherein obtaining a digital orthophoto image of the target area according to a three-dimensional model of the target area, comprising: 根据所述三维模型的东西方向的跨度与第一预设采样间隔之间的比值确定所述数字正射影像图的长度;determining the length of the digital orthophoto image according to the ratio between the east-west span of the three-dimensional model and the first preset sampling interval; 根据所述三维模型的南北方向的跨度与所述第一预设采样间隔之间的比值确定所述数字正射影像图的宽度;determining the width of the digital orthophoto image according to the ratio between the span in the north-south direction of the three-dimensional model and the first preset sampling interval; 对所述三维模型进行纹理提取,获取每个所述第一采样间隔内所述三维模型中最高点的像素值,并将所述像素值赋值给所述数字正射影像图上的、与所述第一采样间隔相对应的像素点,直至完成对所述三维模型的遍历采样,生成所述数字正射影像图。The texture extraction is performed on the three-dimensional model, the pixel value of the highest point in the three-dimensional model in each of the first sampling intervals is obtained, and the pixel value is assigned to the digital orthophoto image and the corresponding pixel value. pixel points corresponding to the first sampling interval until the traversal sampling of the three-dimensional model is completed, and the digital orthophoto image is generated. 3.根据权利要求1所述的路径规划方法,其特征在于,根据目标区域的三维模型获取所述目标区域的表面模型,包括:3. The path planning method according to claim 1, wherein obtaining the surface model of the target area according to the three-dimensional model of the target area, comprising: 根据所述三维模型的范围确定所述表面模型的范围;determining the extent of the surface model according to the extent of the three-dimensional model; 获取每个第二采样间隔内所述三维模型中最高点的高程值;obtaining the elevation value of the highest point in the three-dimensional model within each second sampling interval; 将所述最高点的坐标作为XY轴坐标值和所述最高点的高程值作为Z轴坐标值,创建一个采样点进行保存;Taking the coordinates of the highest point as the XY axis coordinate value and the elevation value of the highest point as the Z axis coordinate value, create a sampling point to save; 完成对所述三维模型的遍历采样后,由所有的采样点构建Delaunay三角网,生成所述表面模型。After the traversal sampling of the three-dimensional model is completed, a Delaunay triangulation network is constructed from all the sampling points to generate the surface model. 4.根据权利要求1所述的路径规划方法,其特征在于,所述根据所述数字正射影像图,获取所述目标区域的地物分类信息,包括:4 . The path planning method according to claim 1 , wherein the obtaining the ground object classification information of the target area according to the digital orthophoto image comprises: 5 . 将所述数字正射影像图输入至实例分割模型,以根据由所述实例分割模型的输出结果,生成所述地物分类信息;inputting the digital orthophoto image into an instance segmentation model to generate the feature classification information according to an output result of the instance segmentation model; 所述实例分割模型是根据带有地物分类结果标签的数字正射影像样本图训练后获取的。The instance segmentation model is obtained after training according to the digital orthophoto image sample map with the label of the ground object classification result. 5.根据权利要求1所述的路径规划方法,其特征在于,所述一类地物信息至少包括以下信息中的一种:地裂缝所在位置信息和房屋所在位置信息;5 . The path planning method according to claim 1 , wherein the type of ground feature information includes at least one of the following information: location information of ground fissures and location information of houses; 5 . 所述二类地物信息至少包括以下信息中的一种:道路信息和水域所在位置信息。The second type of feature information includes at least one of the following information: road information and water location information. 6.根据权利要求1所述的路径规划方法,其特征在于,所述根据所述一类地物信息和预先确定的避障区域所在位置信息,从所述表面模型中筛选出包含起始位置和终点位置的路径模型,包括:6 . The path planning method according to claim 1 , wherein, according to the information of the one type of ground objects and the information about the location of the pre-determined obstacle avoidance area, screen out the starting position from the surface model. 7 . and the path model for the end position, including: 从所述起始位置开始至所述终点位置结束遍历所述表面模型,从所述表面模型中剔除与所述一类地物信息相关的模型区域,并将剔除后的部分作为所述路径模型。Traverse the surface model from the start position to the end position, remove the model area related to the type of ground object information from the surface model, and use the removed part as the path model . 7.根据权利要求3所述的路径规划方法,其特征在于,所述根据所述二类地物信息,从所述路径模型中确定出从所述起始位置至所述终点位置的目标路径,包括:7 . The path planning method according to claim 3 , wherein the target path from the starting position to the ending position is determined from the path model according to the second-class ground object information. 8 . ,include: 将所述路径模型中的每个所述采样点作为有一个节点,并根据所述二类地物信息分别确定两两节点之间的通过难度系数;Taking each of the sampling points in the path model as a node, and respectively determining the difficulty coefficient of passing between two nodes according to the information of the two types of ground objects; 计算两两节点之间的成本距离,所述成本距离为路径距离与通过难度系数之间的乘积;Calculate the cost distance between two nodes, where the cost distance is the product of the path distance and the passing difficulty coefficient; 获取由所述起始位置抵达所述终点位置之间所有路径的成本距离总值,以从所有路径中确定所述目标路径。The total cost distance of all paths from the starting position to the ending position is obtained to determine the target path from all the paths. 8.一种路径规划装置,其特征在于,包括:8. A path planning device, comprising: 模型转换单元,用于根据目标区域的三维模型,分别获取所述目标区域的数字正射影像图和表面模型;a model conversion unit, configured to obtain a digital orthophoto image and a surface model of the target area respectively according to the three-dimensional model of the target area; 地物分类单元,用于根据所述数字正射影像图,获取所述目标区域的地物分类信息,所述地物分类信息包括一类地物信息和二类地物信息;a ground object classification unit, configured to obtain the ground object classification information of the target area according to the digital orthophoto map, where the ground object classification information includes first-class ground object information and second-class ground object information; 模型简化单元,用于根据所述一类地物信息和预先确定的避障区域所在位置信息,从所述表面模型中筛选出包含起始位置和终点位置的路径模型;a model simplification unit, configured to screen out a path model including a starting position and an ending position from the surface model according to the information of the first-class ground objects and the predetermined location information of the obstacle avoidance area; 路径规划单元,用于根据所述二类地物信息,从所述路径模型中确定出从所述起始位置至所述终点位置的目标路径;构成所述目标路径的所有节点之间的成本距离总值最小。A path planning unit, configured to determine a target path from the start position to the end position from the path model according to the second-class ground object information; the cost between all nodes constituting the target path The total distance is the smallest. 9.一种电子设备,包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,其特征在于,所述处理器执行所述计算机程序时实现如权利要求1至7任一项所述路径规划方法步骤。9. An electronic device comprising a memory, a processor and a computer program stored on the memory and running on the processor, wherein the processor implements the computer program as claimed in the claims Steps of the path planning method described in any one of 1 to 7. 10.一种非暂态计算机可读存储介质,其上存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至7任一项所述路径规划方法步骤。10 . A non-transitory computer-readable storage medium on which a computer program is stored, characterized in that, when the computer program is executed by a processor, the steps of the path planning method according to any one of claims 1 to 7 are implemented.
CN202111443411.4A 2021-11-30 2021-11-30 Path planning method and device Active CN114237232B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111443411.4A CN114237232B (en) 2021-11-30 2021-11-30 Path planning method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111443411.4A CN114237232B (en) 2021-11-30 2021-11-30 Path planning method and device

Publications (2)

Publication Number Publication Date
CN114237232A true CN114237232A (en) 2022-03-25
CN114237232B CN114237232B (en) 2024-10-29

Family

ID=80752203

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111443411.4A Active CN114237232B (en) 2021-11-30 2021-11-30 Path planning method and device

Country Status (1)

Country Link
CN (1) CN114237232B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115373399A (en) * 2022-09-13 2022-11-22 中国安全生产科学研究院 A Path Planning Method for Ground Robots Based on Air-Ground Coordination
CN117191048A (en) * 2023-11-07 2023-12-08 北京四象爱数科技有限公司 Emergency path planning method, equipment and medium based on three-dimensional stereopair
CN118010029A (en) * 2024-02-19 2024-05-10 北京晶品特装科技股份有限公司 Functional vehicle passing evaluation system for field non-traffic road

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101342633B1 (en) * 2013-09-11 2014-01-16 삼아항업(주) Video geographic information management system based on division of screen using time series orthophotograph
KR20160146374A (en) * 2015-06-12 2016-12-21 국방과학연구소 Method and apparatus of path planning
CN107688818A (en) * 2016-08-05 2018-02-13 中国电力科学研究院 A kind of path intelligent selecting method and system based on satellite remote-sensing image signature analysis
CN109341702A (en) * 2018-12-13 2019-02-15 广州极飞科技有限公司 Route planning method, device, equipment and storage medium in operating area
CN111667101A (en) * 2020-05-22 2020-09-15 武汉大学 Personalized electric power field operation path planning method and system integrating high-resolution remote sensing image and terrain
CN113344956A (en) * 2021-06-21 2021-09-03 深圳市武测空间信息有限公司 Ground feature contour extraction and classification method based on unmanned aerial vehicle aerial photography three-dimensional modeling

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101342633B1 (en) * 2013-09-11 2014-01-16 삼아항업(주) Video geographic information management system based on division of screen using time series orthophotograph
KR20160146374A (en) * 2015-06-12 2016-12-21 국방과학연구소 Method and apparatus of path planning
CN107688818A (en) * 2016-08-05 2018-02-13 中国电力科学研究院 A kind of path intelligent selecting method and system based on satellite remote-sensing image signature analysis
CN109341702A (en) * 2018-12-13 2019-02-15 广州极飞科技有限公司 Route planning method, device, equipment and storage medium in operating area
CN111667101A (en) * 2020-05-22 2020-09-15 武汉大学 Personalized electric power field operation path planning method and system integrating high-resolution remote sensing image and terrain
CN113344956A (en) * 2021-06-21 2021-09-03 深圳市武测空间信息有限公司 Ground feature contour extraction and classification method based on unmanned aerial vehicle aerial photography three-dimensional modeling

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115373399A (en) * 2022-09-13 2022-11-22 中国安全生产科学研究院 A Path Planning Method for Ground Robots Based on Air-Ground Coordination
CN115373399B (en) * 2022-09-13 2024-07-12 中国安全生产科学研究院 Ground robot path planning method based on air-ground coordination
CN117191048A (en) * 2023-11-07 2023-12-08 北京四象爱数科技有限公司 Emergency path planning method, equipment and medium based on three-dimensional stereopair
CN117191048B (en) * 2023-11-07 2024-01-05 北京四象爱数科技有限公司 An emergency path planning method, equipment and medium based on three-dimensional stereo image pairs
CN118010029A (en) * 2024-02-19 2024-05-10 北京晶品特装科技股份有限公司 Functional vehicle passing evaluation system for field non-traffic road

Also Published As

Publication number Publication date
CN114237232B (en) 2024-10-29

Similar Documents

Publication Publication Date Title
CN114237232A (en) Path planning method and device
CN114326754B (en) Complex terrain path planning method, device, electronic device and storage medium
CA2510110C (en) System, apparatus and method for mapping
CN111652241B (en) A Building Contour Extraction Method Based on Fusion of Image Features and Dense Matching Point Cloud Features
CN109816780B (en) Power transmission line three-dimensional point cloud generation method and device of binocular sequence image
JP2012137933A (en) Position specifying method of planimetric features to be photographed, program thereof, display map, photographic position acquiring method, program thereof and photographic position acquiring device
Staats et al. Automatic generation of indoor navigable space using a point cloud and its scanner trajectory
RU2612571C1 (en) Method and system for recognizing urban facilities
Dong et al. A framework for automated assessment of post-earthquake building damage using geospatial data
JP4619504B2 (en) 3D digital map generator
Piltz et al. Volume based DTM generation from very high resolution photogrammetric DSMs
JP6146731B2 (en) Coordinate correction apparatus, coordinate correction program, and coordinate correction method
Taniguchi et al. Quantitative visualization of physical barriers for vulnerable pedestrians based on photogrammetry
Potůčková et al. Comparison of quality measures for building outline extraction
RU2638638C1 (en) Method and system of automatic constructing three-dimensional models of cities
Kucharczyk et al. Pre-disaster mapping with drones: an urban case study in Victoria, British Columbia, Canada
Albalawneh et al. A new federated genetic algorithm-based optimization technique for multi-criteria vehicle route planning using ArcGIS network analyst
CN113744393B (en) A multi-level slope landslide change monitoring method
Krooks et al. WebGL visualisation of 3D environmental models based on finnish open geospatial data sets
CN116704386B (en) AI-based accurate emergency rescue method and device
Balenović et al. Digital photogrammetry–State of the art and potential for application in forest management in Croatia
Peter et al. Grammar supported indoor mapping
KR101510618B1 (en) Method and apparatus for separating street trees areas using airborne lidar data
Chen et al. Multi-type change detection of building models by integrating spatial and spectral information
De Los Santos et al. Gis-Based Rapid Earthquake Exposure and Vulnerability Mapping Using Lidar Dem and Machine Learning Algorithms: Case of Porac, Pampanga

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