首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 671 毫秒
1.
陈亮  赵磊  李珂 《北京测绘》2017,(4):9-12
为了满足栅格数据空间分析的高性能计算需求,本文以坡度计算为例,提出在CUDA环境下将串行地形因子算法进行并行优化的方法:根据地形因子计算过程中无数据相关性,适合进行数据并行计算的特点,将CPU上可以并行执行的计算任务通过CUDA并行处理机制映射到GPU线程块上,从而提高计算效率。试验测试了不同栅格规模下串行算法和并行算法的执行时间差异,测试结果表明,并行地形因子算法的性能明显优于串行算法,在网格规模为12800×11200时,获得最高串-并加速比24.39。  相似文献   

2.
针对空间遥感技术的快速发展导致地理空间数据呈几何级数增长,传统GIS空间分析面临巨大的计算实时性需求的问题,该文为提高GIS数字地形分析算法在处理海量高分辨率DEM数据时的计算效率,基于CUDA众核流处理器并行编程模型,采用不同数据划分方法、纹理内存及异步数据传输机制等技术,对串行D8算法进行了并行化设计及算法优化,探索并分析了D8并行算法的数据拷贝与算法执行等环节的计算效率变化。实验结果表明,CUDA并行编程能够对D8算法实现较为明显的加速,在按5个行子块进行划分、调用1 344个线程时并行加速效果达到最佳,加速比为19.5。并且,在不同行子块划分方式下且调用线程数不超过1 344个时,加速比随调用线程数的增加而增长,计算时间占比随线程数的增加呈递减趋势。  相似文献   

3.
遥感影像CVA变化检测的CUDA并行算法设计   总被引:1,自引:1,他引:0  
随着遥感影像数据量以及复杂程度的日益增加,遥感图像的快速处理成为实际应用过程中亟需解决的问题。为了实现遥感影像的实时变化检测,针对基于变化矢量分析CVA的变化检测算法,设计了一种基于统一计算设备构架CUDA的并行处理模型。首先利用地理空间数据提取库GDAL实现大数据量遥感影像的分块读取、操作和保存;其次将基于变化矢量分析的变化检测过程分为变化强度检测、映射表构建和变化方向检测,并借助CUDA C将变化矢量分析算法的3个步骤嵌入到CPU和GPU组成的异构平台上进行实验;最后利用该模型对不同数据量的遥感影像进行CVA变化检测并作对比分析。实验结果表明:与CPU串行相比,基于GPU/CUDA的遥感影像CVA的变化检测速度提高了10倍左右;在一定程度上,达到了实时变化检测的效果。  相似文献   

4.
基于GPGPU的并行影像匹配算法   总被引:7,自引:1,他引:6  
肖汉  张祖勋 《测绘学报》2010,39(1):46-51
提出一种基于GPGPU的CUDA架构快速影像匹配并行算法,它能够在SIMT模式下完成高性能并行计算。并行算法根据GPU的并行结构和硬件特点,采用执行配置技术、高速存储技术和全局存储技术三种加速技术,优化数据存储结构,提高数据访问效率。实验结果表明,并行算法充分利用GPU的并行处理能力,在处理1280×1024分辨率的8位灰度图像时可达到最高多处理器warp占有率,速度是基于CPU实现的7倍。CUDA在高运算强度数据处理中呈现出的实时处理能力和计算能力,为进一步加速影像匹配性能和GPU通用计算提供了新的方法和思路。  相似文献   

5.
谢成磊  赵荣  亢晓琛 《测绘科学》2016,41(3):40-43,27
为了满足地理国情监测中地形统计指标的高性能计算需求,该文提出在多核计算环境下将地形因子串行计算进行并行化的方法:通过对串行算法耗时部分进行线程级并行化改进,尽可能使计算过程中的线程负载均衡、计算任务的分配更加均匀,从而有效提升程序运算效率。试验对比了不同地形因子算子在计算栅格数据时串行方式和并行方式的执行效率差异,测试结果表明,并行算法在单机16核环境下的计算效率提升明显。  相似文献   

6.
张韵 《测绘科学》2010,35(6):26-28
基于GPGPU的并行计算是目前新兴的热门研究领域。针对空间信息处理中常涉及的算法,本文讨论了基于CUDA技术的算法并行化问题,并提出基于栅格的点集凸壳并行算法及并行耳三角剖分算法。经对实际数据的实验表明,基于CUDA的几何并行计算可以显著地提高程序的执行效率,具有实际意义。  相似文献   

7.
提出了一种基于多图形处理器(graphic processing unit,GPU)设计思想的Harris角点检测并行算法,使用众多线程将计算中耗时的影像高斯卷积平滑滤波部分改造成单指令多线程(single instruction multi-ple thread,SIMT)模式,并采用GPU中共享存储器、常数存储器和锁页内存机制在统一计算设备架构(com-pute unified device archetecture,CUDA)上完成影像角点检测的全过程。实验结果表明,基于多GPU的Har-ris角点检测并行算法比CPU上的串行算法可获得最高达60倍的加速比,其执行效率明显提高,对于大规模数据处理呈现出良好的实时处理能力。  相似文献   

8.
随着图形处理器(GPU)的飞速发展和计算同一设备架构(CUDA)的推出,GPU的并行性和可编程性不断增强,本文提出了一种基于CUDA的Harris算子影像匹配并行处理方法,在GPU中完成对影像的灰度化、Harris角点提取、重采样、灰度相关匹配,并从线程分配、内存使用、共享存储器等方面进行优化。实验结果表明,该方法与CPU串行处理方法相比,其速度得到了明显提升。  相似文献   

9.
提出一种基于CUDA的二叉树图像拼接算法,对现有的SURF特征点算法进行GPU加速,并对原有的图像拼接流程进行改进,采用二叉树进行递归拼接。实验证实,基于CUDA二叉树图像拼接的速度有较大提升。  相似文献   

10.
在现场直播式地理空间信息服务体系要求的背景下,提出一种快速的核线影像并行生成技术,该技术采用基于CUDA的GPU—CPU协同处理方法,并充分考虑到GPU的并行结构和硬件特点。基于NVIDIA Quadro Fx580显卡对1500像素×2300像素大小的灰度图像进行试验,试验结果表明,相对于串行方法本文方法获得了优于10倍的加速比。  相似文献   

11.
本文基于非线性半参数模型最小二乘核估计的迭代解法,证明了非线性半参数模型最小二乘类估计法方程系数阵在一定条件下的非奇异性。这种性质可类推到非线性半参数模型的其他最小二乘类估计方法和其他非线性解算方法,这是对非线性半参数模型估计理论的初步推导。  相似文献   

12.
本文从结构数据模型和语义数据模型的特点和关系出发,引出面向对象的数据模型(OODM)的基本概念,重点讨论了由Abiteboul和Hull提出的IFO模型,对该模型在GIS空间数据库设计中的应用进行了初步探讨,最后指出了OODM的具体实现途径。  相似文献   

13.
城市建筑物三维建模是虚拟3D城市建模的基础和重要组成部分。本文对基于CityGML1.0(City Geography Markup Language 1.0,城市地理标记语言)的城市建筑物三维建模技术进行了深入的研究,主要内容包含了CityGML1.0的简介、城市建筑物三维建模的方法和内容等,并给出了一个实际建模的例...  相似文献   

14.
Occurrence of cloud cover over remotely sensed area is a significant limitation in the ocean colour and infra-red remote sensing applications, especially when operational use of such a data is considered. A method for the reconstruction of missing data in remote sensing images has been proposed. It is based on complementing satellite data with the corresponding information from other sources of data, in our tested case it was the ecohydrodynamic model. The method solves the problem the presence of a cloud cover also during an extended period. Unlike in many other similar methods, emphasis has been put on retaining remotely sensed information to a high degree and preserving local phenomena that are usually difficult to capture by other methods than satellite remote sensing. The method has been tested on the Baltic Sea. Sea surface temperature and chlorophyll a concentration estimated from satellite data, ecohydrodynamic models and merged product were compared with in situ data. The algorithm was optimized for the two parameters that are crucial for e.g. creating algae bloom forecasts. The root mean square error (RMSE) of the final product of sea surface temperature was 0.73 °C, whereas of the input satellite images 1.26 °C or 1.33 °C and of model maps 0.89 °C. The error factor of chlorophyll a concentration product was 1.8 mg m−3, in comparison to 2.55 mg m−3 for satellite input source and 2.28 mg m−3 for the model one. The results show that the proposed method well utilizes advantages of both satellite and numerical simulation data sources, at the same time reducing the errors of estimation of merged parameters compared to similar errors for both primary sources. It would be a valuable component of fuzzy logic and rule-based HABs prediction.  相似文献   

15.
Rational function model-based image matching for digital elevation models   总被引:1,自引:0,他引:1  
This paper presents an image matching technique for IKONOS satellite imagery based on rational function models (RFMs). This algorithm adopts the object-space approach and reduces the search space to within the confined line-shaped area called the piecewise matching line (PML). Also, the detailed procedure of generating 3D surface information using the RFM coefficients (RFCs) is introduced to illustrate an end-user's point of view. The final digital elevation model (DEM) generated using the proposed scheme shows a mean error of 2·2 m and rmse of 3·8 m compared with that from a 1:5000 scale digital map.  相似文献   

16.
Suppose that geographic data under investigation are rates associated with polygons. For example, disease incidence, mortality, and census undercount data may be displayed as rates. Spatial analysis of data of this sort can be handled very naturally through Bayesian hierarchical statistical modeling, where there is a measurement process at the first level, an explanatory process at the second level, and a prior probability distribution on unknowns at the third level. In our paper, we shall feature epidemiological data, specifically disease-incidence rates, and the “polygons” referred to in the title are typically states or counties.  相似文献   

17.
变形模型可区分度量   总被引:3,自引:0,他引:3  
在监测网设计阶段,变形体的变形特性一般不是完全清楚。因此,设计的监测方案应当能有效地和足够灵敏地区分几种可能的模型。本文研究了模型的可区分度量,所用的方法具有思路明确、清晰等特点,特别适用于在设计阶段设置指标。文中通过一个模拟网的分析和讨论,说明采用模型可区分度量作为设计准则的必要性。分析的结果还和Forstner法所得的结果进行初步的比较。  相似文献   

18.
中国地表积雪动态分布及反照率的变化   总被引:14,自引:0,他引:14  
徐兴奎  田国良 《遥感学报》2000,4(3):178-182245
地表特征和下垫面物理性质在时分布上的差异,造成地表能量分布的不均。地表积寻由于其分布广、反照率高、高节性强等特点,对局地气修乃至全球气修变化都具有深远的影响。遥感动态监测地表特征的变化和反演大面积反照率是一种实际有效的技术手段,该文应用遥感技术、分析研究了我国地表积雪分布和反照率的动态变化。  相似文献   

19.
机载SAR图像几何纠正的数学模型研究   总被引:6,自引:2,他引:6  
本文在SAR图像多年应用研究的基础上,概述了国际上2种常用的SAR图像正射纠正数学模型——F.Leberl模型、Konecny模型,同时试验了SAR图像多项式纠正模型,分析了这3种模型的特点,利用中国自制的机载SAR图像和美国的GEM SAR图像分别进行了数字几何纠正实验。通过对实验结果的分析比较,为SAR图像应用于突发性自然灾害的实时监测和评估,推荐了一种形成较为简单、适应性较好的正射纠正模型。  相似文献   

20.
Latent lifestyle preferences and household location decisions   总被引:3,自引:2,他引:1  
Lifestyle, indicating preferences towards a particular way of living, is a key driver of the decision of where to live. We employ latent class choice models to represent this behavior, where the latent classes are the lifestyles and the choice model is the choice of residential location. Thus, we simultaneously estimate lifestyle groups and how lifestyle impacts location decisions. Empirical results indicate three latent lifestyle segments: suburban dwellers, urban dwellers, and transit-riders. The suggested lifestyle segments have intriguing policy implications. Lifecycle characteristics are used to predict lifestyle preferences, although there remain significant aspects that cannot be explained by observable variables.
Jieping LiEmail:
  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号