期刊文献+
共找到434篇文章
< 1 2 22 >
每页显示 20 50 100
Optimized CUDA Implementation to Improve the Performance of Bundle Adjustment Algorithm on GPUs
1
作者 Pranay R. Kommera Suresh S. Muknahallipatna John E. McInroy 《Journal of Software Engineering and Applications》 2024年第4期172-201,共30页
The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its p... The 3D reconstruction pipeline uses the Bundle Adjustment algorithm to refine the camera and point parameters. The Bundle Adjustment algorithm is a compute-intensive algorithm, and many researchers have improved its performance by implementing the algorithm on GPUs. In the previous research work, “Improving Accuracy and Computational Burden of Bundle Adjustment Algorithm using GPUs,” the authors demonstrated first the Bundle Adjustment algorithmic performance improvement by reducing the mean square error using an additional radial distorting parameter and explicitly computed analytical derivatives and reducing the computational burden of the Bundle Adjustment algorithm using GPUs. The naïve implementation of the CUDA code, a speedup of 10× for the largest dataset of 13,678 cameras, 4,455,747 points, and 28,975,571 projections was achieved. In this paper, we present the optimization of the Bundle Adjustment algorithm CUDA code on GPUs to achieve higher speedup. We propose a new data memory layout for the parameters in the Bundle Adjustment algorithm, resulting in contiguous memory access. We demonstrate that it improves the memory throughput on the GPUs, thereby improving the overall performance. We also demonstrate an increase in the computational throughput of the algorithm by optimizing the CUDA kernels to utilize the GPU resources effectively. A comparative performance study of explicitly computing an algorithm parameter versus using the Jacobians instead is presented. In the previous work, the Bundle Adjustment algorithm failed to converge for certain datasets due to several block matrices of the cameras in the augmented normal equation, resulting in rank-deficient matrices. In this work, we identify the cameras that cause rank-deficient matrices and preprocess the datasets to ensure the convergence of the BA algorithm. Our optimized CUDA implementation achieves convergence of the Bundle Adjustment algorithm in around 22 seconds for the largest dataset compared to 654 seconds for the sequential implementation, resulting in a speedup of 30×. Our optimized CUDA implementation presented in this paper has achieved a 3× speedup for the largest dataset compared to the previous naïve CUDA implementation. 展开更多
关键词 Scene Reconstruction bundle adjustment LEVENBERG-MARQUARDT Non-Linear Least Squares Memory Throughput Computational Throughput Contiguous Memory Access CUDA Optimization
下载PDF
A Self-calibration Bundle Adjustment Algorithm Based on Block Matrix Cholesky Decomposition Technology 被引量:1
2
作者 Huasheng SUN Yuan ZHANG 《Journal of Geodesy and Geoinformation Science》 CSCD 2023年第1期11-30,共20页
In this study,the problem of bundle adjustment was revisited,and a novel algorithm based on block matrix Cholesky decomposition was proposed to solve the thorny problem of self-calibration bundle adjustment.The innova... In this study,the problem of bundle adjustment was revisited,and a novel algorithm based on block matrix Cholesky decomposition was proposed to solve the thorny problem of self-calibration bundle adjustment.The innovation points are reflected in the following aspects:①The proposed algorithm is not dependent on the Schur complement,and the calculation process is simple and clear;②The complexities of time and space tend to O(n)in the context of world point number is far greater than that of images and cameras,so the calculation magnitude and memory consumption can be reduced significantly;③The proposed algorithm can carry out self-calibration bundle adjustment in single-camera,multi-camera,and variable-camera modes;④Some measures are employed to improve the optimization effects.Experimental tests showed that the proposed algorithm has the ability to achieve state-of-the-art performance in accuracy and robustness,and it has a strong adaptability as well,because the optimized results are accurate and robust even if the initial values have large deviations from the truth.This study could provide theoretical guidance and technical support for the image-based positioning and 3D reconstruction in the fields of photogrammetry,computer vision and robotics. 展开更多
关键词 bundle adjustment SELF-CALIBRATION block matrix Cholesky decomposition
下载PDF
BUNDLE ADJUSTMENTS CCD CAMERA CALIBRATION BASED ON COLLI NEARITY EQUATION 被引量:3
3
作者 LiuChangying YuZhijing CheRensheng YeDong HuangQingcheng YangDingning 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2004年第4期494-497,共4页
The solid template CCD camera calibration method of bundle adjustments basedon collinearity equation is presented considering the characteristics of space large-dimensionon-line measurement. In the method, a more comp... The solid template CCD camera calibration method of bundle adjustments basedon collinearity equation is presented considering the characteristics of space large-dimensionon-line measurement. In the method, a more comprehensive camera model is adopted which is based onthe pinhole model extended with distortions corrections. In the process of calibration, calibrationprecision is improved by imaging at different locations in the whole measurement space,multi-imaging at the same location and bundle adjustments optimization. The calibration experimentproves that the calibration method is able to fulfill calibration requirement of CCD camera appliedto vision measurement. 展开更多
关键词 bundle adjustments Distortions corrections Collinearity equation Cameracalibration
下载PDF
Improving Accuracy and Computational Burden of Bundle Adjustment Algorithm Using GPUs
4
作者 Pranay R. Kommera Suresh S. Muknahallipatna John E. McInroy 《Engineering(科研)》 2023年第10期663-690,共28页
Bundle adjustment is a camera and point refinement technique in a 3D scene reconstruction pipeline. The camera parameters and the 3D points are refined by minimizing the difference between computed projection and obse... Bundle adjustment is a camera and point refinement technique in a 3D scene reconstruction pipeline. The camera parameters and the 3D points are refined by minimizing the difference between computed projection and observed projection of the image points formulated as a non-linear least-square problem. Levenberg-Marquardt method is used to solve the non-linear least-square problem. Solving the non-linear least-square problem is computationally expensive, proportional to the number of cameras, points, and projections. In this paper, we implement the Bundle Adjustment (BA) algorithm and analyze techniques to improve algorithmic performance by reducing the mean square error. We investigate using an additional radial distortion camera parameter in the BA algorithm and demonstrate better convergence of the mean square error. We also demonstrate the use of explicitly computed analytical derivatives. In addition, we implement the BA algorithm on GPUs using the CUDA parallel programming model to reduce the computational time burden of the BA algorithm. CUDA Streams, atomic operations, and cuBLAS library in the CUDA programming model are proposed, implemented, and demonstrated to improve the performance of the BA algorithm. Our implementation has demonstrated better convergence of the BA algorithm and achieved a speedup of up to 16× on the use of the BA algorithm on various datasets. 展开更多
关键词 bundle adjustment LEVENBERG-MARQUARDT Scene Reconstruction Radial Dis-tortion Coefficient Explicit Jacobian CUDA Optimization
下载PDF
Vision based terrain reconstruction for planet rover using a special binocular bundle adjustment 被引量:3
5
作者 Min-yi SHEN Zhi-yu XIANG Ji-lin LIU 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2008年第10期1341-1350,共10页
This paper presents a pure vision based technique for 3D reconstruction of planet terrain. The reconstruction accuracy depends ultimately on an optimization technique known as 'bundle adjustment'. In vision te... This paper presents a pure vision based technique for 3D reconstruction of planet terrain. The reconstruction accuracy depends ultimately on an optimization technique known as 'bundle adjustment'. In vision techniques, the translation is only known up to a scale factor, and a single scale factor is assumed for the whole sequence of images if only one camera is used. If an extra camera is available, stereo vision based reconstruction can be obtained by binocular views. If the baseline of the stereo setup is known, the scale factor problem is solved. We found that direct application of classical bundle adjustment on the constraints inherent between the binocular views has not been tested. Our method incorporated this constraint into the conventional bundle adjustment method. This special binocular bundle adjustment has been performed on image sequences similar to planet terrain circumstances. Experimental results show that our special method enhances not only the localization accuracy, but also the terrain mapping quality. 展开更多
关键词 3D重构 Bba 信息处理 计算机技术
下载PDF
Accuracy Analysis on Bundle Adjustment of Remote Sensing Images Based on Dual Quaternion 被引量:1
6
作者 盛庆红 费利佳 +2 位作者 柳建锋 陈姝文 王惠南 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI CSCD 2015年第5期523-529,共7页
A bundle adjustment method of remote sensing images based on dual quaternion is presented,which conducted the uniform disposal corresponding location and attitude of sequence images by the dual quaternion.The constrai... A bundle adjustment method of remote sensing images based on dual quaternion is presented,which conducted the uniform disposal corresponding location and attitude of sequence images by the dual quaternion.The constraint relationship of image itself and sequence images is constructed to compensate the systematic errors.The feasibility of this method used in bundle adjustment is theoretically tested by the analysis of the structural characteristics of error equation and normal equation based on dual quaternion.Different distributions of control points and stepwise regression analysis are introduced into the experiment for RC30 image.The results show that the adjustment accuracy can achieve 0.2min plane and 1min elevation.As a result,this method provides a new technique for geometric location problem of remote sensing images. 展开更多
关键词 遥感影像 四元数 精度分析 对偶 调整 序列图像 逐步回归分析 误差方程
下载PDF
Bundle adjustment for data processing of theodolite industrial surveying system
7
作者 邹峥嵘 丁晓利 +1 位作者 曾卓乔 何凭宗 《中国有色金属学会会刊:英文版》 CSCD 2001年第2期307-310,共4页
The photogrammetric bundle adjustment was used in data processing of electronic theodolite industrial surveying system by converting angular observations into virtual photo coordinates. The developed algorithm has abi... The photogrammetric bundle adjustment was used in data processing of electronic theodolite industrial surveying system by converting angular observations into virtual photo coordinates. The developed algorithm has ability of precision estimation and data snooping, do not need initial values of exterior orientation elements and object point coordinates. The form of control condition for the system is quite flexible. Neither centering nor leveling is the theodolite needed and the lay out of theodolite position is flexible when the system is used for precise survey. Experiments carried out in test field verify the validity of the data processing method. [ 展开更多
关键词 electronic theodolite industrial surveying system bundle adjustment
下载PDF
基于BA优化的多毫米波雷达定位方法
8
作者 蔚成然 刘康 +1 位作者 张远辉 付铎 《激光杂志》 CAS 北大核心 2023年第11期37-42,共6页
针对使用单个毫米波雷达实现室内环境实时监控和人员跟踪存在障碍物遮挡和覆盖面积有限等问题,提出一种基于多毫米波雷达点云匹配的定位算法。通过前端对行人轨迹聚类拟合配准和后端BA优化定位结果实现雷达间的相互定位,代替仅使用仪器... 针对使用单个毫米波雷达实现室内环境实时监控和人员跟踪存在障碍物遮挡和覆盖面积有限等问题,提出一种基于多毫米波雷达点云匹配的定位算法。通过前端对行人轨迹聚类拟合配准和后端BA优化定位结果实现雷达间的相互定位,代替仅使用仪器测量的定位结果。针对毫米波雷达点云边界不明确的问题,通过改进DBSCAN算法进行点云滤波解决。针对雷达间点云匹配关系难以对应问题,提出一种基于拟合路径查找对应点的方法。并提出了一种评估点云配准精度的评价指标。通过多场景的实验对比,提出的定位方法平均精度比测距仪器测量结果提高19%,平均定位精度稳定在0.29 m以内,能够满足室内环境的全覆盖实时监控和行人跟踪的定位需求。 展开更多
关键词 毫米波雷达 点云聚类 点云定位 ba优化
下载PDF
附加距离约束的导航相机快速标定方法
9
作者 赵洪涛 白金国 左金凤 《遥感信息》 CSCD 北大核心 2024年第2期70-78,共9页
针对在轨条件下因观测条件匮乏导致巡视器导航相机标定精度受限的问题,提出了一种基于直线特征的导航相机快速在轨自标定方法。首先,利用SAM(segment anything model)对导航影像太阳能板区域进行图像分割,并对太阳能板OCR(optical contr... 针对在轨条件下因观测条件匮乏导致巡视器导航相机标定精度受限的问题,提出了一种基于直线特征的导航相机快速在轨自标定方法。首先,利用SAM(segment anything model)对导航影像太阳能板区域进行图像分割,并对太阳能板OCR(optical control room)直线特征进行提取;然后,构建附加距离约束的导航相机自检校模型;最后,利用Levenberg-Marquardt方法对标定模型进行求解。开展了模拟实验及在轨实验。分析结果表明,相比光束法自标定、CAHVOR及Vanishing Points等标定方法,所提出方法标定参数重建的坐标精度平均值分别提升了20.60%、30.82%和35.92%,对太阳能板OCR距离恢复距离偏差范围在-1.4~1.5 mm之间。该方法可为巡视器导航相机在轨标定技术提供一定的价值参考。 展开更多
关键词 SAM 在轨标定 光束法 LM算法 距离约束
下载PDF
外源6-BA对镉(Cd)胁迫下茄子幼苗抗氧化系统及渗透调节物质含量的影响 被引量:2
10
作者 吴雪霞 朱宗文 +1 位作者 张爱冬 查丁石 《上海农业学报》 2019年第4期43-50,共8页
以‘沪茄08-1’茄子为试验材料,研究了外源喷施6-BA对镉(Cd)胁迫下茄子幼苗叶片和根系中抗氧化系统及渗透调节物质含量的影响.结果表明:Cd胁迫处理下,茄子幼苗叶片和根系中丙二醛(MDA)、过氧化氢(H2O2)含量显著增加,超氧阴离子(O2-... 以‘沪茄08-1’茄子为试验材料,研究了外源喷施6-BA对镉(Cd)胁迫下茄子幼苗叶片和根系中抗氧化系统及渗透调节物质含量的影响.结果表明:Cd胁迫处理下,茄子幼苗叶片和根系中丙二醛(MDA)、过氧化氢(H2O2)含量显著增加,超氧阴离子(O2-·)产生速率显著提高;超氧化物歧化酶(SOD)、过氧化物酶(POD)、过氧化氢酶(CAT)、抗坏血酸过氧化物酶(APX)、谷胱甘肽还原酶(GR)、脱氢抗坏血酸还原酶(DHAR)活性显著增强,抗坏血酸(AsA)、谷胱甘肽(GSH)、脯氨酸(Pro)和可溶性蛋白质含量显著提高.外源6-BA处理能有效抑制Cd胁迫下茄子幼苗中MDA、H2O2及O2-·的积累,进一步增强SOD、POD、CAT、APX、GR和DHAR的活性,提高AsA、GSH、Pro和可溶性蛋白质的含量.上述结果说明,6-BA可通过增强Cd胁迫下茄子幼苗清除活性氧(ROS)的能力,减缓Cd胁迫的危害,提高茄子幼苗对Cd的耐性. 展开更多
关键词 茄子幼苗 6-ba 镉胁迫 抗氧化系统 渗透调节物质
下载PDF
6-BA对盐胁迫下老芒麦幼苗生长及生理特性的影响 被引量:9
11
作者 何丽娟 祁娟 +4 位作者 马红萍 吴召林 金鑫 孙守江 刘文辉 《草业科学》 CAS CSCD 2018年第9期2174-2182,共9页
以采自甘肃天祝高寒草地野生老芒麦(Elymus sibiricus)为材料,利用营养液砂培法,研究6-苄基腺嘌呤(6-BA)缓解NaCl盐胁迫对老芒麦幼苗伤害的能力。结果表明,NaCl单盐胁迫下,随着盐浓度的增加,植物地上部各形态指标和叶绿素SPAD值均下降,... 以采自甘肃天祝高寒草地野生老芒麦(Elymus sibiricus)为材料,利用营养液砂培法,研究6-苄基腺嘌呤(6-BA)缓解NaCl盐胁迫对老芒麦幼苗伤害的能力。结果表明,NaCl单盐胁迫下,随着盐浓度的增加,植物地上部各形态指标和叶绿素SPAD值均下降,尤其在250mmol·L^(-1) NaCl胁迫下株高降低明显。无盐胁迫下,≥20mg·L^(-1)6-BA处理对老芒麦促生效果明显,可溶性蛋白和游离脯氨酸含量在30mg·L^(-1) 6-BA处理下较无6-BA处理分别增加了98.1%和5.7倍,丙二醛(MDA)在10mg·L^(-1) 6-BA处理下较无6-BA处理降低了64.9%。NaCl胁迫下,6-BA处理可缓解盐胁迫对植物生长的伤害,以较高浓度6-BA(≥10mg·L^(-1))缓解效果显著(P<0.05),尤其在250mmol·L^(-1) NaCl胁迫下经20 mg·L^(-1) 6-BA处理的植株,叶绿素SPAD值较仅NaCl胁迫处理增加了17.3%,可溶性糖在100mmol·L^(-1) NaCl胁迫下经20mg·L^(-1) 6-BA处理,其含量较无6-BA处理增加了1.7倍。经隶属函数综合分析发现,20mg·L^(-1) 6-BA处理缓解盐胁迫造成植株受伤害的效果理想,而不同浓度6-BA处理下,100mmol·L^(-1) NaCl胁迫对植株伤害较小。 展开更多
关键词 老芒麦 6-苄基腺嘌呤(6-ba) 盐胁迫 形态特征 叶绿素含量 渗透调节
下载PDF
基于BA的改进视觉/惯性融合定位算法 被引量:3
12
作者 马晓东 曾碧 叶林锋 《广东工业大学学报》 CAS 2017年第6期32-36,共5页
机器人的自主定位是实现导航及智能化的关键.针对飞行机器人在室内环境中的定位问题,提出一种基于BA的改进视觉/惯性融合定位算法.该方法首先采用直接法计算获得视觉信息,并结合从惯性单元获得的角速度和加速度信息,用扩展卡尔曼滤波方... 机器人的自主定位是实现导航及智能化的关键.针对飞行机器人在室内环境中的定位问题,提出一种基于BA的改进视觉/惯性融合定位算法.该方法首先采用直接法计算获得视觉信息,并结合从惯性单元获得的角速度和加速度信息,用扩展卡尔曼滤波方法进行迭代,提高视觉里程计的鲁棒性;其次用反向深度法,提高特征点深度信息的估计精度;最后,通过采用光束平差法(bundle adjustment)进行局部优化.实验结果表明,本文方法有效提高了机器人定位的精度. 展开更多
关键词 惯性单元 直接法 视觉里程计 光束平差
下载PDF
Impact of a Bundle on Prevention and Control of Healthcare associated Infections in Intensive Care Unit 被引量:6
13
作者 高芳 吴艳艳 +4 位作者 邹俊宁 朱明 张杰 黄海燕 熊莉娟 《Journal of Huazhong University of Science and Technology(Medical Sciences)》 SCIE CAS 2015年第2期283-290,共8页
Inpatients in the intensive care unit(ICU) are at high risk for healthcare-associated infections(HAIs). In the current study, a bundle of interventions and measures for preventing and controlling HAIs were develop... Inpatients in the intensive care unit(ICU) are at high risk for healthcare-associated infections(HAIs). In the current study, a bundle of interventions and measures for preventing and controlling HAIs were developed and implemented in the ICU by trained personnel, and the impact of the bundle was evaluated. The incidence of HAIs, the adjusted daily incidence of HAIs and the incidence of three types of catheter-related infections before and after the bundle implementation were compared. The execution rate of the bundle for preventing and controlling ventilator-associated pneumonia(VAP) was increased from 82.06% in 2012 to 96.88% in 2013. The execution rate was increased from 83.03% in 2012 to 91.33% in 2013 for central line-associated bloodstream infection(CLABSI), from 87.00% to 94.40% for catheter-associated urinary tract infection(CAUTI), and from 82.05% to 98.55% for multidrug-resistant organisms(MDROs), respectively. In total, 136 cases(10.37%) in 2012 and 113 cases(7.72%) in 2013 involved HAIs, respectively. Patients suffered from infection of the lower respiratory tract, the most common site of HAIs, in 134 cases(79.29%) in 2012 and 107 cases(74.30%) in 2013 respectively. The incidence of VAP was 32.72‰ and 24.60‰, the number of strains of pathogens isolated was 198 and 173, and the number of MDROs detected in the ICU was 91 and 74 in 2012 and 2013, respectively. The percentage of MDROs among the pathogens causing HAIs was decreased in each quarter of 2013 as compared with the corresponding percentage in 2012. In 2013, the execution rate of the bundle for preventing and controlling HAIs was increased, whereas the incidence of HAIs and VAP decreased as compared with that in 2012. 展开更多
关键词 bundle execution trained ventilator incidence quarter suffered adjusted sterile transparent
下载PDF
3D motion and geometric information system of single-antenna radar based on incomplete 1D range data 被引量:1
14
作者 Yingkang Zhang Yang Xiao Shaohai Hu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第3期412-420,共9页
A 3D motion and geometric information system of single-antenna radar is proposed,which can be supported by spotlight synthetic aperture radar(SAR) system and inverse SAR(ISAR) system involving relative 3D motion o... A 3D motion and geometric information system of single-antenna radar is proposed,which can be supported by spotlight synthetic aperture radar(SAR) system and inverse SAR(ISAR) system involving relative 3D motion of the rigid target.In this system,applying the geometry invariance of the rigid target,the unknown 3D shape and motion of the radar target can be reconstructed from the 1D range data of some scatterers extracted from the high-resolution range image.Compared with the current 1D-to-3D algorithm,in the proposed algorithm,the requirement of the 1D range data is expanded to incomplete formation involving large angular motion of the target and hence,the quantity of the scatterers and the abundance of 3D motion are enriched.Furthermore,with the three selected affine coordinates fixed,the multi-solution problem of the reconstruction is solved and the technique of nonlinear optimization can be successfully utilized in the system.Two simulations are implemented which verify the higher robustness of the system and the better performance of the 3D reconstruction for the radar target with unknown relative motion. 展开更多
关键词 3D reconstruction radar 1D range data geometry invariance inverse synthetic aperture radar(ISAR) bundle adjustment.
下载PDF
Positioning of Screw Holes Group Based on Digital Camera and Digital Control Drilling
15
作者 FENGWenhao LIJiansong YANLi SUGuozhong YUANXiuxiao ZHONGShengzhang JIHuiming 《Geo-Spatial Information Science》 2004年第4期235-242,共8页
Positioning of screw holes is an important production procedure for steel construction connecting with bolts. In this paper, a new production method is presented, in which the digital camera is used for taking picture... Positioning of screw holes is an important production procedure for steel construction connecting with bolts. In this paper, a new production method is presented, in which the digital camera is used for taking pictures of screw holes and other techniques are advanced. This paper also indicates that the pixels of CCD chip in photogrammetry should be chosen as all geometric units in an image, such as interior elements and all kinds of distortions. The measure can also simplify the camera calibration for determining the size of non-square pixel. 展开更多
关键词 数字化照相机 螺丝孔 照相测量法 晶束调节器
下载PDF
基于开源GIS数据的广域小重叠卫星影像定位模型精化
16
作者 王冬红 刘军 +2 位作者 黄石生 张蕾 陈兴峰 《上海航天(中英文)》 CSCD 2023年第2期60-66,共7页
设计了一种适用于大区域、小重叠卫星影像有理多项式模型(RPC)定位精度优化的技术流程,基于开源数字正射影像(DOM)、数字高程模型(DEM)数据和RPC几何模型约束,通过优化尺度不变特征变换(SIFT)特征提取与匹配算法,实现了无像幅约束的控... 设计了一种适用于大区域、小重叠卫星影像有理多项式模型(RPC)定位精度优化的技术流程,基于开源数字正射影像(DOM)、数字高程模型(DEM)数据和RPC几何模型约束,通过优化尺度不变特征变换(SIFT)特征提取与匹配算法,实现了无像幅约束的控制点和连接点的快速稳健匹配,应用DEM支持下的RPC模型二维区域网方法实现了多景影像RPC模型精度的联合精化。GF-1卫星WFV影像的实验结果表明:在DEM支持下经过区域网平差后,RPC模型的定位精度可达到像素级水平。 展开更多
关键词 有理多项式模型(RPC)模型 区域网平差 尺度不变特征变换(SIFT) 随机采样一致性 特征匹配
下载PDF
高分十四号立体测绘卫星无控定位精度初步评估 被引量:5
17
作者 王建荣 杨元喜 +4 位作者 胡燕 吕源 杨秀策 卢学良 曹彬才 《测绘学报》 EI CSCD 北大核心 2023年第1期8-14,共7页
高分十四号卫星是我国目前测绘精度最高的卫星之一,采用了先进的多载荷一体化对地观测技术,主要用于全球范围内高精度定位和测制1∶10 000比例尺地理信息产品。本文重点介绍高分十四号卫星有效载荷和地面测绘处理系统及其性能,并利用国... 高分十四号卫星是我国目前测绘精度最高的卫星之一,采用了先进的多载荷一体化对地观测技术,主要用于全球范围内高精度定位和测制1∶10 000比例尺地理信息产品。本文重点介绍高分十四号卫星有效载荷和地面测绘处理系统及其性能,并利用国内外高精度检测场进行了几何性能评估。试验结果表明:单航线无控定位精度境内区域达到平面1.80 m(RMS)、高程0.80 m(RMS),境外区域达到平面1.76 m(RMS)、高程0.82 m(RMS),无控定位精度处于国际已公布的光学摄影测量卫星的最高水平。 展开更多
关键词 卫星摄影测量 光束法平差 激光测距系统 无控定位
下载PDF
一种基于光束平差法的双目鱼眼系统标定方法 被引量:2
18
作者 乌彩妮 王国珲 杜哲琪 《西安工业大学学报》 CAS 2023年第1期32-40,共9页
针对双目鱼眼系统畸变偏大导致标定误差较大的问题,文中提出了基于光束平差法的双目鱼眼系统标定方法。通过灰度质心法获取标定板的特征点(圆心)坐标并进行排序;基于Kannala鱼眼相机模型和张正友标定法对双目鱼眼系统进行标定,获取系统... 针对双目鱼眼系统畸变偏大导致标定误差较大的问题,文中提出了基于光束平差法的双目鱼眼系统标定方法。通过灰度质心法获取标定板的特征点(圆心)坐标并进行排序;基于Kannala鱼眼相机模型和张正友标定法对双目鱼眼系统进行标定,获取系统内外参数及畸变参数;将得到的初始标定参数与特征点的三维空间坐标作为待优化集合,利用光束平差法结合LM法和雅可比稀疏矩阵对该集合进行迭代优化,使得双目鱼眼系统的重投影误差最小。实验表明:相比于传统的双目鱼眼系统标定方法,提出方法的重投影误差减小了52.64%。 展开更多
关键词 相机标定 双目鱼眼系统 光束平差法 特征点排序
下载PDF
摄影测量相机成像模型参数的单图标定方法
19
作者 张楚涵 王君 +3 位作者 刘其林 董明利 孙鹏 燕必希 《激光杂志》 CAS 北大核心 2023年第12期63-69,共7页
为研究热控措施下温度波动引起的相机成像模型参数变化规律问题,提出了一种摄影测量相机成像模型参数的单图标定方法。摆放多张不同位置及姿态的同规格同精度标定板于相机视场内,为相机单图标定提供大量不同深度不同姿态及不同位置的已... 为研究热控措施下温度波动引起的相机成像模型参数变化规律问题,提出了一种摄影测量相机成像模型参数的单图标定方法。摆放多张不同位置及姿态的同规格同精度标定板于相机视场内,为相机单图标定提供大量不同深度不同姿态及不同位置的已知空间点阵约束信息,在有限空间内的连续时刻分别采集单张标定场景图像,通过多站位光束平差算法实现连续时刻下相机成像模型参数的标定。实验结果表明,此标定方法的空间点像面反投影误差标准差为0.48μm,标定精度为1/15像素,可为后续变温条件下相机成像模型参数变化规律的探究提供准确的温度与相机参数相对应的数据集。 展开更多
关键词 摄影测量 单图标定 共线方程 畸变系数 光束平差法
下载PDF
三维摄影条件下视差角光束法平差模型的适用性研究
20
作者 左正康 晏磊 +6 位作者 孙岩标 赵红颖 张瑞华 孙嘉玉 刘思远 王强 孙逸渊 《北京大学学报(自然科学版)》 EI CAS CSCD 北大核心 2023年第3期445-455,共11页
为了论证视差角光束法平差模型在短基线摄影条件下的适用性,将视差角光束法平差(PBA)模型中基于二维假设的数学证明扩展到三维,研究视差角参数对观测噪声的敏感性、法方程奇异性以及线性化程度,并基于2.11×10^(-8)~2.11×10^(-... 为了论证视差角光束法平差模型在短基线摄影条件下的适用性,将视差角光束法平差(PBA)模型中基于二维假设的数学证明扩展到三维,研究视差角参数对观测噪声的敏感性、法方程奇异性以及线性化程度,并基于2.11×10^(-8)~2.11×10^(-12)弧度的小交会角的短基线摄影条件进行仿真和真实实验。理论分析和实验结果表明,目前的PBA模型仅适用于二维摄影,不能解决三维摄影条件下短基线的平差问题。 展开更多
关键词 短基线 视差角光束法平差 三维摄影条件 数学证明
下载PDF
上一页 1 2 22 下一页 到第
使用帮助 返回顶部