CN105844703A - Three-dimensional terrain simplified algorithm based on high precision DEM data - Google Patents

Three-dimensional terrain simplified algorithm based on high precision DEM data Download PDF

Info

Publication number
CN105844703A
CN105844703A CN201610167976.7A CN201610167976A CN105844703A CN 105844703 A CN105844703 A CN 105844703A CN 201610167976 A CN201610167976 A CN 201610167976A CN 105844703 A CN105844703 A CN 105844703A
Authority
CN
China
Prior art keywords
node
error
viewpoint
terrain
algorithm
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610167976.7A
Other languages
Chinese (zh)
Inventor
刘广州
于启万
许启金
别长报
吴翔
叶辉
廖志斌
吴伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
State Grid Corp of China SGCC
Suzhou Power Supply Co of State Grid Anhui Electric Power Co Ltd
Original Assignee
State Grid Corp of China SGCC
Suzhou Power Supply Co of State Grid Anhui Electric Power 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 State Grid Corp of China SGCC, Suzhou Power Supply Co of State Grid Anhui Electric Power Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN201610167976.7A priority Critical patent/CN105844703A/en
Publication of CN105844703A publication Critical patent/CN105844703A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/005Tree description, e.g. octree, quadtree
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/05Geographic models

Landscapes

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

Abstract

The invention discloses a three-dimensional terrain simplified algorithm based on high precision DEM data, comprising following steps: 1) designing a quad-tree data structure; 2) calculating viewpoint irrelevant error of a triangular irregular network; 3) performing subdivision on quad-tree junction points; 4) performing terrain simplified error judgment. Compared with common DEM, the algorithm has a special design for the quad-tree data structure in that not only point, edge and triangle linked lists are defined, but also the center point boundary of blocks and error measurement values of blocks are defined; after the viewpoint irrelevant error of the triangular irregular network is calculated, further subdivision to the error values is performed and further error judgment is made; as establishing wide-range, large-scale real-time, and interactive virtual terrain environment is simplified, junction point complexity is simplified when importance measurement of each junction point is calculated so that terrain drawing efficiency is increased and the obtained effect picture has delicate and real terrain details.

Description

A kind of dimensional topographies based on high accuracy DEM data simplify algorithm
Technical field
The present invention relates to a kind of algorithm, a kind of dimensional topographies based on high accuracy DEM data simplify algorithm, belong to Image processing technique field.
Background technology
For more efficient generation height emulation, transmission line of electricity dimensional topography scene extensive, high-precision, frequently with landform Digital elevation data (DEM), when using these massive terrain data to set up relief model, generally comprise hundreds of millions of triangles Shape, and network data is simplified by a way exactly that solve triangle grid model data volume big.Regular grid structure by Simply having obtained relatively broad application in data structure, common DEM just employs regular grid, and tree construction is rule mesh In network terrain rendering through frequently with data structure, quaternary tree is commonly used for the simplification of landform.
Tree construction can carry out piecemeal easily, greatly reduce the terrain rendering time landform, accelerates Terrain Simplification, But but take substantial amounts of memory headroom, and the sealene triangle (TIN) expressed based on tree construction can be good at realizing right Scene data approximates, and visual continuity is relatively good, but its triangulation network algorithm exists the defect that execution efficiency is low.
Summary of the invention
It is an object of the invention to provide a kind of dimensional topographies based on high accuracy DEM data and simplify algorithm, big setting up Scope, large-scale in real time, Virtual Terrain Environment that can be mutual, it is thus achieved that preferably while approximation initial land form, improve and calculate The execution efficiency of method.
For reaching above-mentioned purpose, these dimensional topographies based on high accuracy DEM data simplify algorithm, comprise the following steps:
(1) on the basis of high accuracy DEM data, set up based on quad-tree structure DEM model, and defining point, limit, triangle Face chained list, and the central point border of block and the error metric value of block;
(2) according to the design of step (1), calculate the unrelated error amount of viewpoint of TIN, do not advise according to obtain Then the unrelated error of the viewpoint of the triangulation network carries out the calculating of projection error, to improve terrain rendering precision;
(3) the unrelated error amount of viewpoint of the TIN obtained in step (2) is compared with the threshold value of setting, greatly In then inserting this viewpoint, surround ball scope less than then expanding further;
(4) the whole landform choosing the multiple viewpoints of insertion is node, judges according to imposing a condition whether node meets condition Requirement, if meeting, is then leafy node;It is unsatisfactory for, then this node is divided into 4 child nodes, judges 4 sons by the method for recurrence Whether node meets leafy node condition, until only can not be further divided into, its distinguishing rule be according to calculated by preceding step not The node error amount e (C that the unrelated error amount of viewpoint of regular triangular net determinesi), for determining the simplification degree of terrain rendering.
Further, the viewpoint unrelated error S (C of TIN in step (2)i), can be calculated by equation below:
S ( C i ) = ∫ d ( C i ) | h ( x , y ) - A ( Star ( p ) ) | dxdy - - - ( 1 )
Wherein, and h (x, y) is landform altitude function, and A (Star (p)) is the mean error plane of node definition, irregular three The unrelated error of viewpoint of angle net can be calculated by formula (1), d (C thereinj) scope determined by error nesting ball, for specific For physical points, its projection error and the unrelated error of actual view is directly proportional and it is the most remote away from viewpoint, projection error is the least, its Computing formula is:
ρ i = λ S ( C i ) || p i - e || - - - ( 2 )
Wherein, for PiFor node, e is viewpoint, and λ is projection coefficient, is that actual object size is in projector space projective transformation After amplification;
Further, in step (3), size to the unrelated error amount of sealene triangle obtained according to (2) formula is entered One step segmentation, node continues the condition of segmentation and is:
ρ i > τ ⇔ λ S ( C i ) || p i - e || - R i > τ ⇒ λ τ S ( C i ) > || p i - e || - R i ⇒ ( 1 k S ( C i ) + R i ) 2 > || p i - e || 2 - - - ( 3 )
Wherein k=τ/λ, through the optimization of formula (3), algorithm can reach more satisfactory calculating effect, for unrelated mistake The size of difference, it is possible to compare with threshold value, more than then inserting this viewpoint, surrounds ball scope less than then expanding further;
Further, step (4) is Terrain Simplification error judgment, and first choosing with regard to whole landform is node, then judges Whether node meets certain condition, is if it is considered leafy node, otherwise this node four is divided into 4 child nodes, with passing The method returned judges whether 4 child nodes meet leafy node condition, until only can not be further divided into, its algorithmic procedure is as follows:
Root node is stacked, if stack is not empty, and stack node is less than e (Ci), then node is put into a set, algorithm terminates; If stack is not empty, but stack node is more than or equal to e (Ci), then return a upper program, continue to be divided into child node, until stack node is little In e (Ci), then node is put into a set, algorithm terminates;If stack is empty, then algorithm terminates.
e(Ci) computing formula be:
e ( C i ) = k · l × L × λ 2 × tan α 2 × d · S ( C i ) - - - ( 4 )
Wherein α is the subtended angle of viewpoint, and L is the length of side of projection plane, and l is to be thrown line segment length, and d is in viewpoint and this line segment The distance of the heart, λ is the pixel count on a projection plane of the unit length in object space, and k is a variable coefficient.
Compared with common DEM, quaternary tree data structure is specifically designed by this algorithm, define not only point, limit, Triangular facet chained list, also makes definitions to the central point border of block and the error metric value of block, is regarding TIN After the unrelated error of point makes calculating, segmentation further to error amount, and make further error judgment, to setting up big model Enclose, large-scale in real time, can be while mutual Virtual Terrain Environment simplifies, by calculating the importance of each node When estimating, simplify the complexity of node, improve terrain rendering efficiency, and the design sketch topographic details obtained is careful truly.
Accompanying drawing explanation
Fig. 1 is the algorithmic procedure flow chart of step of the present invention (4).
Detailed description of the invention
The invention will be further described below.
These dimensional topographies based on high accuracy DEM data simplify algorithm, comprise the following steps:
(1) on the basis of high accuracy DEM data, set up DEM model based on quad-tree structure, and defining point, limit, three Edged surface chained list, and the central point border of block and the error metric value of block, design process is as follows:
The purpose more than designed is in the level of detail model of landform, cuts out what comes into a driver's for landform in addition easily Cut and calculate with error transition, in order to accelerate to draw speed.
(2) according to the design of step (1), calculate the unrelated error amount of viewpoint of TIN, do not advise according to obtain Then the unrelated error of the viewpoint of the triangulation network carries out the calculating of projection error, to improve terrain rendering reliability;
(3) the unrelated error amount of viewpoint of the TIN obtained in step (2) is compared with the threshold value of setting, greatly In then inserting this viewpoint, surround ball scope less than then expanding further;
(4) the whole landform choosing the multiple viewpoints of insertion is node, judges according to imposing a condition whether node meets condition Requirement, if meeting, is then leafy node;It is unsatisfactory for, then this node is divided into 4 child nodes, judges 4 sons by the method for recurrence Whether node meets leafy node condition, until only can not be further divided into, its distinguishing rule be according to calculated by preceding step not The node error amount e (C that the unrelated error amount of viewpoint of regular triangular net determinesi), for determining the simplification degree of terrain rendering.
The viewpoint unrelated error S (C of TIN in step (2)i), can be calculated by equation below:
S ( C i ) = ∫ d ( C i ) | h ( x , y ) - A ( Star ( p ) ) | dxdy - - - ( 1 )
Wherein, and h (x, y) is landform altitude function, and A (Star (p)) is the mean error plane of node definition, irregular three The unrelated error of viewpoint of angle net can be calculated by formula (1), d (C thereinj) scope determined by error nesting ball, for specific For physical points, its projection error and the unrelated error of actual view is directly proportional and it is the most remote away from viewpoint, projection error is the least, its Computing formula is:
ρ i = λ S ( C i ) || p i - e || - - - ( 2 )
Wherein, for PiFor node, e is viewpoint, and λ is projection coefficient, is that actual object size is in projector space projective transformation After amplification;
In step (3), the size to the unrelated error amount of sealene triangle obtained according to (2) formula is segmented further, Node continues the condition of segmentation:
ρ i > τ ⇔ λ S ( C i ) || p i - e || - R i > τ ⇒ λ τ S ( C i ) > || p i - e || - R i ⇒ ( 1 k S ( C i ) + R i ) 2 > || p i - e || 2 - - - ( 3 )
Wherein k=τ/λ, through the optimization of formula (3), algorithm can reach more satisfactory calculating effect, for unrelated mistake The size of difference, it is possible to compare with threshold value, more than then inserting this viewpoint, surrounds ball scope less than then expanding further;
Step (4) is Terrain Simplification error judgment, and first choosing with regard to whole landform is node, then judges that node is the fullest Certain condition of foot, is if it is considered leafy node, otherwise this node four is divided into 4 child nodes, sentences by the method for recurrence Whether disconnected 4 child nodes meet leafy node condition, until only can not be further divided into, its algorithmic procedure is as follows:
Root node is stacked, if stack is not empty, and stack node is less than e (Ci), then node is put into a set, algorithm terminates; If stack is not empty, but stack node is more than or equal to e (Ci), then return a upper program, continue to be divided into child node, until stack node is little In e (Ci), then node is put into a set, algorithm terminates;If stack is empty, then algorithm terminates.
e(Ci) computing formula be:
e ( C i ) = k · l × L × λ 2 × tan α 2 × d · S ( C i ) - - - ( 4 )
Wherein α is the subtended angle of viewpoint, and L is the length of side of projection plane, and l is to be thrown line segment length, and d is in viewpoint and this line segment The distance of the heart, λ is the pixel count on a projection plane of the unit length in object space, and k is a variable coefficient.

Claims (4)

1. dimensional topographies based on high accuracy DEM data simplify algorithm, it is characterised in that comprise the following steps:
(1) on the basis of high accuracy DEM data, DEM model based on quad-tree structure, and defining point, limit, triangular facet are set up Chained list, and the central point border of block and the error metric value of block;
(2) according to the design of step (1), the unrelated error amount of viewpoint of TIN is calculated, according to irregular three obtained The unrelated error of viewpoint of angle net carries out the calculating of projection error, to improve terrain rendering precision;
(3) the unrelated error amount of viewpoint of the TIN obtained in step (2) is compared with the threshold value of setting, more than then Insert this viewpoint, surround ball scope less than then expanding further;
(4) the whole landform choosing the multiple viewpoints of insertion is node, judges according to imposing a condition whether node meets condition requirement, If meeting, then it it is leafy node;It is unsatisfactory for, then this node is divided into 4 child nodes, judges 4 child nodes by the method for recurrence Whether meeting leafy node condition, until only can not be further divided into, its distinguishing rule is irregular according to calculated by preceding step The node error amount e (C that the unrelated error amount of viewpoint of the triangulation network determinesi), for determining the simplification degree of terrain rendering.
A kind of dimensional topographies based on high accuracy DEM data the most according to claim 1 simplify algorithm, it is characterised in that The viewpoint unrelated error S (C of TIN in step (2)i), can be calculated by equation below:
Wherein, (x, y) is landform altitude function to h, and A (Star (p)) is the mean error plane of node definition, TIN The unrelated error of viewpoint can be calculated by formula (1), d (C thereinj) scope determined by error nesting ball, for specific physics For Dian, its projection error and the unrelated error of actual view is directly proportional and it is the most remote away from viewpoint, projection error is the least, its calculate Formula is:
Wherein, for PiFor node, e is viewpoint, and λ is projection coefficient, is that actual object size is after projector space projective transformation Amplification.
A kind of dimensional topographies based on high accuracy DEM data the most according to claim 1 simplify algorithm, it is characterised in that In step (3), the size to the unrelated error amount of sealene triangle obtained according to (2) formula is segmented further, and node continues The condition of segmentation is:
Wherein k=τ/λ, through the optimization of formula (3), algorithm can reach more satisfactory calculating effect, for unrelated error amount Size, it is possible to compare with threshold value, more than then inserting this viewpoint, surround ball scope less than then expanding further.
A kind of dimensional topographies based on high accuracy DEM data the most according to claim 1 simplify algorithm, it is characterised in that Step (4) is Terrain Simplification error judgment, and first choosing with regard to whole landform is node, then judges whether node meets certain Part, is if it is considered leafy node, otherwise this node four is divided into 4 child nodes, judges 4 son joints by the method for recurrence Whether point meets leafy node condition, until only can not be further divided into, its algorithmic procedure is as follows:
Root node is stacked, if stack is not empty, and stack node is less than e (Ci), then node is put into a set, algorithm terminates;If stack is not For sky, but stack node is more than or equal to e (Ci), then return a upper program, continue to be divided into child node, until stack node is less than e (Ci), then node is put into a set, algorithm terminates;If stack is empty, then algorithm terminates.
e(Ci) computing formula be:
Wherein α is the subtended angle of viewpoint, and L is the length of side of projection plane, and l is to be thrown line segment length, and d is viewpoint and this line segment center Distance, λ is the pixel count on a projection plane of the unit length in object space, and k is a variable coefficient.
CN201610167976.7A 2016-03-21 2016-03-21 Three-dimensional terrain simplified algorithm based on high precision DEM data Pending CN105844703A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610167976.7A CN105844703A (en) 2016-03-21 2016-03-21 Three-dimensional terrain simplified algorithm based on high precision DEM data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610167976.7A CN105844703A (en) 2016-03-21 2016-03-21 Three-dimensional terrain simplified algorithm based on high precision DEM data

Publications (1)

Publication Number Publication Date
CN105844703A true CN105844703A (en) 2016-08-10

Family

ID=56583001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610167976.7A Pending CN105844703A (en) 2016-03-21 2016-03-21 Three-dimensional terrain simplified algorithm based on high precision DEM data

Country Status (1)

Country Link
CN (1) CN105844703A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220372A (en) * 2017-06-15 2017-09-29 南京大学 A kind of automatic laying method of three-dimensional map line feature annotation
CN108122268A (en) * 2017-12-19 2018-06-05 网易(杭州)网络有限公司 Stick picture disposing method and apparatus

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100061626A1 (en) * 2007-04-01 2010-03-11 Ariel-University Research And Developement Company Ltd. Method for compressing elevation maps
CN102074049A (en) * 2011-03-01 2011-05-25 哈尔滨工程大学 Wide-range terrain scheduling simplifying method based on movement of viewpoint
CN102074050A (en) * 2011-03-01 2011-05-25 哈尔滨工程大学 Fractal multi-resolution simplified method used for large-scale terrain rendering
CN105405166A (en) * 2015-10-30 2016-03-16 东北大学 LOD model generation method based on linear quadtree

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100061626A1 (en) * 2007-04-01 2010-03-11 Ariel-University Research And Developement Company Ltd. Method for compressing elevation maps
CN102074049A (en) * 2011-03-01 2011-05-25 哈尔滨工程大学 Wide-range terrain scheduling simplifying method based on movement of viewpoint
CN102074050A (en) * 2011-03-01 2011-05-25 哈尔滨工程大学 Fractal multi-resolution simplified method used for large-scale terrain rendering
CN105405166A (en) * 2015-10-30 2016-03-16 东北大学 LOD model generation method based on linear quadtree

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李偈等: "一种基于四叉树结构的动态多分辨率地形模型", 《计算机工程与应用》 *
李建军等: "一种大规模地形简化的算法", 《无线电通信技术》 *
石松等: "四叉树高效Delaunay三角网生成算法", 《计算机工程》 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220372A (en) * 2017-06-15 2017-09-29 南京大学 A kind of automatic laying method of three-dimensional map line feature annotation
CN107220372B (en) * 2017-06-15 2019-09-10 南京大学 A kind of automatic laying method of three-dimensional map line feature annotation
CN108122268A (en) * 2017-12-19 2018-06-05 网易(杭州)网络有限公司 Stick picture disposing method and apparatus
CN108122268B (en) * 2017-12-19 2021-07-23 网易(杭州)网络有限公司 Mapping processing method and device

Similar Documents

Publication Publication Date Title
CN103279989B (en) A kind of three-dimensional laser imaging system plane cloud data trigonometric ratio processing method
US8711143B2 (en) System and method for interactive image-based modeling of curved surfaces using single-view and multi-view feature curves
CN109242862B (en) Real-time digital surface model generation method
CN107610061B (en) Edge-preserving point cloud hole repairing method based on two-dimensional projection
CN103279983B (en) The modeling method of China Tang dynasty style ancient building
CN107767453A (en) A kind of building LIDAR point cloud reconstruction and optimization methods of rule-based constraint
CN107918957B (en) Three-dimensional building model simplification method capable of keeping structure and texture characteristics
CN107657659A (en) The Manhattan construction method for automatic modeling of scanning three-dimensional point cloud is fitted based on cuboid
CN104715504A (en) Robust large-scene dense three-dimensional reconstruction method
CN104504760B (en) The method and system of real-time update 3-D view
WO2016095682A1 (en) Method and device for processing joint of digital terrain model
CN107545602B (en) Building modeling method under space topological relation constraint based on LiDAR point cloud
CN107680168A (en) Lattice simplified method based on plane fitting in three-dimensional reconstruction
CN107886569A (en) It is a kind of that controllable surface parameterization method and system are estimated based on discrete Lie derivatives
CN112150610A (en) Retaining wall modeling method and system based on dimension marking
CN112561788A (en) Two-dimensional expansion method of BIM (building information modeling) model and texture mapping method and device
CN113538689A (en) Three-dimensional model mesh simplification method based on feature fusion of neural network
CN112686945A (en) Web-based three-dimensional terrain surface area measurement method
JP2021082297A (en) Processing 3d signal of shape attribute over real object
CN108564604A (en) Binocular vision solid matching method and device based on plane restriction and triangulation
CN105844703A (en) Three-dimensional terrain simplified algorithm based on high precision DEM data
CN103544732A (en) Three-dimensional reconstruction method for lunar vehicle
CN104766367B (en) Three-dimensional gridding topology structure chart construction method in computing three-dimensional model processing
CN106408654A (en) Three-dimensional map creation method and system
CN107767458B (en) Irregular triangulation network curved surface geometric topology consistency analysis method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160810

RJ01 Rejection of invention patent application after publication