Light field 3D display technology is considered a revolutionary technology to address the critical visual fatigue issues in the existing 3D displays.Tabletop light field 3D display provides a brand-new display form th...Light field 3D display technology is considered a revolutionary technology to address the critical visual fatigue issues in the existing 3D displays.Tabletop light field 3D display provides a brand-new display form that satisfies multi-user shared viewing and collaborative works,and it is poised to become a potential alternative to the traditional wall and portable display forms.However,a large radial viewing angle and correct radial perspective and parallax are still out of reach for most current tabletop light field 3D displays due to the limited amount of spatial information.To address the viewing angle and perspective issues,a novel integral imaging-based tabletop light field 3D display with a simple flat-panel structure is proposed and developed by applying a compound lens array,two spliced 8K liquid crystal display panels,and a light shaping diffuser screen.The compound lens array is designed to be composed of multiple three-piece compound lens units by employing a reverse design scheme,which greatly extends the radial viewing angle in the case of a limited amount of spatial information and balances other important 3D display parameters.The proposed display has a radial viewing angle of 68.7°in a large display size of 43.5 inches,which is larger than the conventional tabletop light field 3D displays.The radial perspective and parallax are correct,and high-resolution 3D images can be reproduced in large radial viewing positions.We envision that this proposed display opens up possibility for redefining the display forms of consumer electronics.展开更多
Light detection and ranging(LiDAR)sensors play a vital role in acquiring 3D point cloud data and extracting valuable information about objects for tasks such as autonomous driving,robotics,and virtual reality(VR).Howe...Light detection and ranging(LiDAR)sensors play a vital role in acquiring 3D point cloud data and extracting valuable information about objects for tasks such as autonomous driving,robotics,and virtual reality(VR).However,the sparse and disordered nature of the 3D point cloud poses significant challenges to feature extraction.Overcoming limitations is critical for 3D point cloud processing.3D point cloud object detection is a very challenging and crucial task,in which point cloud processing and feature extraction methods play a crucial role and have a significant impact on subsequent object detection performance.In this overview of outstanding work in object detection from the 3D point cloud,we specifically focus on summarizing methods employed in 3D point cloud processing.We introduce the way point clouds are processed in classical 3D object detection algorithms,and their improvements to solve the problems existing in point cloud processing.Different voxelization methods and point cloud sampling strategies will influence the extracted features,thereby impacting the final detection performance.展开更多
Depth maps are used for synthesis virtual view in free-viewpoint television (FTV) systems. When depth maps are derived using existing depth estimation methods, the depth distortions will cause undesirable artifacts ...Depth maps are used for synthesis virtual view in free-viewpoint television (FTV) systems. When depth maps are derived using existing depth estimation methods, the depth distortions will cause undesirable artifacts in the synthesized views. To solve this problem, a 3D video quality model base depth maps (D-3DV) for virtual view synthesis and depth map coding in the FTV applications is proposed. First, the relationships between distortions in coded depth map and rendered view are derived. Then, a precisely 3DV quality model based depth characteristics is develop for the synthesized virtual views. Finally, based on D-3DV model, a multilateral filtering is applied as a pre-processed filter to reduce rendering artifacts. The experimental results evaluated by objective and subjective methods indicate that the proposed D-3DV model can reduce bit-rate of depth coding and achieve better rendering quality.展开更多
With the development and progress of science and technology,road and bridge design has experienced rapid development,from the initial manual drawing design to the popularity of Computer-Aided Design(CAD),and then to t...With the development and progress of science and technology,road and bridge design has experienced rapid development,from the initial manual drawing design to the popularity of Computer-Aided Design(CAD),and then to today’s digital software design era.Early designers relied on hand-drawn paper design forms which was time-consuming and error-prone.Digital support for road and bridge design not only saves the design time but the design quality has also achieved a qualitative leap.This paper engages in the application of digital technology in road and bridge design,to provide technical reference for China’s road and bridge engineering design units,to promote the popularity of Civil3D and other advanced design software in the field of engineering design and development,ultimately contributing to the sustainable development of China’s road and bridge engineering.展开更多
Three-dimensional(3D)lidar has been widely used in various fields.The MEMS scanning system is one of its most important components,while the limitation of scanning angle is the main obstacle to improve the demerit for...Three-dimensional(3D)lidar has been widely used in various fields.The MEMS scanning system is one of its most important components,while the limitation of scanning angle is the main obstacle to improve the demerit for its application in various fields.In this paper,a folded large field of view scanning optical system is proposed.The structure and parameters of the system are determined by theoretical derivation of ray tracing.The optical design software Zemax is used to design the system.After optimization,the final structure performs well in collimation and beam expansion.The results show that the scan angle can be expanded from±5°to±26.5°,and finally the parallel light scanning is realized.The spot diagram at a distance of 100 mm from the exit surface shows that the maximum radius of the spot is 0.506 mm with a uniformly distributed spot.The maximum radius of the spot at 100 m is 19 cm,and the diffusion angle is less than 2 mrad.The energy concentration in the spot range is greater than 90%with a high system energy concentration,and the parallelism is good.This design overcomes the shortcoming of the small mechanical scanning angle of the MEMS lidar,and has good performance in collimation and beam expansion.It provides a design method for large-scale application of MEMS lidar.展开更多
View synthesis is an important building block in three dimension(3D) video processing and communications.Based on one or several views,view synthesis creates other views for the purpose of view prediction(for compr...View synthesis is an important building block in three dimension(3D) video processing and communications.Based on one or several views,view synthesis creates other views for the purpose of view prediction(for compression) or view rendering(for multiview-display).The quality of view synthesis depends on how one fills the occlusion area as well as how the pixels are created.Consequently,luminance adjustment and hole filling are two key issues in view synthesis.In this paper,two views are used to produce an arbitrary virtual synthesized view.One view is merged into another view using a local luminance adjustment method,based on local neighborhood region for the calculation of adjustment coefficient.Moreover,a maximum neighborhood spreading strength hole filling method is presented to deal with the micro texture structure when the hole is being filled.For each pixel at the hole boundary,its neighborhood pixels with the maximum spreading strength direction are selected as candidates;and among them,the pixel with the maximum spreading strength is used to fill the hole from boundary to center.If there still exist disocclusion pixels after once scan,the filling process is repeated until all hole pixels are filled.Simulation results show that the proposed method is efficient,robust and achieves high performance in subjection and objection.展开更多
The emergence of 3D Gaussian splatting(3DGS)has greatly accelerated rendering in novel view synthesis.Unlike neural implicit representations like neural radiance fields(NeRFs)that represent a 3D scene with position an...The emergence of 3D Gaussian splatting(3DGS)has greatly accelerated rendering in novel view synthesis.Unlike neural implicit representations like neural radiance fields(NeRFs)that represent a 3D scene with position and viewpoint-conditioned neural networks,3D Gaussian splatting utilizes a set of Gaussian ellipsoids to model the scene so that efficient rendering can be accomplished by rasterizing Gaussian ellipsoids into images.Apart from fast rendering,the explicit representation of 3D Gaussian splatting also facilitates downstream tasks like dynamic reconstruction,geometry editing,and physical simulation.Considering the rapid changes and growing number of works in this field,we present a literature review of recent 3D Gaussian splatting methods,which can be roughly classified by functionality into 3D reconstruction,3D editing,and other downstream applications.Traditional point-based rendering methods and the rendering formulation of 3D Gaussian splatting are also covered to aid understanding of this technique.This survey aims to help beginners to quickly get started in this field and to provide experienced researchers with a comprehensive overview,aiming to stimulate future development of the 3D Gaussian splatting representation.展开更多
Sparse view 3D reconstruction has attracted increasing attention with the development of neural implicit 3D representation.Existing methods usually only make use of 2D views,requiring a dense set of input views for ac...Sparse view 3D reconstruction has attracted increasing attention with the development of neural implicit 3D representation.Existing methods usually only make use of 2D views,requiring a dense set of input views for accurate 3D reconstruction.In this paper,we show that accurate 3D reconstruction can be achieved by incorporating geometric priors into neural implicit 3D reconstruction.Our method adopts the signed distance function as the 3D representation,and learns a generalizable 3D surface reconstruction model from sparse views.Specifically,we build a more effective and sparse feature volume from the input views by using corresponding depth maps,which can be provided by depth sensors or directly predicted from the input views.We recover better geometric details by imposing both depth and surface normal constraints in addition to the color loss when training the neural implicit 3D representation.Experiments demonstrate that our method both outperforms state-of-the-art approaches,and achieves good generalizability.展开更多
3D shape recognition has drawn much attention in recent years.The view-based approach performs best of all.However,the current multi-view methods are almost all fully supervised,and the pretraining models are almost a...3D shape recognition has drawn much attention in recent years.The view-based approach performs best of all.However,the current multi-view methods are almost all fully supervised,and the pretraining models are almost all based on ImageNet.Although the pretraining results of ImageNet are quite impressive,there is still a significant discrepancy between multi-view datasets and ImageNet.Multi-view datasets naturally retain rich 3D information.In addition,large-scale datasets such as ImageNet require considerable cleaning and annotation work,so it is difficult to regenerate a second dataset.In contrast,unsupervised learning methods can learn general feature representations without any extra annotation.To this end,we propose a three-stage unsupervised joint pretraining model.Specifically,we decouple the final representations into three fine-grained representations.Data augmentation is utilized to obtain pixel-level representations within each view.And we boost the spatial invariant features from the view level.Finally,we exploit global information at the shape level through a novel extract-and-swap module.Experimental results demonstrate that the proposed method gains significantly in 3D object classification and retrieval tasks,and shows generalization to cross-dataset tasks.展开更多
The main purpose of this research is to estimate the structural analysis and hydrocarbon potential of Miano Block by using seismic and well log techniques. Miano area hosts a number of gas fields with structural and s...The main purpose of this research is to estimate the structural analysis and hydrocarbon potential of Miano Block by using seismic and well log techniques. Miano area hosts a number of gas fields with structural and stratigraphic traps. The area is located in Central Indus Basin which is a part of an extensional regime exhibiting normal faulting due to the split of the Indian Plate firstly from Africa and then from Madagascar and Seychelles. Miano area recognized as a proven petroleum province which has complex tectonic history of Cretaceous extensional and overprints of Tertiary strike-slip tectonics. The area has prospect with accumulation of hydrocarbons in structural and stratigraphic traps including pinchouts. NW-SE oriented Khairpur and Mari Highs are main structural features with impact on the fault system. The sands of Lower Goru of Lower Cretaceous age are acting as a reservoir in the area. The area has great potential of hydrocarbons for which more exploratory wells are required to be drilled with better insight of structural and stratigraphic traps.展开更多
This paper presents selected results of research connected with the development of a (3D) geostatistical hydrogeochemical model of the Klodzko Drainage Basin, dedicated to the spatial and time variation in the selec...This paper presents selected results of research connected with the development of a (3D) geostatistical hydrogeochemical model of the Klodzko Drainage Basin, dedicated to the spatial and time variation in the selected quality parameters of underground water in the Klodzko water intake area (SW part of Poland) [1-6]. The research covers the period 1977-2012. Spatial analyses of the variation in different quality parameters, between others, Fe [gFe/m3], Mn [gMn/m3], ammonium ion [gNH4+/m3] contents and oxidation capacity [gO2/m3], were carried out on the basis of the chemical determinations of the quality parameters of underground water samples taken from the wells in the water intake area [2-4]. Spatial and time variation in the parameters was analyzed on the basis of archival data (period 1977-1999) for 22 (pump and siphon) wells, later data obtained (November 2011) from tests of water taken from 14 existing wells and the latest data (January 2012) acquired from 3 new piezometers, which were made in other locations in the relevant area. Thematic databases, containing original data on coordinates X, Y (latitude, longitude) and Z (terrain elevation and time-years) and on regionalized variables, i.e. the underground water quality parameters in the Klodzko water intake area determined for different analytical configurations (22 wells, 14 wells, 14 wells + 3 piezometers), were created [2]. Both archival data (acquired in the years 1977-1999) and the latest data (collected in 2011-2012) were analyzed. These data were subjected to spatial analyses [2-6] using statistical and geostatistical methods [7-12]. The evaluation of basic statistics of the investigated quality parameters, including their histograms of distributions, scatter diagrams between these parameters and also correlation coefficients r, were presented in this article. The directional semivariogram function and the ordinary (block) kriging procedure were used to build the 3D geostatistical model. The geostatistical parameters of the theoretical models of directional semivariograms of the studied water quality parameters, calculated along the time interval and the well depth (taking into account the terrain elevation), were used in the ordinary (block) kriging estimation. The obtained results of estimation, allowed to determine the levels of increased values Z* of studied underground water quality parameters [2, 4-6]. Generally, the behaviour of the underground water quality parameters has been found to vary in space and time. Thanks to the spatial analyses of the variation in the quality parameters in the Klodzko underground water intake area some regularities (trends) in the variation in water quality have been identified.展开更多
To balance the accuracy and efficiency in multiple-view triangulation with sequential images, a high-efficiency propagationbased incremental triangulation(INT) method, carving three-dimensional(3 D) scene points by up...To balance the accuracy and efficiency in multiple-view triangulation with sequential images, a high-efficiency propagationbased incremental triangulation(INT) method, carving three-dimensional(3 D) scene points by updating the incoming feature track one by one without iterations, is proposed. Based on the INT method, a more accurate iteration-limited INT method is also established with few iterations to bound the propagated errors, ensuring the accuracy of subsequent3 D reconstruction. Finally, experimental results demonstrate that the proposed methods can balance the efficiency and accuracy in different multiple-view INT situations.展开更多
基金We are grateful for financial supports from National Key R&D Program of China(Grant No.2021YFB2802300)the National Natural Science Foundation of China(Grant Nos.62105014,62105016,and 62020106010)。
文摘Light field 3D display technology is considered a revolutionary technology to address the critical visual fatigue issues in the existing 3D displays.Tabletop light field 3D display provides a brand-new display form that satisfies multi-user shared viewing and collaborative works,and it is poised to become a potential alternative to the traditional wall and portable display forms.However,a large radial viewing angle and correct radial perspective and parallax are still out of reach for most current tabletop light field 3D displays due to the limited amount of spatial information.To address the viewing angle and perspective issues,a novel integral imaging-based tabletop light field 3D display with a simple flat-panel structure is proposed and developed by applying a compound lens array,two spliced 8K liquid crystal display panels,and a light shaping diffuser screen.The compound lens array is designed to be composed of multiple three-piece compound lens units by employing a reverse design scheme,which greatly extends the radial viewing angle in the case of a limited amount of spatial information and balances other important 3D display parameters.The proposed display has a radial viewing angle of 68.7°in a large display size of 43.5 inches,which is larger than the conventional tabletop light field 3D displays.The radial perspective and parallax are correct,and high-resolution 3D images can be reproduced in large radial viewing positions.We envision that this proposed display opens up possibility for redefining the display forms of consumer electronics.
文摘Light detection and ranging(LiDAR)sensors play a vital role in acquiring 3D point cloud data and extracting valuable information about objects for tasks such as autonomous driving,robotics,and virtual reality(VR).However,the sparse and disordered nature of the 3D point cloud poses significant challenges to feature extraction.Overcoming limitations is critical for 3D point cloud processing.3D point cloud object detection is a very challenging and crucial task,in which point cloud processing and feature extraction methods play a crucial role and have a significant impact on subsequent object detection performance.In this overview of outstanding work in object detection from the 3D point cloud,we specifically focus on summarizing methods employed in 3D point cloud processing.We introduce the way point clouds are processed in classical 3D object detection algorithms,and their improvements to solve the problems existing in point cloud processing.Different voxelization methods and point cloud sampling strategies will influence the extracted features,thereby impacting the final detection performance.
基金supported by the National Natural Science Foundation of China(Grant No.60832003)Key Laboratory of Advanced Display and System Application(Shanghai University),Ministry of Education,China(Grant No.P200902)the Key Project of Science and Technology Commission of Shanghai Municipality(Grant No.10510500500)
文摘Depth maps are used for synthesis virtual view in free-viewpoint television (FTV) systems. When depth maps are derived using existing depth estimation methods, the depth distortions will cause undesirable artifacts in the synthesized views. To solve this problem, a 3D video quality model base depth maps (D-3DV) for virtual view synthesis and depth map coding in the FTV applications is proposed. First, the relationships between distortions in coded depth map and rendered view are derived. Then, a precisely 3DV quality model based depth characteristics is develop for the synthesized virtual views. Finally, based on D-3DV model, a multilateral filtering is applied as a pre-processed filter to reduce rendering artifacts. The experimental results evaluated by objective and subjective methods indicate that the proposed D-3DV model can reduce bit-rate of depth coding and achieve better rendering quality.
文摘With the development and progress of science and technology,road and bridge design has experienced rapid development,from the initial manual drawing design to the popularity of Computer-Aided Design(CAD),and then to today’s digital software design era.Early designers relied on hand-drawn paper design forms which was time-consuming and error-prone.Digital support for road and bridge design not only saves the design time but the design quality has also achieved a qualitative leap.This paper engages in the application of digital technology in road and bridge design,to provide technical reference for China’s road and bridge engineering design units,to promote the popularity of Civil3D and other advanced design software in the field of engineering design and development,ultimately contributing to the sustainable development of China’s road and bridge engineering.
基金the Shenzhen Fundamental Research Program(Grant No.JCYJ2020109150808037)the National Key Scientific Instrument and Equipment Development Projects of China(Grant No.62027823)the National Natural Science Foundation of China(Grant No.61775048)。
文摘Three-dimensional(3D)lidar has been widely used in various fields.The MEMS scanning system is one of its most important components,while the limitation of scanning angle is the main obstacle to improve the demerit for its application in various fields.In this paper,a folded large field of view scanning optical system is proposed.The structure and parameters of the system are determined by theoretical derivation of ray tracing.The optical design software Zemax is used to design the system.After optimization,the final structure performs well in collimation and beam expansion.The results show that the scan angle can be expanded from±5°to±26.5°,and finally the parallel light scanning is realized.The spot diagram at a distance of 100 mm from the exit surface shows that the maximum radius of the spot is 0.506 mm with a uniformly distributed spot.The maximum radius of the spot at 100 m is 19 cm,and the diffusion angle is less than 2 mrad.The energy concentration in the spot range is greater than 90%with a high system energy concentration,and the parallelism is good.This design overcomes the shortcoming of the small mechanical scanning angle of the MEMS lidar,and has good performance in collimation and beam expansion.It provides a design method for large-scale application of MEMS lidar.
基金supported by the National Natural Science Foundation of China(61075013)
文摘View synthesis is an important building block in three dimension(3D) video processing and communications.Based on one or several views,view synthesis creates other views for the purpose of view prediction(for compression) or view rendering(for multiview-display).The quality of view synthesis depends on how one fills the occlusion area as well as how the pixels are created.Consequently,luminance adjustment and hole filling are two key issues in view synthesis.In this paper,two views are used to produce an arbitrary virtual synthesized view.One view is merged into another view using a local luminance adjustment method,based on local neighborhood region for the calculation of adjustment coefficient.Moreover,a maximum neighborhood spreading strength hole filling method is presented to deal with the micro texture structure when the hole is being filled.For each pixel at the hole boundary,its neighborhood pixels with the maximum spreading strength direction are selected as candidates;and among them,the pixel with the maximum spreading strength is used to fill the hole from boundary to center.If there still exist disocclusion pixels after once scan,the filling process is repeated until all hole pixels are filled.Simulation results show that the proposed method is efficient,robust and achieves high performance in subjection and objection.
基金supported by the National Natural Science Foundation of China(62322210)Beijing Municipal Natural Science Foundation for Distinguished Young Scholars(JQ21013)+1 种基金Beijing Municipal Science and Technology Commission(Z231100005923031)2023 Tencent AI Lab Rhino-Bird Focused Research Program.
文摘The emergence of 3D Gaussian splatting(3DGS)has greatly accelerated rendering in novel view synthesis.Unlike neural implicit representations like neural radiance fields(NeRFs)that represent a 3D scene with position and viewpoint-conditioned neural networks,3D Gaussian splatting utilizes a set of Gaussian ellipsoids to model the scene so that efficient rendering can be accomplished by rasterizing Gaussian ellipsoids into images.Apart from fast rendering,the explicit representation of 3D Gaussian splatting also facilitates downstream tasks like dynamic reconstruction,geometry editing,and physical simulation.Considering the rapid changes and growing number of works in this field,we present a literature review of recent 3D Gaussian splatting methods,which can be roughly classified by functionality into 3D reconstruction,3D editing,and other downstream applications.Traditional point-based rendering methods and the rendering formulation of 3D Gaussian splatting are also covered to aid understanding of this technique.This survey aims to help beginners to quickly get started in this field and to provide experienced researchers with a comprehensive overview,aiming to stimulate future development of the 3D Gaussian splatting representation.
基金supported by the National Natural Science Foundation of China(Grant No.61902210).
文摘Sparse view 3D reconstruction has attracted increasing attention with the development of neural implicit 3D representation.Existing methods usually only make use of 2D views,requiring a dense set of input views for accurate 3D reconstruction.In this paper,we show that accurate 3D reconstruction can be achieved by incorporating geometric priors into neural implicit 3D reconstruction.Our method adopts the signed distance function as the 3D representation,and learns a generalizable 3D surface reconstruction model from sparse views.Specifically,we build a more effective and sparse feature volume from the input views by using corresponding depth maps,which can be provided by depth sensors or directly predicted from the input views.We recover better geometric details by imposing both depth and surface normal constraints in addition to the color loss when training the neural implicit 3D representation.Experiments demonstrate that our method both outperforms state-of-the-art approaches,and achieves good generalizability.
基金This work was supported in part by National Natural Science Foundation of China(No.61976095)the Science and Technology Planning Project of Guangdong Province,China(No.2018B030323026).
文摘3D shape recognition has drawn much attention in recent years.The view-based approach performs best of all.However,the current multi-view methods are almost all fully supervised,and the pretraining models are almost all based on ImageNet.Although the pretraining results of ImageNet are quite impressive,there is still a significant discrepancy between multi-view datasets and ImageNet.Multi-view datasets naturally retain rich 3D information.In addition,large-scale datasets such as ImageNet require considerable cleaning and annotation work,so it is difficult to regenerate a second dataset.In contrast,unsupervised learning methods can learn general feature representations without any extra annotation.To this end,we propose a three-stage unsupervised joint pretraining model.Specifically,we decouple the final representations into three fine-grained representations.Data augmentation is utilized to obtain pixel-level representations within each view.And we boost the spatial invariant features from the view level.Finally,we exploit global information at the shape level through a novel extract-and-swap module.Experimental results demonstrate that the proposed method gains significantly in 3D object classification and retrieval tasks,and shows generalization to cross-dataset tasks.
文摘The main purpose of this research is to estimate the structural analysis and hydrocarbon potential of Miano Block by using seismic and well log techniques. Miano area hosts a number of gas fields with structural and stratigraphic traps. The area is located in Central Indus Basin which is a part of an extensional regime exhibiting normal faulting due to the split of the Indian Plate firstly from Africa and then from Madagascar and Seychelles. Miano area recognized as a proven petroleum province which has complex tectonic history of Cretaceous extensional and overprints of Tertiary strike-slip tectonics. The area has prospect with accumulation of hydrocarbons in structural and stratigraphic traps including pinchouts. NW-SE oriented Khairpur and Mari Highs are main structural features with impact on the fault system. The sands of Lower Goru of Lower Cretaceous age are acting as a reservoir in the area. The area has great potential of hydrocarbons for which more exploratory wells are required to be drilled with better insight of structural and stratigraphic traps.
文摘This paper presents selected results of research connected with the development of a (3D) geostatistical hydrogeochemical model of the Klodzko Drainage Basin, dedicated to the spatial and time variation in the selected quality parameters of underground water in the Klodzko water intake area (SW part of Poland) [1-6]. The research covers the period 1977-2012. Spatial analyses of the variation in different quality parameters, between others, Fe [gFe/m3], Mn [gMn/m3], ammonium ion [gNH4+/m3] contents and oxidation capacity [gO2/m3], were carried out on the basis of the chemical determinations of the quality parameters of underground water samples taken from the wells in the water intake area [2-4]. Spatial and time variation in the parameters was analyzed on the basis of archival data (period 1977-1999) for 22 (pump and siphon) wells, later data obtained (November 2011) from tests of water taken from 14 existing wells and the latest data (January 2012) acquired from 3 new piezometers, which were made in other locations in the relevant area. Thematic databases, containing original data on coordinates X, Y (latitude, longitude) and Z (terrain elevation and time-years) and on regionalized variables, i.e. the underground water quality parameters in the Klodzko water intake area determined for different analytical configurations (22 wells, 14 wells, 14 wells + 3 piezometers), were created [2]. Both archival data (acquired in the years 1977-1999) and the latest data (collected in 2011-2012) were analyzed. These data were subjected to spatial analyses [2-6] using statistical and geostatistical methods [7-12]. The evaluation of basic statistics of the investigated quality parameters, including their histograms of distributions, scatter diagrams between these parameters and also correlation coefficients r, were presented in this article. The directional semivariogram function and the ordinary (block) kriging procedure were used to build the 3D geostatistical model. The geostatistical parameters of the theoretical models of directional semivariograms of the studied water quality parameters, calculated along the time interval and the well depth (taking into account the terrain elevation), were used in the ordinary (block) kriging estimation. The obtained results of estimation, allowed to determine the levels of increased values Z* of studied underground water quality parameters [2, 4-6]. Generally, the behaviour of the underground water quality parameters has been found to vary in space and time. Thanks to the spatial analyses of the variation in the quality parameters in the Klodzko underground water intake area some regularities (trends) in the variation in water quality have been identified.
基金partially supported by the National Key Research and Development Program of China(No.2019YFC0119200)the Beijing Natural Science Foundation(No.3204050)+1 种基金the Open Project Program of State Key Laboratory of Virtual Reality Technology and Systems(No.VRLAB2020B05)the Fundamental Research Funds for the Central Universities(Nos.2019RC26 and 2019RC28)。
文摘To balance the accuracy and efficiency in multiple-view triangulation with sequential images, a high-efficiency propagationbased incremental triangulation(INT) method, carving three-dimensional(3 D) scene points by updating the incoming feature track one by one without iterations, is proposed. Based on the INT method, a more accurate iteration-limited INT method is also established with few iterations to bound the propagated errors, ensuring the accuracy of subsequent3 D reconstruction. Finally, experimental results demonstrate that the proposed methods can balance the efficiency and accuracy in different multiple-view INT situations.