完整word版单像空间后方交会程序报告.doc
王子****青蛙
亲,该文档总共14页,到这已经超出免费预览范围,如果喜欢就直接下载吧~
相关资料
完整word版单像空间后方交会程序报告.doc
单像空间后方交会程序报告指导老师:刘老师班级:测绘101姓名:尚锋学号:19号应用程序的主入口部分的代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Windows.Forms;namespace单像空间后方交会{staticclassProgram{///<summary>///应用程序的主入口点。///</summary>[STAThread]staticvoidMain(){Application.
完整word版单像空间后方交会.doc
单像空间后方交会测绘学院成晓倩1概述1.1定义利用一定数量的地面控制点和对应像点坐标求解单张像片外方位元素的方法称为空间后方交会。1.2所需控制点个数与分布共线条件方程的一般形式为:(1)式中包含有六个外方位元素,即,只有确定了这六个外方位元素的值,才能利用共线条件方程真正确定一张像片的任一像点与对应地面点的坐标关系。个数:对任一控制点,我们已知其地面坐标和对应像点坐标,代入共线条件方程可以列出两个方程式,因此,只少需要3个控制点才能解算出六个外方位元素。在实际应用中,为了避免粗差,应有多余检查点,因此,
单像空间后方交会.docx
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.IO;usingSystem.Text.RegularExpressions;namespace单像空间后方交会{publicpartialclassForm1:Form{public
单像空间后方交会1.ppt
完整word版摄影测量学单像空间后方交会程序设计作业.doc
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespace单像空间后方交会{classProgram{staticvoidMain(string[]args){intx0,y0,i,j;doublef,m;Console.Write("请输入像片比例尺:");m=double.Parse(Console.ReadLine());Console.Write("请输入像片的内方位元素x0:");