完整word版摄影测量学单像空间后方交会程序设计作业.doc
王子****青蛙
在线预览结束,喜欢就下载吧,查找使用更方便
相关资料
完整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:");
摄影测量学单像空间后方交会程序设计作业.docx
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:");
摄影测量学单像空间后方交会程序设计作业.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:");
完整word版单像空间后方交会.doc
单像空间后方交会测绘学院成晓倩1概述1.1定义利用一定数量的地面控制点和对应像点坐标求解单张像片外方位元素的方法称为空间后方交会。1.2所需控制点个数与分布共线条件方程的一般形式为:(1)式中包含有六个外方位元素,即,只有确定了这六个外方位元素的值,才能利用共线条件方程真正确定一张像片的任一像点与对应地面点的坐标关系。个数:对任一控制点,我们已知其地面坐标和对应像点坐标,代入共线条件方程可以列出两个方程式,因此,只少需要3个控制点才能解算出六个外方位元素。在实际应用中,为了避免粗差,应有多余检查点,因此,
完整word版单像空间后方交会程序报告.doc
单像空间后方交会程序报告指导老师:刘老师班级:测绘101姓名:尚锋学号:19号应用程序的主入口部分的代码:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Windows.Forms;namespace单像空间后方交会{staticclassProgram{///<summary>///应用程序的主入口点。///</summary>[STAThread]staticvoidMain(){Application.