SlideShare una empresa de Scribd logo
1 de 6
Descargar para leer sin conexión
http://www.iaeme.com/IJCIET/index.asp 306 editor@iaeme.com
International Journal of Civil Engineering and Technology (IJCIET)
Volume 10, Issue 05, May 2019, pp. 306-311, Article ID: IJCIET_10_05_031
Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJCIET&VType=10&IType=5
ISSN Print: 0976-6308 and ISSN Online: 0976-6316
© IAEME Publication
PROPOSED ALGORITHM OF ELIMINATING
REDUNDANT DATA OF LASER SCANNING FOR
CREATING DIGITAL RELIEF MODELS
Kochneva O.E.
PhD, Associate Professor, Department of Geology of Oil and Gas,
Saint Petersburg Mining University
Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2
Kryltcov S.B.
Department of Computer Science and Technologies
Saint Petersburg Mining University
Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2
Feshchenko R.Y.
PhD, Associate Professor, Department of Automation of Technological Processes and
Production, Saint Petersburg Mining University
Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2
ABSTRACT
Aerial laser scanning for creating digital relief models has been widely applied in
Russia for over 20 years. For processing results of aerial laser scanning, it is
necessary to classify cloud of laser points. Classification of cloud of laser points is
performed via commercial software products (produced abroad), which frequently use
refinement algorithms of “Earth” class data, which consider the relief particularities.
The paper puts forward a proprietary algorithm of laser scanning data interpolation,
enabling to remove redundant cloud of laser points of “Earth” class when data
granularity reduces, in the first place, for flat terrain. The paper provides a detailed
stepwise description of algorithm operation, and the results of constructing a digital
relief model on the basis of the cloud of laser points of “Earth” class, processed via
the proposed algorithm.
Key words: Processing algorithm, aerial laser scanning, point cloud refinement, cloud
of laser points of ―Earth‖ class, digital relief models
Cite this Article: Kochneva O.E., Kryltcov S.B., Feshchenko R.Y., Proposed
Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital
Relief Models, International Journal of Civil Engineering and Technology 10(5),
2019, pp. 306-311.
http://www.iaeme.com/IJCIET/issues.asp?JType=IJCIET&VType=10&IType=5
Kochneva O.E., Kryltcov S.B., Feshchenko R.Y.
http://www.iaeme.com/IJCIET/index.asp 307 editor@iaeme.com
1. INTRODUCTION
Currently, the aerial laser scanning technology is successfully used for creating three-
dimensional terrain models, digital topographic plans and maps.
The essence of the laser scanning method is obtaining spatially-defined terrain model,
which consists of cloud of laser points describing both the Earth surface and all the objects
located on it, in the form of XY coordinates and Z applicate of which obtained point.
Via the results of aerial laser scanning, it becomes plausible to obtain cloud of laser points
with the density required for creating digital relief models. One of the stages of aerial laser
scanning data processing is classification of cloud of laser points. The following standard
classes can be specified: earth surface, earth model points, dropped out points, short, medium-
height and high vegetation. The most important class is the class of earth points. Via ―Earth‖
class, digital relief models and digital terrain models are created.
In selecting cloud of laser points in the automatic mode, it is possible that minor cloud of
laser points will appear in the automatic mode, with these points located clearly above the
main cloud of cloud of laser points [1] or clearly below. The percentage of such points is not
high, but even one wrong point can distort the relief, and for this reason, manual check is
always performed of the classification of earth surface points via viewing profiles (cross-
sections), building horizontal relief models and height-painted relief models [2-4].
As the number earth surface points (―Earth‖ class) can be fairly large – up to one million
points per 0.5 km2
, it is necessary to execute thinning for building digital terrain models [5-8].
It should be noted that the density of cloud of laser points (of all classes) is about 10 points/
1 m2
. The density of cloud of laser points of “earth” class is 2-3 points/1 m2
. Such precision is
redundant for building topographic maps and results in decrease in productivity [6,7,9-13].
2. METHODS
2.1. Description of proposed algorithm
For thinning the data, the following criterion of redundancy of coordinates was formulated: if
it is possible for arbitrary point from the data array to find three adjacent points in different
directions, this point is considered redundant if the length of the normal drawn from the
reference point to the plane built through the three adjacent points, turns out to be lower than
the specified allowable value.
For eliminating redundant cloud of laser points according to the criterion which was put
forward, data interpolation algorithm has been elaborated, implemented in the form of
software in Python language. Hereinafter, the stepwise description of the algorithm operation
is provided.
The software is fed with a set of text data with coordinates of cloud of laser points in X Y
Z format as input data, after that, the text data are converted into numerical values, and the
coordinate array of A points is filled, every line in the coordinate array corresponds to an
individual point, and the first three columns correspond to the point coordinates in three-
dimensional space. Thus, A array is a matrix of ]3[ n dimensionality, where n is the number
of cloud of laser points in the initial data set.
Let us set the value of minimal data refinement – the maximal point deviation from the
plane built through its three adjacent to it: ΔD. The next operations are performed for each
point in A array, for this reason, for further algorithm description, let us set arbitrary point O
with coordinate (x0, y0, z0) from A array.
Data array A is copied in full, except for point O which is under scrutiny, forming B array.
Two columns are added to B data array, they contain data about l length and the rotation angle
Proposed Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital Relief
Models
http://www.iaeme.com/IJCIET/index.asp 308 editor@iaeme.com
of vector built from each point from B array to O point in XY system of coordinates,
without consideration of Z applicate. For each point N of B array, which has coordinates
nnn zyx ,, , l distance to O point is executed as follows:
2
0
2
0 )()( yyxxl nn 
Rotation angle  of ON vector in relation to O is calculated as follows:









0
0
atan2
xx
yy
n
n .
atan2 is the function of arctangent, returning the vector rotation angle with consideration
of quadrant, versus regular arctangent.
After obtaining l and  values for each point in B array, we will sort it in ascending order
of l value, thus, the closest points to O coordinates, will be at the beginning. An example of
obtained data structure is given in Table 1.
Let us set three directions, in which, search of the closest points will take place, we will
conditionally name them North-East, where  3/2;0  ; West, where
   3/2;;3/2  ; South-East, where  0;3/2 .
Table 1 Structure of sorted data array B
X, m Y, m Z, m d, m 
7946748,690 8431755,570 195,910 0,0020 73,0
7946748,450 8431751,710 195,770 0,0022 05,0
7946748,420 8431752,010 195,740 0,0026 11,0
… … … … …
The algorithm successively passes through the lines of B array, finding one closest point
(min l) in each direction. Let us name these three points as A, B, C. In case if at least one of
the three points closest to N cannot be found, O point remains in initial data array A, and the
next point for consideration is selected from the array. Such a situation is typical when O
point is located on the boundary of the considered spot of cloud of laser points, and the closest
point to it in one of directions, is located in another data array of cloud of laser points, or
information about this point does not exist at all.
With successful finding of points A, B, C, ABC plane is built through them, the plane
equation in three-dimensional space is as follows:
dczbyax 
a, b, c coefficients are the coordinates of the vector of normal N to ABC plane, and they
are calculated via vector multiplication of two arbitrary vectors belonging to ABC plane, for
example, ACABcbaN ),,( . d coefficient can be calculated via scalar product of vector of
normal N and coordinates of point B or C: BNd  .
Then, the absolute distance in three-dimensional space between O point and ABC plane is
calculated by the following formula:
222
000
cba
dczbyax
Lxyz


 .
Kochneva O.E., Kryltcov S.B., Feshchenko R.Y.
http://www.iaeme.com/IJCIET/index.asp 309 editor@iaeme.com
If LLxyz  , we assume that О point is negligible for relief estimation, and we eliminate
it from initial array A and move on to considering the next point from this array. At this stage,
the dimensionality of array A reduces to ]31[ n , through which, data thinning is achieved.
After considering all the points of A array, the thinned data are recorded in a new file for
further work in specialized software.
For visual demonstration of the algorithm operation, a small sport of mountain relief was
selected, which includes 200 cloud of laser points. After data processing via the proposed
algorithm with setting maximal deviation Δ m, 73 cloud of laser points (36.5 %) were
eliminated.
3. RESULTS AND DISCUSSION
Visualization of surfaces before and after processing with the algorithm, which had been
elaborated, was performed in MATLAB environment based on Delaunay triangulation via
consecutive execution of the following commands:
 [Xm,Ym] = meshgrid(X,Y) – creating the surface connecting the points located on X and Y
coordinates.
 tri = delaunay(Xm,Ym) – creating Delaunay triangulation network.
 trimesh(tri, Xm, Ym, Z) – visualization of the formed surface with overlay of triangulation
dependencies between apexes.
Visualization of the surface performed in MATLAB environment, using the data under
consideration, is demonstrated in figure 2. Surface visualization after data processing is
demonstrated in figure 3 [9].
Figure 1- Original map of heights, 200 points Figure 2 - Obtained map of heights, 127 points
For visual demonstration of the algorithm operation, a mountain relief area including 200
cloud of laser points, was chosen. The surface visualization performed in MATLAB
environment, using the data under consideration, is demonstrated in fig. 1. After data
processing via the proposed algorithm with setting maximal deviation 5.0D m, 73 cloud of
laser points (36.5 %) were eliminated. Surface visualization after data processing is shown in
fig. 2. The figure indicates that the eliminated points are located as close as possible to the
plane formed by adjacent points, which confirms the effectiveness of the elaborated algorithm
[9,11].
4. CONCLUSIONS
The paper presented the interpolation algorithm of the data obtained via relief laser scanning,
which enables to effectively execute thinning of cloud of data points, which are minor in
Proposed Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital Relief
Models
http://www.iaeme.com/IJCIET/index.asp 310 editor@iaeme.com
describing the relief. Data redundancy is identified via calculating the distance from the point
to the plane, which includes three points adjacent to it in different directions. It should be
noted that this algorithm is universal, it fits for various fields, including for creating digital
models of pits, mine and pit workings, which will enable to increase the accuracy of source
data for numerical modeling of various mining processes [14-21]. The way of identifying
redundancy, which was put forward, is implemented via simple mathematical operations,
through this, lower computational complexity of algorithm is achieved compared to
proprietary counterparts, which enables to increase the productivity of thinning large arrays of
cloud of laser points.
REFERENCES
[1] Mishchenko U.A., Mishchenko S.A. Tehnologija optimizacii cifrovoj modeli rel'efa,
poluchennoj po dannym vozdushnogo lazernogo skanirovanija [Technology of
optimization of a digital relief model obtained from air laser scanning data]. Retrieved
from http://www.aerogeomatica.ru/ru/publikacii/tehnologiya-optimizacii-cifrovoj-modeli-
relefa-poluchennoj-po-da/
[2] Ackermann, F. Airborne laser scanning—present status and future. ISPRS Journal of
Photogrammetry and Remote Sensing. 1999 (54). – pp. 64–67.
[3] Axelsson, P. Processing of laser scanner data – algorithms and applications [Text] .ISPRS
Journal of Photogrammetry and Remote Sensing. 1999 (54). pp. 138-147.
[4] Baltsavias, E. P. Airborne laser scanning: basic relations and formulas [Text]. ISPRS
Journal of Photogrammetry & Remote Sensing. 1999 (54). pp. 199-214.
[5] Rizaev, I.G. Predstavlenie dannyh lazernogo skanirovanija pri inzhenernyh izyskanijah
[Presentation of laser scanning data during engineering surveys]. - Geoprofi. – 2006. - №
5. – S. 45 – 48 (in Russian).
[6] Slepchenko A. L. Prakticheskaja tochnost' CMR, postroennaja po dannym vozdushnogo
lazernogo skanirovanija [Practical accuracy of DTM, constructed from air laser scanning
data]. - Geoprofi.- 2007. - № 3. - S. 14 – 16 (in Russian).
[7] Sukhov A.A. Tehnologija sozdanija CMR i CMM po dannym vozdushnogo lazernogo
skanirovanija [Technology for the creation of DTM and DTM from data of airborne laser
scanning] . - Geoprofi .- 2006. - №6. - S. 50-51 (in Russian).
[8] Uhaneva A.V. Postroenie rel'efa mestnosti: sovremennyj podhod k avtomatizacii processa
The construction of the terrain: a modern approach to the automation of the process]. -
Geodesy and Cartography = Geodezija i kartografija. - 2010. - № 11. - S. 24-29 (in
Russian).
[9] Antipov A.V. Vlijanie plotnosti tochek vozdushnogo lazernogo skanirovanija na tochnost'
sozdanija cifrovoj modeli rel'efa mestnosti [Influence of the density of air laser scanning
points on the accuracy of creating a digital terrain model]. In Sbornik materialov
Interekspo GEO-Sibir'- 2010: Mezhdunarodnogo nauchnogo kongressa. Geo – Sibir' –
2010: T. 4. Distantsionnye metody zondirovaniya zemli i fotogrammetriya, monitoring
okruzhayushchey sredy, geoekologiya,chast' 1. [Proceedings of Interexpo GEO-Siberia-
2010: International Scientific Conference: Vol. 4. Remote sensing methods of the earth
and photogrammetry, environmental monitoring, geoecology]. 2010. – S. 22 - 27 (in
Russian).
[10] Vozdushnoe lazernoe skanirovanie i ajerofotos`emka [Air laser scanning and aerial
photography] [Electronic resource]. - Access mode:
http://www.technobahn.ru/vozdushnoe_lazernoe_skanirovanie.html
Kochneva O.E., Kryltcov S.B., Feshchenko R.Y.
http://www.iaeme.com/IJCIET/index.asp 311 editor@iaeme.com
[11] Yessin A.S. Khamitov E.T. Primenenie vozdushnogo lazernogo skanirovanija dlja
sozdanija topograficheskih planov masshtaba 1:500 na territoriju Omska [Use of air laser
scanning for creation of topographic plans of scale 1: 500 on the territory of Omsk]. -
Automated technologies of research and design - 2011. - № 1 (40 ). – S. 8 – 11 (in
Russian).
[12] Lazernoe skanirovanie. Novyj metod sozdanija trehmernyh modelej mestnosti i
inzhenernyh ob`ektov [Laser scanning. A new method of creating three-dimensional
models of terrain and engineering objects] [Electronic resource]. - Access mode:
http://www.mining-media.ru/en/article/geoinformsys/1831-lazernoe-skanirovanie-novyj-
metod-sozdaniya-trekhmernykh-modelej-mestnosti-i-inzhenernykh-obektov
[13] Osennyaya, A.V. Tehnologija optimizacii cifrovoj modeli rel'efa, poluchennoj po dannym
vozdushnogo lazernogo skanirovanija [Technology optimization of the digital relief
model, obtained from air laser scanning data]. - Otraslevye nauchnye i prikladnye
issledovaniya: Informatsionnye tekhnologii [Branch scientific and applied research:
Information technology]. – 2011. - S. 85 – 86 (in Russian).
[14] Vinogradov E. A., Nikiforov A. V., Kochneva A. A. (2019). Computational fluid
dynamics study of ventilation flow paths on longwall panel. International Journal of Civil
Engineering and Technology. 2019. 10(2). pp. 1140 - 1147.
[15] Nikiforov A. V., Vinogradov E. A., Kochneva A.A. (2019). Analysis of multiple seam
stability. International Journal of Civil Engineering and Technology. 2019. 10(2). pp.
1132 - 1139.
[16] Kochneva A. A., Kazantsev A. I. (2017). Justification of quality estimation method of
creation of digital elevation models according to the data of airborne laser scanning when
designing the motor ways. Journal of Industrial Pollution Control. 2017. 33(1). pp. 1000 -
1006.
[17] Kazantsev A. I., Kochneva A. A. (2017). Ground of the geodesic control method of
deformatons of the land surface when protecting the buildings and structures under the
conditions of urban infill. Ecology, Environment and Conservation. 2017 23 (2). pp. 876 -
882.
[18] Kazanin O.I., Drebenstedt C. Mining Education in the 21st Century: Global Challenges
and Prospects. Zapiski Gornogo instituta. 2017. Vol. 225, p. 369-375. DOI:
10.18454/PMI.2017.3.369.
[19] Karpov, G.N. & Leisle, A.V. Qualitative assessment of strain stress distribution of rock
massif in the vicinity of pre-driven recovery room, Journal of Industrial Pollution Control,
2017, vol. 33, no. 1, pp. 840-846.
[20] Leisle, A.V., Kovalski, E.R. Assessing the well yield during methane drainage in coal
mines, Ecology, Environment and Conservation, 2017, vol. 23, no. 1, pp. 316-321.
[21] Karpov, G.N., Kovalski, E.R., Mode of forming dismantle chamber in mining
gentlysloping coal-beds, Journal of Industrial Pollution Control, 2017, vol. 33, no. 1, pp.
834-839.

Más contenido relacionado

La actualidad más candente

Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Surveytheijes
 
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...Barhm Mohamad
 
Introduction to coordinate geometry
Introduction to coordinate geometryIntroduction to coordinate geometry
Introduction to coordinate geometryjoannahstevens
 
Three-dimensional Streamline Design of the Pump Flow Passage of Hydrodynamic...
Three-dimensional Streamline Design of the Pump Flow Passage  of Hydrodynamic...Three-dimensional Streamline Design of the Pump Flow Passage  of Hydrodynamic...
Three-dimensional Streamline Design of the Pump Flow Passage of Hydrodynamic...IJMER
 
nuigSem2019
nuigSem2019nuigSem2019
nuigSem2019sitric
 
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Barhm Mohamad
 
Autonomous Perching Quadcopter
Autonomous Perching QuadcopterAutonomous Perching Quadcopter
Autonomous Perching QuadcopterYucheng Chen
 
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...IJRES Journal
 
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...IOSR Journals
 
Mass Haul Diagrams in Optimization of Earthwork Computations
Mass Haul Diagrams in Optimization of Earthwork ComputationsMass Haul Diagrams in Optimization of Earthwork Computations
Mass Haul Diagrams in Optimization of Earthwork Computationsijtsrd
 
Numerical simulation of wind flow over complex terrain (yangon city)
Numerical simulation of wind flow over complex terrain (yangon city)Numerical simulation of wind flow over complex terrain (yangon city)
Numerical simulation of wind flow over complex terrain (yangon city)Zin Soul
 
Crystallographic planes
Crystallographic planesCrystallographic planes
Crystallographic planessandhya sharma
 
Data structure - traveling sales person and mesh algorithm
Data structure - traveling sales person and mesh algorithmData structure - traveling sales person and mesh algorithm
Data structure - traveling sales person and mesh algorithmlavanya marichamy
 

La actualidad más candente (20)

Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Survey
 
Curves and surfaces
Curves and surfacesCurves and surfaces
Curves and surfaces
 
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...
A SIMULATE MODEL FOR ANALYZING THE EFFECT OF ENGINE DESIGN PARAMETERS ON THE ...
 
Introduction to coordinate geometry
Introduction to coordinate geometryIntroduction to coordinate geometry
Introduction to coordinate geometry
 
Three-dimensional Streamline Design of the Pump Flow Passage of Hydrodynamic...
Three-dimensional Streamline Design of the Pump Flow Passage  of Hydrodynamic...Three-dimensional Streamline Design of the Pump Flow Passage  of Hydrodynamic...
Three-dimensional Streamline Design of the Pump Flow Passage of Hydrodynamic...
 
nuigSem2019
nuigSem2019nuigSem2019
nuigSem2019
 
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
Manufacturing of rapid prototypes of mechanical parts using reverse engineeri...
 
Autonomous Perching Quadcopter
Autonomous Perching QuadcopterAutonomous Perching Quadcopter
Autonomous Perching Quadcopter
 
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...
A Two-DOF Parallel Mechanism Analysis Based on Position and Orientation Chara...
 
Compound Structure Detection
Compound Structure DetectionCompound Structure Detection
Compound Structure Detection
 
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
Numerical Solution for the Design of a Traditional Aerospike Nozzle using Met...
 
Mass Haul Diagrams in Optimization of Earthwork Computations
Mass Haul Diagrams in Optimization of Earthwork ComputationsMass Haul Diagrams in Optimization of Earthwork Computations
Mass Haul Diagrams in Optimization of Earthwork Computations
 
Basic Analytical Geometry
Basic Analytical GeometryBasic Analytical Geometry
Basic Analytical Geometry
 
Numerical simulation of wind flow over complex terrain (yangon city)
Numerical simulation of wind flow over complex terrain (yangon city)Numerical simulation of wind flow over complex terrain (yangon city)
Numerical simulation of wind flow over complex terrain (yangon city)
 
Compound Structure Detection
Compound Structure DetectionCompound Structure Detection
Compound Structure Detection
 
MILLER INDICES FOR CRYSTALLOGRAPHY PLANES
MILLER INDICES FOR CRYSTALLOGRAPHY PLANESMILLER INDICES FOR CRYSTALLOGRAPHY PLANES
MILLER INDICES FOR CRYSTALLOGRAPHY PLANES
 
Crystallographic planes
Crystallographic planesCrystallographic planes
Crystallographic planes
 
Data structure - traveling sales person and mesh algorithm
Data structure - traveling sales person and mesh algorithmData structure - traveling sales person and mesh algorithm
Data structure - traveling sales person and mesh algorithm
 
Miller indices
Miller indicesMiller indices
Miller indices
 
Area & Volume
Area & VolumeArea & Volume
Area & Volume
 

Similar a PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATING DIGITAL RELIEF MODELS

IEEE VTC Chicago 1995
IEEE VTC Chicago 1995IEEE VTC Chicago 1995
IEEE VTC Chicago 1995Said Khomri
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Miniproject final group 14
Miniproject final group 14Miniproject final group 14
Miniproject final group 14Ashish Mundhra
 
Kunyang_Li_AAS2016
Kunyang_Li_AAS2016Kunyang_Li_AAS2016
Kunyang_Li_AAS2016KunYang Li
 
An analysis between exact and approximate algorithms for the k-center proble...
An analysis between exact and approximate algorithms for the  k-center proble...An analysis between exact and approximate algorithms for the  k-center proble...
An analysis between exact and approximate algorithms for the k-center proble...IJECEIAES
 
An improved graph drawing algorithm for email networks
An improved graph drawing algorithm for email networksAn improved graph drawing algorithm for email networks
An improved graph drawing algorithm for email networksZakaria Boulouard
 
Drobics, m. 2001: datamining using synergiesbetween self-organising maps and...
Drobics, m. 2001:  datamining using synergiesbetween self-organising maps and...Drobics, m. 2001:  datamining using synergiesbetween self-organising maps and...
Drobics, m. 2001: datamining using synergiesbetween self-organising maps and...ArchiLab 7
 
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...atsidaev
 
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...VLSICS Design
 
1-s2.0-S0045782514004332-main.pdf
1-s2.0-S0045782514004332-main.pdf1-s2.0-S0045782514004332-main.pdf
1-s2.0-S0045782514004332-main.pdffiliatra
 
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...Cemal Ardil
 
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...VLSICS Design
 
Design of a Selective Filter based on 2D Photonic Crystals Materials
Design of a Selective Filter based on 2D Photonic Crystals Materials Design of a Selective Filter based on 2D Photonic Crystals Materials
Design of a Selective Filter based on 2D Photonic Crystals Materials IJECEIAES
 
Final Project Report Nadar
Final Project Report NadarFinal Project Report Nadar
Final Project Report NadarMaher Nadar
 
Undetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and CountingUndetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and CountingIJRESJOURNAL
 
Rabid Euclidean direction search algorithm for various adaptive array geometries
Rabid Euclidean direction search algorithm for various adaptive array geometriesRabid Euclidean direction search algorithm for various adaptive array geometries
Rabid Euclidean direction search algorithm for various adaptive array geometriesjournalBEEI
 

Similar a PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATING DIGITAL RELIEF MODELS (20)

IEEE VTC Chicago 1995
IEEE VTC Chicago 1995IEEE VTC Chicago 1995
IEEE VTC Chicago 1995
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Miniproject final group 14
Miniproject final group 14Miniproject final group 14
Miniproject final group 14
 
Kunyang_Li_AAS2016
Kunyang_Li_AAS2016Kunyang_Li_AAS2016
Kunyang_Li_AAS2016
 
An analysis between exact and approximate algorithms for the k-center proble...
An analysis between exact and approximate algorithms for the  k-center proble...An analysis between exact and approximate algorithms for the  k-center proble...
An analysis between exact and approximate algorithms for the k-center proble...
 
Distortion Correction Scheme for Multiresolution Camera Images
Distortion Correction Scheme for Multiresolution Camera ImagesDistortion Correction Scheme for Multiresolution Camera Images
Distortion Correction Scheme for Multiresolution Camera Images
 
An improved graph drawing algorithm for email networks
An improved graph drawing algorithm for email networksAn improved graph drawing algorithm for email networks
An improved graph drawing algorithm for email networks
 
Drobics, m. 2001: datamining using synergiesbetween self-organising maps and...
Drobics, m. 2001:  datamining using synergiesbetween self-organising maps and...Drobics, m. 2001:  datamining using synergiesbetween self-organising maps and...
Drobics, m. 2001: datamining using synergiesbetween self-organising maps and...
 
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...
Estimation of Spring Stiffness Under Conditions of Uncertainty. Interval Appr...
 
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
 
LRIEEE-MTT
LRIEEE-MTTLRIEEE-MTT
LRIEEE-MTT
 
1-s2.0-S0045782514004332-main.pdf
1-s2.0-S0045782514004332-main.pdf1-s2.0-S0045782514004332-main.pdf
1-s2.0-S0045782514004332-main.pdf
 
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...
Optimal straight-line-trajectory-generation-in-3 d-space-using-deviation-algo...
 
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
CONCURRENT TERNARY GALOIS-BASED COMPUTATION USING NANO-APEX MULTIPLEXING NIBS...
 
Design of a Selective Filter based on 2D Photonic Crystals Materials
Design of a Selective Filter based on 2D Photonic Crystals Materials Design of a Selective Filter based on 2D Photonic Crystals Materials
Design of a Selective Filter based on 2D Photonic Crystals Materials
 
Final Project Report Nadar
Final Project Report NadarFinal Project Report Nadar
Final Project Report Nadar
 
Undetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and CountingUndetermined Mixing Matrix Estimation Base on Classification and Counting
Undetermined Mixing Matrix Estimation Base on Classification and Counting
 
C012271015
C012271015C012271015
C012271015
 
paper
paperpaper
paper
 
Rabid Euclidean direction search algorithm for various adaptive array geometries
Rabid Euclidean direction search algorithm for various adaptive array geometriesRabid Euclidean direction search algorithm for various adaptive array geometries
Rabid Euclidean direction search algorithm for various adaptive array geometries
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Último

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectErbil Polytechnic University
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptMadan Karki
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating SystemRashmi Bhat
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfRajuKanojiya4
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 

Último (20)

UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Risk Management in Engineering Construction Project
Risk Management in Engineering Construction ProjectRisk Management in Engineering Construction Project
Risk Management in Engineering Construction Project
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Indian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.pptIndian Dairy Industry Present Status and.ppt
Indian Dairy Industry Present Status and.ppt
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Virtual memory management in Operating System
Virtual memory management in Operating SystemVirtual memory management in Operating System
Virtual memory management in Operating System
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
National Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdfNational Level Hackathon Participation Certificate.pdf
National Level Hackathon Participation Certificate.pdf
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 

PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATING DIGITAL RELIEF MODELS

  • 1. http://www.iaeme.com/IJCIET/index.asp 306 editor@iaeme.com International Journal of Civil Engineering and Technology (IJCIET) Volume 10, Issue 05, May 2019, pp. 306-311, Article ID: IJCIET_10_05_031 Available online at http://www.iaeme.com/ijmet/issues.asp?JType=IJCIET&VType=10&IType=5 ISSN Print: 0976-6308 and ISSN Online: 0976-6316 © IAEME Publication PROPOSED ALGORITHM OF ELIMINATING REDUNDANT DATA OF LASER SCANNING FOR CREATING DIGITAL RELIEF MODELS Kochneva O.E. PhD, Associate Professor, Department of Geology of Oil and Gas, Saint Petersburg Mining University Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2 Kryltcov S.B. Department of Computer Science and Technologies Saint Petersburg Mining University Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2 Feshchenko R.Y. PhD, Associate Professor, Department of Automation of Technological Processes and Production, Saint Petersburg Mining University Russian Federation, 199106, Saint Petersburg, Vasilievski Ostrov, 21 line, 2 ABSTRACT Aerial laser scanning for creating digital relief models has been widely applied in Russia for over 20 years. For processing results of aerial laser scanning, it is necessary to classify cloud of laser points. Classification of cloud of laser points is performed via commercial software products (produced abroad), which frequently use refinement algorithms of “Earth” class data, which consider the relief particularities. The paper puts forward a proprietary algorithm of laser scanning data interpolation, enabling to remove redundant cloud of laser points of “Earth” class when data granularity reduces, in the first place, for flat terrain. The paper provides a detailed stepwise description of algorithm operation, and the results of constructing a digital relief model on the basis of the cloud of laser points of “Earth” class, processed via the proposed algorithm. Key words: Processing algorithm, aerial laser scanning, point cloud refinement, cloud of laser points of ―Earth‖ class, digital relief models Cite this Article: Kochneva O.E., Kryltcov S.B., Feshchenko R.Y., Proposed Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital Relief Models, International Journal of Civil Engineering and Technology 10(5), 2019, pp. 306-311. http://www.iaeme.com/IJCIET/issues.asp?JType=IJCIET&VType=10&IType=5
  • 2. Kochneva O.E., Kryltcov S.B., Feshchenko R.Y. http://www.iaeme.com/IJCIET/index.asp 307 editor@iaeme.com 1. INTRODUCTION Currently, the aerial laser scanning technology is successfully used for creating three- dimensional terrain models, digital topographic plans and maps. The essence of the laser scanning method is obtaining spatially-defined terrain model, which consists of cloud of laser points describing both the Earth surface and all the objects located on it, in the form of XY coordinates and Z applicate of which obtained point. Via the results of aerial laser scanning, it becomes plausible to obtain cloud of laser points with the density required for creating digital relief models. One of the stages of aerial laser scanning data processing is classification of cloud of laser points. The following standard classes can be specified: earth surface, earth model points, dropped out points, short, medium- height and high vegetation. The most important class is the class of earth points. Via ―Earth‖ class, digital relief models and digital terrain models are created. In selecting cloud of laser points in the automatic mode, it is possible that minor cloud of laser points will appear in the automatic mode, with these points located clearly above the main cloud of cloud of laser points [1] or clearly below. The percentage of such points is not high, but even one wrong point can distort the relief, and for this reason, manual check is always performed of the classification of earth surface points via viewing profiles (cross- sections), building horizontal relief models and height-painted relief models [2-4]. As the number earth surface points (―Earth‖ class) can be fairly large – up to one million points per 0.5 km2 , it is necessary to execute thinning for building digital terrain models [5-8]. It should be noted that the density of cloud of laser points (of all classes) is about 10 points/ 1 m2 . The density of cloud of laser points of “earth” class is 2-3 points/1 m2 . Such precision is redundant for building topographic maps and results in decrease in productivity [6,7,9-13]. 2. METHODS 2.1. Description of proposed algorithm For thinning the data, the following criterion of redundancy of coordinates was formulated: if it is possible for arbitrary point from the data array to find three adjacent points in different directions, this point is considered redundant if the length of the normal drawn from the reference point to the plane built through the three adjacent points, turns out to be lower than the specified allowable value. For eliminating redundant cloud of laser points according to the criterion which was put forward, data interpolation algorithm has been elaborated, implemented in the form of software in Python language. Hereinafter, the stepwise description of the algorithm operation is provided. The software is fed with a set of text data with coordinates of cloud of laser points in X Y Z format as input data, after that, the text data are converted into numerical values, and the coordinate array of A points is filled, every line in the coordinate array corresponds to an individual point, and the first three columns correspond to the point coordinates in three- dimensional space. Thus, A array is a matrix of ]3[ n dimensionality, where n is the number of cloud of laser points in the initial data set. Let us set the value of minimal data refinement – the maximal point deviation from the plane built through its three adjacent to it: ΔD. The next operations are performed for each point in A array, for this reason, for further algorithm description, let us set arbitrary point O with coordinate (x0, y0, z0) from A array. Data array A is copied in full, except for point O which is under scrutiny, forming B array. Two columns are added to B data array, they contain data about l length and the rotation angle
  • 3. Proposed Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital Relief Models http://www.iaeme.com/IJCIET/index.asp 308 editor@iaeme.com of vector built from each point from B array to O point in XY system of coordinates, without consideration of Z applicate. For each point N of B array, which has coordinates nnn zyx ,, , l distance to O point is executed as follows: 2 0 2 0 )()( yyxxl nn  Rotation angle  of ON vector in relation to O is calculated as follows:          0 0 atan2 xx yy n n . atan2 is the function of arctangent, returning the vector rotation angle with consideration of quadrant, versus regular arctangent. After obtaining l and  values for each point in B array, we will sort it in ascending order of l value, thus, the closest points to O coordinates, will be at the beginning. An example of obtained data structure is given in Table 1. Let us set three directions, in which, search of the closest points will take place, we will conditionally name them North-East, where  3/2;0  ; West, where    3/2;;3/2  ; South-East, where  0;3/2 . Table 1 Structure of sorted data array B X, m Y, m Z, m d, m  7946748,690 8431755,570 195,910 0,0020 73,0 7946748,450 8431751,710 195,770 0,0022 05,0 7946748,420 8431752,010 195,740 0,0026 11,0 … … … … … The algorithm successively passes through the lines of B array, finding one closest point (min l) in each direction. Let us name these three points as A, B, C. In case if at least one of the three points closest to N cannot be found, O point remains in initial data array A, and the next point for consideration is selected from the array. Such a situation is typical when O point is located on the boundary of the considered spot of cloud of laser points, and the closest point to it in one of directions, is located in another data array of cloud of laser points, or information about this point does not exist at all. With successful finding of points A, B, C, ABC plane is built through them, the plane equation in three-dimensional space is as follows: dczbyax  a, b, c coefficients are the coordinates of the vector of normal N to ABC plane, and they are calculated via vector multiplication of two arbitrary vectors belonging to ABC plane, for example, ACABcbaN ),,( . d coefficient can be calculated via scalar product of vector of normal N and coordinates of point B or C: BNd  . Then, the absolute distance in three-dimensional space between O point and ABC plane is calculated by the following formula: 222 000 cba dczbyax Lxyz    .
  • 4. Kochneva O.E., Kryltcov S.B., Feshchenko R.Y. http://www.iaeme.com/IJCIET/index.asp 309 editor@iaeme.com If LLxyz  , we assume that О point is negligible for relief estimation, and we eliminate it from initial array A and move on to considering the next point from this array. At this stage, the dimensionality of array A reduces to ]31[ n , through which, data thinning is achieved. After considering all the points of A array, the thinned data are recorded in a new file for further work in specialized software. For visual demonstration of the algorithm operation, a small sport of mountain relief was selected, which includes 200 cloud of laser points. After data processing via the proposed algorithm with setting maximal deviation Δ m, 73 cloud of laser points (36.5 %) were eliminated. 3. RESULTS AND DISCUSSION Visualization of surfaces before and after processing with the algorithm, which had been elaborated, was performed in MATLAB environment based on Delaunay triangulation via consecutive execution of the following commands:  [Xm,Ym] = meshgrid(X,Y) – creating the surface connecting the points located on X and Y coordinates.  tri = delaunay(Xm,Ym) – creating Delaunay triangulation network.  trimesh(tri, Xm, Ym, Z) – visualization of the formed surface with overlay of triangulation dependencies between apexes. Visualization of the surface performed in MATLAB environment, using the data under consideration, is demonstrated in figure 2. Surface visualization after data processing is demonstrated in figure 3 [9]. Figure 1- Original map of heights, 200 points Figure 2 - Obtained map of heights, 127 points For visual demonstration of the algorithm operation, a mountain relief area including 200 cloud of laser points, was chosen. The surface visualization performed in MATLAB environment, using the data under consideration, is demonstrated in fig. 1. After data processing via the proposed algorithm with setting maximal deviation 5.0D m, 73 cloud of laser points (36.5 %) were eliminated. Surface visualization after data processing is shown in fig. 2. The figure indicates that the eliminated points are located as close as possible to the plane formed by adjacent points, which confirms the effectiveness of the elaborated algorithm [9,11]. 4. CONCLUSIONS The paper presented the interpolation algorithm of the data obtained via relief laser scanning, which enables to effectively execute thinning of cloud of data points, which are minor in
  • 5. Proposed Algorithm of Eliminating Redundant Data of Laser Scanning for Creating Digital Relief Models http://www.iaeme.com/IJCIET/index.asp 310 editor@iaeme.com describing the relief. Data redundancy is identified via calculating the distance from the point to the plane, which includes three points adjacent to it in different directions. It should be noted that this algorithm is universal, it fits for various fields, including for creating digital models of pits, mine and pit workings, which will enable to increase the accuracy of source data for numerical modeling of various mining processes [14-21]. The way of identifying redundancy, which was put forward, is implemented via simple mathematical operations, through this, lower computational complexity of algorithm is achieved compared to proprietary counterparts, which enables to increase the productivity of thinning large arrays of cloud of laser points. REFERENCES [1] Mishchenko U.A., Mishchenko S.A. Tehnologija optimizacii cifrovoj modeli rel'efa, poluchennoj po dannym vozdushnogo lazernogo skanirovanija [Technology of optimization of a digital relief model obtained from air laser scanning data]. Retrieved from http://www.aerogeomatica.ru/ru/publikacii/tehnologiya-optimizacii-cifrovoj-modeli- relefa-poluchennoj-po-da/ [2] Ackermann, F. Airborne laser scanning—present status and future. ISPRS Journal of Photogrammetry and Remote Sensing. 1999 (54). – pp. 64–67. [3] Axelsson, P. Processing of laser scanner data – algorithms and applications [Text] .ISPRS Journal of Photogrammetry and Remote Sensing. 1999 (54). pp. 138-147. [4] Baltsavias, E. P. Airborne laser scanning: basic relations and formulas [Text]. ISPRS Journal of Photogrammetry & Remote Sensing. 1999 (54). pp. 199-214. [5] Rizaev, I.G. Predstavlenie dannyh lazernogo skanirovanija pri inzhenernyh izyskanijah [Presentation of laser scanning data during engineering surveys]. - Geoprofi. – 2006. - № 5. – S. 45 – 48 (in Russian). [6] Slepchenko A. L. Prakticheskaja tochnost' CMR, postroennaja po dannym vozdushnogo lazernogo skanirovanija [Practical accuracy of DTM, constructed from air laser scanning data]. - Geoprofi.- 2007. - № 3. - S. 14 – 16 (in Russian). [7] Sukhov A.A. Tehnologija sozdanija CMR i CMM po dannym vozdushnogo lazernogo skanirovanija [Technology for the creation of DTM and DTM from data of airborne laser scanning] . - Geoprofi .- 2006. - №6. - S. 50-51 (in Russian). [8] Uhaneva A.V. Postroenie rel'efa mestnosti: sovremennyj podhod k avtomatizacii processa The construction of the terrain: a modern approach to the automation of the process]. - Geodesy and Cartography = Geodezija i kartografija. - 2010. - № 11. - S. 24-29 (in Russian). [9] Antipov A.V. Vlijanie plotnosti tochek vozdushnogo lazernogo skanirovanija na tochnost' sozdanija cifrovoj modeli rel'efa mestnosti [Influence of the density of air laser scanning points on the accuracy of creating a digital terrain model]. In Sbornik materialov Interekspo GEO-Sibir'- 2010: Mezhdunarodnogo nauchnogo kongressa. Geo – Sibir' – 2010: T. 4. Distantsionnye metody zondirovaniya zemli i fotogrammetriya, monitoring okruzhayushchey sredy, geoekologiya,chast' 1. [Proceedings of Interexpo GEO-Siberia- 2010: International Scientific Conference: Vol. 4. Remote sensing methods of the earth and photogrammetry, environmental monitoring, geoecology]. 2010. – S. 22 - 27 (in Russian). [10] Vozdushnoe lazernoe skanirovanie i ajerofotos`emka [Air laser scanning and aerial photography] [Electronic resource]. - Access mode: http://www.technobahn.ru/vozdushnoe_lazernoe_skanirovanie.html
  • 6. Kochneva O.E., Kryltcov S.B., Feshchenko R.Y. http://www.iaeme.com/IJCIET/index.asp 311 editor@iaeme.com [11] Yessin A.S. Khamitov E.T. Primenenie vozdushnogo lazernogo skanirovanija dlja sozdanija topograficheskih planov masshtaba 1:500 na territoriju Omska [Use of air laser scanning for creation of topographic plans of scale 1: 500 on the territory of Omsk]. - Automated technologies of research and design - 2011. - № 1 (40 ). – S. 8 – 11 (in Russian). [12] Lazernoe skanirovanie. Novyj metod sozdanija trehmernyh modelej mestnosti i inzhenernyh ob`ektov [Laser scanning. A new method of creating three-dimensional models of terrain and engineering objects] [Electronic resource]. - Access mode: http://www.mining-media.ru/en/article/geoinformsys/1831-lazernoe-skanirovanie-novyj- metod-sozdaniya-trekhmernykh-modelej-mestnosti-i-inzhenernykh-obektov [13] Osennyaya, A.V. Tehnologija optimizacii cifrovoj modeli rel'efa, poluchennoj po dannym vozdushnogo lazernogo skanirovanija [Technology optimization of the digital relief model, obtained from air laser scanning data]. - Otraslevye nauchnye i prikladnye issledovaniya: Informatsionnye tekhnologii [Branch scientific and applied research: Information technology]. – 2011. - S. 85 – 86 (in Russian). [14] Vinogradov E. A., Nikiforov A. V., Kochneva A. A. (2019). Computational fluid dynamics study of ventilation flow paths on longwall panel. International Journal of Civil Engineering and Technology. 2019. 10(2). pp. 1140 - 1147. [15] Nikiforov A. V., Vinogradov E. A., Kochneva A.A. (2019). Analysis of multiple seam stability. International Journal of Civil Engineering and Technology. 2019. 10(2). pp. 1132 - 1139. [16] Kochneva A. A., Kazantsev A. I. (2017). Justification of quality estimation method of creation of digital elevation models according to the data of airborne laser scanning when designing the motor ways. Journal of Industrial Pollution Control. 2017. 33(1). pp. 1000 - 1006. [17] Kazantsev A. I., Kochneva A. A. (2017). Ground of the geodesic control method of deformatons of the land surface when protecting the buildings and structures under the conditions of urban infill. Ecology, Environment and Conservation. 2017 23 (2). pp. 876 - 882. [18] Kazanin O.I., Drebenstedt C. Mining Education in the 21st Century: Global Challenges and Prospects. Zapiski Gornogo instituta. 2017. Vol. 225, p. 369-375. DOI: 10.18454/PMI.2017.3.369. [19] Karpov, G.N. & Leisle, A.V. Qualitative assessment of strain stress distribution of rock massif in the vicinity of pre-driven recovery room, Journal of Industrial Pollution Control, 2017, vol. 33, no. 1, pp. 840-846. [20] Leisle, A.V., Kovalski, E.R. Assessing the well yield during methane drainage in coal mines, Ecology, Environment and Conservation, 2017, vol. 23, no. 1, pp. 316-321. [21] Karpov, G.N., Kovalski, E.R., Mode of forming dismantle chamber in mining gentlysloping coal-beds, Journal of Industrial Pollution Control, 2017, vol. 33, no. 1, pp. 834-839.