├── README.md ├── 数字图像处理实习 ├── code │ ├── HISfuse.h │ ├── HPfusion.h │ ├── filter.h │ ├── geometry.h │ ├── linear_trans.h │ ├── read_write.h │ ├── subplot.h │ └── 源.cpp ├── data │ ├── BIL_856cols_743rows_6bands_byte │ ├── BIP_856cols_743rows_6bands_byte │ ├── BSQ_856cols_743rows_6bands_byte │ ├── ik_beijing_c.bmp │ ├── ik_beijing_p.bmp │ └── 标准图像1024-1024.raw └── results │ ├── 1.0.pptx │ ├── BIL-3-5波段.bmp │ ├── 低通滤波.jpg │ ├── 标准图像1024-1024.bmp │ ├── 高通滤波+FFD.bmp │ └── 高通滤波.jpg ├── 数字摄影测量实习 ├── code │ ├── DEM.cpp │ ├── DEM.h │ ├── main.cpp │ └── visualize.m ├── data │ ├── DPEX_Data09 │ │ ├── DDEM格式说明.txt │ │ └── rock1.ddem │ └── DPEX_Data11 │ │ ├── DDEM格式说明.txt │ │ ├── DEM(VZ)格式说明.txt │ │ ├── DEM(VZ)格式说明.txt.bak │ │ ├── rock1.ddem │ │ ├── rock1.orl.bmp │ │ └── 正射影像文件说明.txt └── results │ ├── lines.txt │ ├── matlab_visual.png │ └── osg_visual.png ├── 数据结构实习 ├── code │ ├── Timer.h │ └── 源.cpp ├── data │ ├── cities.csv │ └── routes.csv └── results │ └── MyVisualGraph.htm ├── 解析摄影测量实习 ├── code │ ├── AOrientation.cpp │ ├── BAdjustment.cpp │ ├── Bundle.cpp │ ├── FSanction.cpp │ ├── Gram.cpp │ ├── Gram.h │ ├── IOrientation.cpp │ ├── ROrientation.cpp │ └── main.cpp └── data │ └── tieEdit │ ├── 0319.tif.dpg.pxy │ ├── 0319.tif.siop │ ├── 0320.tif.dpg.pxy │ ├── 0321.tif.dpg.pxy │ ├── 0332.tif.dpg.pxy │ ├── 0333.tif.dpg.pxy │ ├── 0334.tif.dpg.pxy │ └── adjustment │ └── WuCAPS │ ├── ADJRES.JBF │ ├── ADJRES.ORO │ ├── BBAPH.DAT │ ├── BBAPI.DAT │ ├── BBAPM.DAT │ ├── BBAPP.DAT │ ├── CABBA.LST │ ├── CABBA.RES │ ├── CAFFS.LST │ ├── CAFFS.RES │ ├── CAPPO.LST │ ├── CAPPO.RES │ ├── CAPRE.LST │ ├── CAPRE.RES │ ├── CAPREC.DAT │ ├── CAPREG.DAT │ ├── CAPREJ.DAT │ ├── CAPREO.DAT │ ├── CAPREP.DAT │ ├── GF10.DAT │ ├── GF20.DAT │ ├── GF40.DAT │ ├── GF50.DAT │ ├── GINVE1.DAT │ └── GINVE2.DAT ├── 近景摄影测量实习 ├── code │ ├── DLT.cpp │ ├── DLT.h │ ├── RSanction.cpp │ ├── RSanction.h │ ├── main.cpp │ └── struct.h ├── data │ ├── gcp_left_hand.txt │ ├── gcp_left_hand2.txt │ ├── measure.txt │ └── measure2.txt └── results │ ├── cmd.txt │ ├── residual_left.txt │ ├── residual_right.txt │ └── residual_rsanction.txt └── 遥感原理实习 ├── IndexAnalysis ├── code │ └── 源.cpp ├── data │ ├── tm1.tif │ ├── tm2.tif │ ├── tm3.tif │ ├── tm4.tif │ ├── tm5.tif │ ├── tm6.tif │ └── tm7.tif └── results │ ├── 修改归一化水体指数.jpg │ ├── 修改归一化水体指数_seg.jpg │ ├── 土壤调节植被指数.jpg │ ├── 土壤调节植被指数_seg.jpg │ ├── 建筑用地指数.jpg │ ├── 建筑用地指数_seg.jpg │ ├── 归一化植被指数.jpg │ ├── 归一化植被指数_seg.jpg │ ├── 归一化裸地指数.jpg │ ├── 归一化裸地指数_seg.jpg │ ├── 自动水体提取指数.jpg │ └── 自动水体提取指数_seg.jpg └── ShadowDetection ├── code └── 源.cpp ├── data └── Color.bmp └── results ├── 合并前基于C1C2C3空间的阴影检测.jpg ├── 合并前基于HSV空间的阴影检测.jpg ├── 合并后基于C1C2C3空间的阴影检测.jpg └── 合并后基于HSV空间的阴影检测.jpg /README.md: -------------------------------------------------------------------------------- 1 | # 💻 遥感院实习代码合集 2 | 3 | 2018-2022 本科课程实习内容 4 | 5 | **具体内容 TBD** 6 | 7 | ## 数据结构实习(2019.6) 8 | 9 | * Dijkstra 10 | * DFS 11 | * Visualize 12 | 13 | ## 数字图像处理实习(2020.1) 14 | 15 | * RAW遥感影像读取 16 | * 图像旋转 平移 缩放 17 | * HIS假彩色 18 | 19 | (.h文件写的有亿点乱) 20 | 21 | ## 遥感原理实习(2020.6) 22 | 23 | * 多光谱指数分析 24 | * 阴影检测 25 | 26 | ## 解析摄影测量实习(2021.1) 27 | 28 | * 单片空间后方交会 29 | * 多片空间前方交会 30 | * 相对定向 31 | * 绝对定向 32 | * 光束法平差(QR分解) 33 | 34 | ## 近景摄影测量实习(2021.5) 35 | 36 | 求解影像外方位元素、畸变参数、相机内方位元素及待定点坐标 37 | 38 | * DLT 39 | * 空间后方交会 40 | 41 | ## 数字摄影测量实习(2021.6) 42 | 43 | T9 DEM生成等高线 44 | 45 | T11 DEM和正射影像的三维显示 46 | 47 | * 等高线追踪算法 48 | * OSG三维显示[(pre-compiled Open Scene Graph)](https://objexx.com/OpenSceneGraph.html) 49 | -------------------------------------------------------------------------------- /数字图像处理实习/code/HISfuse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/HISfuse.h -------------------------------------------------------------------------------- /数字图像处理实习/code/HPfusion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/HPfusion.h -------------------------------------------------------------------------------- /数字图像处理实习/code/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/filter.h -------------------------------------------------------------------------------- /数字图像处理实习/code/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/geometry.h -------------------------------------------------------------------------------- /数字图像处理实习/code/linear_trans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/linear_trans.h -------------------------------------------------------------------------------- /数字图像处理实习/code/read_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/read_write.h -------------------------------------------------------------------------------- /数字图像处理实习/code/subplot.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | 6 | 7 | using namespace cv; 8 | using namespace std; 9 | 10 | void Image_Show(Mat img1, Mat img2, int type) 11 | { 12 | Mat img11, img22; 13 | resize(img1, img11, Size(), 0.5, 0.5); 14 | resize(img2, img22, Size(), 0.5, 0.5); 15 | 16 | 17 | int syn_row = max(img11.rows, img22.rows); 18 | int col1 = img11.cols; 19 | int col2 = img22.cols; 20 | 21 | int syn_col = col1 + col2 + 1; 22 | 23 | Mat syn_img(syn_row, syn_col, CV_MAKETYPE(CV_8U, type), Scalar(0, 0, 0)); 24 | 25 | img11.colRange(0, col1).copyTo(syn_img.colRange(0, col1)); 26 | img22.colRange(0, col2).copyTo(syn_img.colRange(col1 + 1, syn_col)); 27 | 28 | imshow("contrast_image", syn_img); 29 | waitKey(); 30 | } -------------------------------------------------------------------------------- /数字图像处理实习/code/源.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/code/源.cpp -------------------------------------------------------------------------------- /数字图像处理实习/data/BIL_856cols_743rows_6bands_byte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/BIL_856cols_743rows_6bands_byte -------------------------------------------------------------------------------- /数字图像处理实习/data/BIP_856cols_743rows_6bands_byte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/BIP_856cols_743rows_6bands_byte -------------------------------------------------------------------------------- /数字图像处理实习/data/BSQ_856cols_743rows_6bands_byte: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/BSQ_856cols_743rows_6bands_byte -------------------------------------------------------------------------------- /数字图像处理实习/data/ik_beijing_c.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/ik_beijing_c.bmp -------------------------------------------------------------------------------- /数字图像处理实习/data/ik_beijing_p.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/ik_beijing_p.bmp -------------------------------------------------------------------------------- /数字图像处理实习/data/标准图像1024-1024.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/data/标准图像1024-1024.raw -------------------------------------------------------------------------------- /数字图像处理实习/results/1.0.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/1.0.pptx -------------------------------------------------------------------------------- /数字图像处理实习/results/BIL-3-5波段.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/BIL-3-5波段.bmp -------------------------------------------------------------------------------- /数字图像处理实习/results/低通滤波.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/低通滤波.jpg -------------------------------------------------------------------------------- /数字图像处理实习/results/标准图像1024-1024.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/标准图像1024-1024.bmp -------------------------------------------------------------------------------- /数字图像处理实习/results/高通滤波+FFD.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/高通滤波+FFD.bmp -------------------------------------------------------------------------------- /数字图像处理实习/results/高通滤波.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字图像处理实习/results/高通滤波.jpg -------------------------------------------------------------------------------- /数字摄影测量实习/code/DEM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/code/DEM.cpp -------------------------------------------------------------------------------- /数字摄影测量实习/code/DEM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/code/DEM.h -------------------------------------------------------------------------------- /数字摄影测量实习/code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/code/main.cpp -------------------------------------------------------------------------------- /数字摄影测量实习/code/visualize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/code/visualize.m -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data09/DDEM格式说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data09/DDEM格式说明.txt -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data11/DDEM格式说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data11/DDEM格式说明.txt -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data11/DEM(VZ)格式说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data11/DEM(VZ)格式说明.txt -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data11/DEM(VZ)格式说明.txt.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data11/DEM(VZ)格式说明.txt.bak -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data11/rock1.orl.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data11/rock1.orl.bmp -------------------------------------------------------------------------------- /数字摄影测量实习/data/DPEX_Data11/正射影像文件说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/data/DPEX_Data11/正射影像文件说明.txt -------------------------------------------------------------------------------- /数字摄影测量实习/results/lines.txt: -------------------------------------------------------------------------------- 1 | 3125.24 2056.02 923 3115.24 2057.02 923 3105.24 2050.91 923 3095.24 2048.6 923 3085.24 2049.63 923 3075.24 2053.27 923 3067.74 2057.02 923 3065.24 2059.02 923 3057.97 2067.02 923 3063.81 2077.02 923 3065.24 2078.02 923 3075.24 2083.68 923 3085.24 2083.52 923 3095.24 2081.78 923 3102.38 2077.02 923 3105.24 2074.52 923 3115.24 2072.47 923 3119.24 2067.02 923 3125.24 2058.84 923 3126.91 2057.02 923 3125.24 2056.02 923 2 | 2915.24 1795.77 923 2905.24 1788.27 923 2895.24 1787.02 923 2895.24 1787.02 923 2895.24 1787.02 923 2885.24 1789.96 923 2875.24 1790.18 923 2865.24 1791.52 923 2855.24 1792.24 923 2845.24 1792.85 923 2835.24 1791.56 923 2825.24 1790.91 923 2815.24 1788.78 923 2805.24 1788.56 923 2795.24 1788.13 923 2785.24 1794.29 923 2775.24 1795.35 923 2773.57 1797.02 923 2772.16 1807.02 923 2775.24 1812.02 923 2779.68 1817.02 923 2784.24 1827.02 923 2785.24 1829.02 923 2788.57 1837.02 923 2790.74 1847.02 923 2795.24 1854.52 923 2801.24 1857.02 923 2805.24 1858.07 923 2815.24 1858.84 923 2819.68 1857.02 923 2825.24 1854.24 923 2835.24 1852.81 923 2845.24 1849.52 923 2851.49 1847.02 923 2855.24 1844.88 923 2865.24 1840.35 923 2872.24 1837.02 923 2875.24 1835.35 923 2885.24 1829.63 923 2889.24 1827.02 923 2895.24 1818.84 923 2897.06 1817.02 923 2905.24 1811.39 923 2909.13 1807.02 923 2915.24 1797.85 923 2916.07 1797.02 923 2915.24 1795.77 923 3 | 2735.24 1794.16 923 2725.24 1788.68 923 2723.7 1787.02 923 2715.24 1782.62 923 2705.24 1781.8 923 2695.24 1780.22 923 2685.24 1782.79 923 2676.07 1787.02 923 2675.24 1787.49 923 2665.24 1792.24 923 2655.24 1797.02 923 2655.24 1797.02 923 2647.24 1807.02 923 2645.24 1812.02 923 2637.74 1817.02 923 2645.24 1818.78 923 2655.24 1826.49 923 2656.67 1827.02 923 2665.24 1832.02 923 2673.81 1837.02 923 2675.24 1837.45 923 2678.57 1837.02 923 2685.24 1835.84 923 2695.24 1835.35 923 2705.24 1833.02 923 2715.24 1829.65 923 2720.24 1827.02 923 2725.24 1822.02 923 2733.57 1817.02 923 2735.24 1815.77 923 2741.6 1807.02 923 2740.24 1797.02 923 2735.24 1794.16 923 4 | 2625.24 1812.02 923 2620.24 1807.02 923 2615.24 1805.25 923 2607.46 1797.02 923 2605.24 1795.2 923 2595.24 1791.78 923 2585.24 1790.93 923 2575.24 1790.91 923 2565.24 1795.84 923 2563.42 1797.02 923 2565.24 1799.88 923 2569.09 1807.02 923 2572.93 1817.02 923 2575.24 1818.68 923 2585.24 1820.83 923 2595.24 1822.94 923 2605.24 1822.85 923 2615.24 1817.57 923 2625.24 1818.32 923 2632.74 1817.02 923 2625.24 1812.02 923 5 | -------------------------------------------------------------------------------- /数字摄影测量实习/results/matlab_visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/results/matlab_visual.png -------------------------------------------------------------------------------- /数字摄影测量实习/results/osg_visual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数字摄影测量实习/results/osg_visual.png -------------------------------------------------------------------------------- /数据结构实习/code/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数据结构实习/code/Timer.h -------------------------------------------------------------------------------- /数据结构实习/code/源.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数据结构实习/code/源.cpp -------------------------------------------------------------------------------- /数据结构实习/data/cities.csv: -------------------------------------------------------------------------------- 1 | Afghanistan,Kabul,34.4667,69.1833 2 | Albania,Tirane,41.3,19.8167 3 | Algeria,Algiers,36.7,3.13333 4 | American Samoa,Pago Pago,-14.2667,-170.717 5 | Andorra,Andorra la Vella,42.5167,1.53333 6 | Angola,Luanda,-8.83333,13.25 7 | Antigua and Barbuda,W. Indies,17.3333,-61.8 8 | Argentina,Buenos Aires,-36.5,-60 9 | Armenia,Yerevan,40.1667,44.5167 10 | Aruba,Oranjestad,12.5333,-70.0333 11 | Australia,Canberra (Use Sydney),-35.25,149.133 12 | Austria,Vienna,48.2,16.3667 13 | Azerbaijan,Baku,40.4833,49.9333 14 | Bahamas,Nassau,25.0833,-77.3333 15 | Bahrain,Manama,26.1667,50.5 16 | Bangladesh,Dhaka,23.7167,90.4333 17 | Barbados,Bridgetown,13.0833,-59.5 18 | Belarus,Minsk,53.8667,27.5 19 | Belgium,Brussels,50.85,4.35 20 | Belize,Belmopan,17.3,-88.5 21 | Benin,Porto-Novo,6.38333,2.7 22 | Bhutan,Thimphu,27.5167,89.75 23 | Bolivia,La Paz,-16.3333,-68.1667 24 | Bosnia and Herzegovina,Sarajevo,43.8667,18.4333 25 | Botswana,Gaborone,-24.75,25.95 26 | Brazil,Brasilia,-15.7833,-47.9167 27 | British Virgin Islands,Road Town,18.45,-64.6167 28 | Brunei Darussalam,Bandar Seri Begawan,4.86667,115 29 | Bulgaria,Sofia,42.75,23.3333 30 | Burkina Faso,Ouagadougou,12.25,-1.5 31 | Burundi,Bujumbura,-3.26667,29.3 32 | Cambodia,Phnom Penh,11.55,104.917 33 | Cameroon,Yaounde,3.83333,11.5833 34 | Canada,Ottawa,45.45,-75.7 35 | Cape Verde,Praia,15.0333,-23.5667 36 | Cayman Islands,George Town,19.3333,-81.4 37 | Central African Republic,Bangui,4.38333,18.5833 38 | Chad,N'Djamena,12.1667,14.9833 39 | Chile,Santiago,-33.4,-70.6667 40 | China,Beijing,39.9167,116.333 41 | Colombia,Bogota,4.56667,-74 42 | Comros,Moroni,-11.6667,43.2667 43 | Congo,Brazzaville,-4.15,15.2 44 | Costa Rica,San Jose,9.91667,-84.0333 45 | Cote d'Ivoire,Yamoussoukro,6.81667,-5.28333 46 | Croatia,Zagreb,45.8333,15.9667 47 | Cuba,Havana,23.1333,-82.3667 48 | Cyprus,Nicosia,35.1667,33.4167 49 | Czech Republic,Prague,50.0833,14.3667 50 | Democratic People's Republic of,P'yongyang,39.15,125.5 51 | Democratic Republic of the Congo,Kinshasa,-4.33333,15.25 52 | Denmark,Copenhagen,55.6833,12.5667 53 | Djibouti,Djibouti,11.1333,42.3333 54 | Dominica,Roseau,15.3333,-61.4 55 | Dominica Republic,Santo Domingo,18.5,-69.9833 56 | East Timor,Dili,-8.48333,125.567 57 | Ecuador,Quito,-0.25,-78.5833 58 | Egypt,Cairo,30.0167,31.2333 59 | El Salvador,San Salvador,13.6667,-89.1667 60 | Equatorial Guinea,Malabo,3.75,8.83333 61 | Eritrea,Asmara,15.3167,38.9167 62 | Estonia,Tallinn,59.3667,24.8 63 | Ethiopia,Addis Ababa,9.03333,38.7 64 | Falkland Islands (Malvinas),Stanley,-51.6667,-59.85 65 | Faroe Islands,Torshavn,62.0833,-6.93333 66 | Fiji,Suva,-18.1,178.5 67 | Finland,Helsinki,60.25,25.05 68 | France,Paris,48.8333,2.33333 69 | French Guiana,Cayenne,5.08333,-52.3 70 | French Polynesia,Papeete,-17.5333,-149.567 71 | Gabon,Libreville,0.416667,9.43333 72 | Gambia,Banjul,13.4667,-16.6667 73 | Georgia,T'bilisi,41.7167,44.8333 74 | Germany,Berlin,52.5,13.4167 75 | Ghana,Accra,5.58333,-0.1 76 | Greece,Athens,37.9667,23.7667 77 | Greenland,Nuuk,64.1667,-51.5833 78 | Guadeloupe,Basse-Terre,16,-61.7333 79 | Guatemala,Guatemala,14.6667,-90.3667 80 | Guernsey,St. Peter Port,49.4333,-2.55 81 | Guinea,Conakry,9.48333,-13.8167 82 | Guinea-Bissau,Bissau,11.75,-15.75 83 | Guyana,Georgetown,6.83333,-58.2 84 | Haiti,Port-au-Prince,18.6667,-72.3333 85 | Honduras,Tegucigalpa,14.0833,-87.2333 86 | Hungary,Budapest,47.4833,19.0833 87 | Iceland,Reykjavik,64.1667,-21.95 88 | India,New Delhi,28.6167,77.2167 89 | Indonesia,Jakarta,-6.15,106.817 90 | Iran (Islamic Republic of),Tehran,35.7333,51.5 91 | Iraq,Baghdad,33.3333,44.5 92 | Ireland,Dublin,53.35,-6.25 93 | Israel,Jerusalem,31.7833,35.2 94 | Italy,Rome,41.9,12.4833 95 | Jamaica,Kingston,18,-76.8333 96 | Japan,Tokyo,35.682,139.69 97 | Jordan,Amman,31.95,35.8667 98 | Kazakhstan,Astana,51.1667,71.5 99 | Kenya,Nairobi,-1.28333,36.8 100 | Kiribati,Tarawa,1.5,173 101 | Kuwait,Kuwait,29.5,48 102 | Kyrgyzstan,Bishkek,42.9,74.7667 103 | Lao People@s Democratic Republic,Vientiane,17.9667,102.6 104 | Latvia,Riga,56.8833,24.1333 105 | Lebanon,Beirut,33.8833,35.5167 106 | Lesotho,Maseru,-29.3,27.5 107 | Liberia,Monrovia,6.3,-10.7833 108 | Libyan Arab Jamahiriya,Tripoli,32.8167,13.1167 109 | Liechtenstein,Vaduz,47.1333,9.51667 110 | Lithuania,Vilnius,54.6333,25.3167 111 | Luxembourg,Luxembourg,49.6167,6.15 112 | Madagascar,Antananarivo,-18.9167,47.5167 113 | Malawi,Lilongwe,-14,33.8 114 | Malaysia,Kuala Lumpur,3.15,101.683 115 | Maldives,Male,4,73.4667 116 | Mali,Bamako,12.5667,-7.91667 117 | Malta,Valletta,35.9,14.5167 118 | Martinique,Fort-de-France,14.6,-61.0333 119 | Mauritania,Nouakchott,-20.1667,57.5 120 | Mayotte,Mamoudzou,-12.8,45.2333 121 | Mexico,Mexico,19.3333,-99.1667 122 | Micronesia (Federated States of),Palikir,6.91667,158.15 123 | Moldova (Republic of),Chisinau ,47.025,28.839 124 | Mozambique,Maputo,-25.9667,32.5333 125 | Myanmar,Yangon,16.75,96.3333 126 | Namibia,Windhoek,-22.5833,17.0667 127 | Nepal,Kathmandu,27.75,85.3333 128 | Netherlands,Amsterdam,52.3833,4.9 129 | Netherlands Antilles,Willemstad,12.0833,-69 130 | New Caledonia,Noumea,-22.2833,166.5 131 | New Zealand,Wellington,-41.3167,174.767 132 | Nicaragua,Managua,12.1,-86.3333 133 | Niger,Niamey,13.45,2.1 134 | Nigeria,Abuja,9.08333,7.53333 135 | Northern Mariana Islands,Saipan,15.2,145.75 136 | Norway,Oslo,59.9167,10.75 137 | Oman,Masqat,23.6167,58.6 138 | Pakistan,Islamabad,33.6667,73.1667 139 | Palau,Koror,7.33333,134.467 140 | Panama,Panama,9,-79.4167 141 | Papua New Guinea,Port Moresby,-9.4,147.133 142 | Paraguay,Asuncion,-25.1667,-57.5 143 | Peru,Lima,-12,-77 144 | Philippines,Manila,14.6667,121.05 145 | Poland,Warsaw,52.2167,21 146 | Portugal,Lisbon,38.7,-9.16667 147 | Puerto Rico,San Juan,18.4667,-66.1167 148 | Qatar,Doha,25.25,51.5833 149 | Republic of Korea,Seoul,37.5167,126.967 150 | Romania,Bucuresti,44.45,26.1667 151 | Russian Federation,Moskva,55.75,37.5833 152 | Rwanda,Kigali,-1.98333,30.0667 153 | Saint Kitts and Nevis,Basseterre,17.2833,-62.7167 154 | Saint Lucia,Castries,14.0333,-60.9667 155 | Saint Pierre and Miquelon,Saint-Pierre,46.7667,-56.2 156 | Saint vincent and the Grenadines,Kingstown,13.1667,-61.1667 157 | Samoa,Apia,-13.8333,-171.833 158 | San Marino,San Marino,43.9167,12.5 159 | Sao Tome and Principe,Sao Tome,0.166667,6.65 160 | Saudi Arabia,Riyadh,24.6833,46.7 161 | Senegal,Dakar,14.5667,-17.4833 162 | Sierra Leone,Freetown,8.5,-13.2833 163 | Singapore,Singapore,1.281,103.852 164 | Slovakia,Bratislava,48.1667,17.1167 165 | Slovenia,Ljubljana,46.0667,14.55 166 | Solomon Islands,Honiara,-9.45,159.95 167 | Somalia,Mogadishu,2.03333,45.4167 168 | South Africa,Pretoria (Use Johannesburg),-25.7333,28.2 169 | Spain,Madrid,40.4167,-3.75 170 | Sudan,Khartoum,15.5167,32.5833 171 | Suriname,Paramaribo,5.83333,-55.1667 172 | Swaziland,Mbabane,-26.3,31.1 173 | Sweden,Stockholm,59.3333,18.05 174 | Switzerland,Bern,46.95,7.46667 175 | Syrian Arab Republic,Damascus,33.5,36.3 176 | Tajikistan,Dushanbe,38.55,68.8 177 | Thailand,Bangkok,13.75,100.583 178 | The Former Yugoslav Republic of Macedonia,Skopje,42.0167,21.4333 179 | Togo,Lome,6.15,1.33333 180 | Tonga,Nuku'alofa,-21.1667,-174 181 | Tunisia,Tunis,36.8333,10.1833 182 | Turkey,Ankara,39.95,32.9 183 | Turkmenistan,Ashgabat,38,57.8333 184 | Tuvalu,Funafuti,-8.51667,179.217 185 | Uganda,Kampala,0.333333,32.5 186 | Ukraine,Kiev,50.5,30.4667 187 | United Arab Emirates,Abu Dhabi,24.4667,54.3667 188 | United Kingdom of Great Britain and Northern Ireland,London,51.6,-0.0833333 189 | United Republic of Tanzania,Dodoma,-6.13333,35.75 190 | United States of America,Washington DC,38.895,-77.038 191 | United States of Virgin Islands,Charlotte Amalie,18.35,-64.9333 192 | Uruguay,Montevideo,-34.8333,-56.1833 193 | Uzbekistan,Tashkent,41.3333,69.1667 194 | Vanuatu,Port-Vila,-17.75,168.3 195 | Venezuela,Caracas,10.5,-66.9167 196 | Vietnam,Hanoi,21.0833,105.917 197 | Yugoslavia,Belgrade,44.8333,20.6167 198 | Zambia,Lusaka,-15.4667,28.2667 199 | Zimbabwe,Harare,-17.7167,31.0333 200 | -------------------------------------------------------------------------------- /数据结构实习/results/MyVisualGraph.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/数据结构实习/results/MyVisualGraph.htm -------------------------------------------------------------------------------- /解析摄影测量实习/code/AOrientation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/AOrientation.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/BAdjustment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/BAdjustment.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/Bundle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/Bundle.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/FSanction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/FSanction.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/Gram.cpp: -------------------------------------------------------------------------------- 1 | #include "Gram.h" 2 | 3 | void PhotoGram::setInt(char* path) 4 | { 5 | FILE *fp; 6 | errno_t err=fopen_s(&fp, path, "r"); 7 | 8 | while (!feof(fp)) 9 | { 10 | fscanf_s(fp, "%lf %lf %lf %d", &int_element.x, &int_element.y, &int_element.f,&int_element.m); 11 | } 12 | 13 | int_element.x /= 1000; 14 | int_element.y /= 1000; 15 | int_element.f /= 1000; 16 | 17 | fclose(fp); 18 | } 19 | 20 | void PhotoGram::setGCP(char *path) 21 | { 22 | FILE *fp; 23 | errno_t err = fopen_s(&fp, path, "r"); 24 | 25 | int gcp_num; 26 | fscanf_s(fp, "%d", &gcp_num); 27 | 28 | resPoint temp; 29 | 30 | for(int i=0;i PhotoGram::getGCP() 44 | { 45 | return gcp; 46 | } 47 | 48 | Eigen::MatrixXd PhotoGram::adj(Eigen::MatrixXd A, Eigen::MatrixXd L) 49 | { 50 | return (A.transpose()*A).inverse()*A.transpose()*L; 51 | } 52 | 53 | Eigen::MatrixXd PhotoGram::calRotate(ExterElement temp) 54 | { 55 | Eigen::MatrixXd rotate; 56 | Eigen::MatrixXd r_phi = Eigen::MatrixXd::Zero(3, 3); 57 | Eigen::MatrixXd r_omega = Eigen::MatrixXd::Zero(3, 3); 58 | Eigen::MatrixXd r_kappa = Eigen::MatrixXd::Zero(3, 3); 59 | 60 | r_phi(1, 1) = 1; 61 | r_phi(0, 0) = cos(temp.phi); r_phi(0, 2) = -sin(temp.phi); 62 | r_phi(2, 0) = sin(temp.phi); r_phi(2, 2) = cos(temp.phi); 63 | 64 | r_omega(0, 0) = 1; 65 | r_omega(1, 1) = cos(temp.omega); r_omega(1, 2) = -sin(temp.omega); 66 | r_omega(2, 1) = sin(temp.omega); r_omega(2, 2) = cos(temp.omega); 67 | 68 | r_kappa(2, 2) = 1; 69 | r_kappa(0, 0) = cos(temp.kappa); r_kappa(0, 1) = -sin(temp.kappa); 70 | r_kappa(1, 0) = sin(temp.kappa); r_kappa(1, 1) = cos(temp.kappa); 71 | 72 | rotate = r_phi * r_omega*r_kappa; 73 | return rotate; 74 | } 75 | 76 | PhotoGram::PhotoGram(char *path_int, char *path_gcp) 77 | { 78 | setInt(path_int); 79 | setGCP(path_gcp); 80 | } 81 | 82 | -------------------------------------------------------------------------------- /解析摄影测量实习/code/Gram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/Gram.h -------------------------------------------------------------------------------- /解析摄影测量实习/code/IOrientation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/IOrientation.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/ROrientation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/ROrientation.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/code/main.cpp -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0319.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 10 3 | 4 1437.067 9868.066 -85.39307 88.63760 128 4 | 5 1134.000 6311.000 -91.68689 13.97480 128 5 | 6 1203.667 1996.667 -90.14229 -76.57496 128 6 | 7 4365.333 9053.666 -23.91080 71.59877 128 7 | 8 3601.333 6092.334 -39.89135 9.43096 128 8 | 8031901 5641.334 9150.000 2.87167 73.64426 128 9 | 8033401 6116.735 1630.801 12.99406 -84.16305 128 10 | 831000 1015.544 9123.328 -94.22700 72.99892 128 11 | 834000 2988.833 2283.233 -52.67564 -70.52737 128 12 | 9 3603.833 1884.166 -39.75866 -78.89178 128 13 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0319.tif.siop: -------------------------------------------------------------------------------- 1 | 2.099025e-002 -1.964385e-005 -1.153641e+002 1.693285e-005 2.098790e-002 -1.184952e+002 2 | 4.764114e+001 4.459024e-002 5.501360e+003 -3.843645e-002 4.764646e+001 5.641442e+003 3 | 4 | 4 5 | -106.0010 -106.0040 446.625 594.813 -0.00001 -0.00025 6 | 106.0020 -106.0030 10546.688 586.688 0.00001 0.00025 7 | 105.9990 106.0020 10556.000 10688.000 -0.00001 -0.00025 8 | -106.0000 106.0020 456.125 10696.125 0.00001 0.00025 9 | rmsX: 0.00002 rmsY: 0.00049 10 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0320.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 14 3 | 1 1337.333 7922.250 -87.78944 47.81746 128 4 | 2 1654.167 5154.000 -81.08173 -10.27858 128 5 | 3 1738.444 1383.666 -79.23454 -89.41152 128 6 | 4 5681.333 9817.002 3.35089 87.66878 128 7 | 5 5385.333 6296.001 -2.78902 13.76176 128 8 | 6 5465.000 2010.000 -1.02790 -76.19448 128 9 | 7 8589.001 9014.666 64.39887 70.88422 128 10 | 8 7840.534 6080.800 48.74958 9.29179 128 11 | 8031901 9879.334 9110.834 91.48070 72.92728 128 12 | 8033401 10358.097 1648.000 101.68468 -83.69906 128 13 | 831000 5304.983 9080.985 -4.53335 72.21354 128 14 | 833000 1970.500 2560.832 -74.38815 -64.69987 128 15 | 834000 7242.933 2296.167 36.28460 -70.15428 128 16 | 9 7856.500 1898.833 49.17149 -78.48212 128 17 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0321.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 8 3 | 1 5244.500 7936.500 -5.84948 48.15085 128 4 | 2 5525.167 5181.667 0.09775 -9.66177 128 5 | 3 5552.000 1434.778 0.73704 -88.30032 128 6 | 4 9593.668 9736.466 85.40520 86.01119 128 7 | 5 9249.000 6250.500 78.24119 12.84176 128 8 | 6 9269.334 1996.667 78.75433 -76.43658 128 9 | 831000 9245.692 9013.207 78.11570 70.82492 128 10 | 833000 5833.167 2601.000 6.61521 -63.81849 128 11 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0332.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 7 3 | 10 6264.667 4767.667 13.13346 -18.03342 128 4 | 11 6766.334 3478.500 23.69307 -45.07961 128 5 | 12 10540.267 7291.200 102.82053 35.02937 128 6 | 13 9546.666 3516.333 82.05148 -44.22203 128 7 | 3 6184.958 9130.792 11.36021 73.54013 128 8 | 6 10052.666 9558.000 92.53374 82.59492 128 9 | 832000 6538.133 3583.299 18.90072 -42.88526 128 10 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0333.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 13 3 | 10 2173.833 4819.000 -72.97846 -17.00446 128 4 | 11 2717.500 3525.000 -61.53359 -44.15004 128 5 | 12 6363.133 7459.200 14.88928 38.51413 128 6 | 13 5478.333 3625.666 -3.58509 -41.96821 128 7 | 14 7310.476 7988.571 34.76089 49.64853 128 8 | 15 9377.200 3890.400 78.24705 -36.31442 128 9 | 3 1979.750 9195.832 -77.16420 74.85397 128 10 | 6 5798.000 9717.333 2.96920 85.89491 128 11 | 8033401 10863.830 9172.098 109.31707 74.57780 128 12 | 832000 2463.624 3627.307 -66.86517 -42.00910 128 13 | 834000 7647.495 9956.334 41.78477 90.95740 128 14 | 9 8264.000 9524.833 54.73650 81.91624 128 15 | 9033401 9936.001 2260.167 90.01817 -70.51666 128 16 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/0334.tif.dpg.pxy: -------------------------------------------------------------------------------- 1 | [VER] 700 2 | 9 3 | 12 1787.333 7518.666 -80.36876 39.67764 128 4 | 13 935.667 3690.332 -98.15456 -40.69316 128 5 | 14 2708.572 8050.714 -61.04391 50.86538 128 6 | 15 4802.375 4012.000 -16.99687 -33.85471 128 7 | 6 1201.333 9741.667 -92.72244 86.32229 128 8 | 8033401 6157.634 9244.432 11.32625 75.99759 128 9 | 834000 3009.066 9989.167 -54.78256 91.55769 128 10 | 9 3617.333 9570.669 -42.00454 82.78767 128 11 | 9033401 5331.500 2394.333 -5.85150 -67.79546 128 12 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/ADJRES.JBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/ADJRES.JBF -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/ADJRES.ORO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/ADJRES.ORO -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/BBAPH.DAT: -------------------------------------------------------------------------------- 1 | 9033401 4504321.04 446254.47 0.00 203 2 | 8033401 4504679.42 446287.40 0.00 203 3 | 8031901 4505079.58 446263.98 0.00 203 4 | 834000 4504714.67 446120.64 0.00 203 5 | 831000 4505078.92 446018.62 0.10 206 6 | 832000 4504373.10 445862.00 -0.18 206 7 | 833000 4504731.28 445838.59 -0.20 206 8 | -99 0.00 0.00 0.00 0 9 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/BBAPI.DAT: -------------------------------------------------------------------------------- 1 | 321 4504891.67 445820.12 200 2600 2 | 320 4504892.27 446030.55 200 2600 3 | 319 4504892.40 446257.03 200 2500 4 | 332 4504486.84 445813.14 200 2500 5 | 333 4504489.54 446034.19 200 2500 6 | 334 4504488.89 446269.03 200 2500 7 | 9033401 4504321.04 446254.47 203 0 8 | 8033401 4504679.42 446287.40 203 0 9 | 8031901 4505079.58 446263.98 203 0 10 | 834000 4504714.67 446120.64 203 0 11 | 831000 4505078.92 446018.62 203 0 12 | 832000 4504373.10 445862.00 203 0 13 | 833000 4504731.28 445838.59 203 0 14 | 2 4504869.39 445820.11 207 0 15 | 3 4504666.34 445823.99 207 0 16 | 1 4505019.37 445803.00 207 0 17 | 5 4504930.04 446022.00 207 0 18 | 6 4504699.56 446025.04 207 0 19 | 4 4505120.36 446039.04 207 0 20 | 10 4504435.08 445843.12 207 0 21 | 11 4504367.45 445874.53 207 0 22 | 13 4504380.23 446021.24 207 0 23 | 12 4504583.05 446059.43 207 0 24 | 8 4504917.76 446154.20 207 0 25 | 9 4504693.33 446153.41 207 0 26 | 7 4505075.90 446195.75 207 0 27 | 14 4504612.30 446107.59 207 0 28 | 15 4504403.14 446224.09 207 0 29 | 831000 4505078.83 446018.57 208 0 30 | 5 4504930.04 446022.00 208 0 31 | 6 4504699.56 446025.04 208 0 32 | 4 4505120.36 446039.04 208 0 33 | 13 4504380.23 446021.24 208 0 34 | 12 4504583.05 446059.43 208 0 35 | 3 4504666.34 445823.99 209 0 36 | 6 4504699.56 446025.04 209 0 37 | 834000 4504714.67 446120.64 209 0 38 | 9 4504693.33 446153.41 209 0 39 | 8033401 4504679.41 446287.40 209 0 40 | -99 0.00 0.00 0 0 41 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/BBAPM.DAT: -------------------------------------------------------------------------------- 1 | 321 4504891.67 445820.12 210 2 | 320 4504892.27 446030.55 200 3 | 319 4504892.40 446257.03 211 4 | 332 4504486.84 445813.14 210 5 | 333 4504489.54 446034.19 200 6 | 334 4504488.89 446269.03 211 7 | 9033401 4504321.04 446254.47 203 8 | 8033401 4504679.42 446287.40 203 9 | 8031901 4505079.58 446263.98 203 10 | 834000 4504714.67 446120.64 203 11 | 831000 4505078.92 446018.62 203 12 | 832000 4504373.10 445862.00 203 13 | 833000 4504731.28 445838.59 203 14 | -99 0.00 0.00 0 15 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/BBAPP.DAT: -------------------------------------------------------------------------------- 1 | 9033401 4504321.04 446254.47 0.01 0.00 203 2 | 8033401 4504679.42 446287.40 -0.01 0.00 203 3 | 8031901 4505079.58 446263.98 0.01 0.00 203 4 | 834000 4504714.67 446120.64 -0.01 0.00 203 5 | 831000 4505078.92 446018.62 -0.10 -0.05 206 6 | 832000 4504373.10 445862.00 -0.19 -0.32 206 7 | 833000 4504731.28 445838.59 -0.32 -0.25 206 8 | -99 0.00 0.00 0.00 0.00 0 9 | -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CABBA.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CABBA.LST -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CABBA.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CABBA.RES -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAFFS.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAFFS.LST -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAFFS.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAFFS.RES -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPPO.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPPO.LST -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPPO.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPPO.RES -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPRE.LST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPRE.LST -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPRE.RES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPRE.RES -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREC.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREC.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREG.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREG.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREJ.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREJ.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREO.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREO.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREP.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/CAPREP.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF10.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF10.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF20.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF20.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF40.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF40.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF50.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GF50.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GINVE1.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GINVE1.DAT -------------------------------------------------------------------------------- /解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GINVE2.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/解析摄影测量实习/data/tieEdit/adjustment/WuCAPS/GINVE2.DAT -------------------------------------------------------------------------------- /近景摄影测量实习/code/DLT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/DLT.cpp -------------------------------------------------------------------------------- /近景摄影测量实习/code/DLT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/DLT.h -------------------------------------------------------------------------------- /近景摄影测量实习/code/RSanction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/RSanction.cpp -------------------------------------------------------------------------------- /近景摄影测量实习/code/RSanction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/RSanction.h -------------------------------------------------------------------------------- /近景摄影测量实习/code/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/main.cpp -------------------------------------------------------------------------------- /近景摄影测量实习/code/struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/近景摄影测量实习/code/struct.h -------------------------------------------------------------------------------- /近景摄影测量实习/data/gcp_left_hand.txt: -------------------------------------------------------------------------------- 1 | 232 2 | 119 6898.568150 2059.144872 3896.055410 1 3 | 118 6900.617333 2059.183871 3516.335725 1 4 | 117 6902.080013 2061.346737 3118.907516 1 5 | 116 6903.750204 2060.512830 2734.766311 1 6 | 115 6903.885184 2060.015151 2336.518141 1 7 | 114 6903.387603 2058.114135 1948.428806 1 8 | 113 6902.954069 2056.677835 1562.952059 1 9 | 112 6902.926951 2055.545918 1168.179596 1 10 | 111 6900.872744 2056.149994 768.368254 1 11 | 129 6884.527031 2951.819690 3898.977255 1 12 | 128 6885.112667 2952.754909 3515.051227 1 13 | 127 6886.151438 2951.204368 3133.750784 1 14 | 126 6886.642374 2951.411821 2756.558898 1 15 | 125 6887.358154 2951.326159 2350.29172 1 16 | 124 6887.917389 2952.092951 1964.134253 1 17 | 123 6888.052765 2951.255991 1571.870912 1 18 | 122 6887.682215 2951.932776 1179.78374 1 19 | 121 6887.214027 2951.610422 780.762913 1 20 | 130 6877.318430 3947.631901 3910.070899 1 21 | 139 6877.729582 3947.619235 3581.116215 1 22 | 138 6878.742785 3947.657696 3188.38627 1 23 | 137 6879.569287 3948.407292 2790.861733 1 24 | 136 6879.645584 3947.852171 2487.64009 1 25 | 135 6880.560801 3948.788115 2180.819808 1 26 | 134 6880.503627 3951.182620 1883.072118 1 27 | 133 6880.398676 3948.129473 1493.778471 1 28 | 132 6880.166942 3948.379850 1124.396105 1 29 | 131 6878.685194 3947.180884 745.876238 1 30 | 140 6871.702763 4847.468994 3906.01997 1 31 | 149 6871.088524 4848.100175 3523.860899 1 32 | 148 6871.344669 4849.115168 3175.175416 1 33 | 147 6871.272726 4849.023963 2783.586692 1 34 | 146 6872.005462 4847.740988 2488.784413 1 35 | 145 6871.725318 4849.184065 2180.009507 1 36 | 144 6871.315637 4847.821004 1882.948138 1 37 | 143 6873.491934 4849.675060 1495.761574 1 38 | 142 6873.855483 4849.508738 1119.867034 1 39 | 141 6873.483528 4848.280022 750.132753 1 40 | 151 6870.79234 5648.47130 750.24136 1 41 | 152 6868.89405 5647.05058 1122.69454 1 42 | 153 6868.33158 5647.58298 1498.61045 1 43 | 154 6866.18976 5645.40537 1884.47706 1 44 | 155 6866.82853 5644.14665 2182.44526 1 45 | 156 6866.43171 5644.90487 2483.34694 1 46 | 157 6866.48160 5645.32871 2782.10106 1 47 | 158 6866.23481 5645.03300 3178.82289 1 48 | 159 6864.75870 5644.17220 3524.61262 1 49 | 150 6866.48566 5646.48201 3902.52589 1 50 | 161 6868.93738 6589.78325 753.02122 1 51 | 162 6868.05566 6586.32922 1129.499 1 52 | 163 6866.92366 6586.10016 1536.88917 1 53 | 164 6866.41689 6586.19739 1926.04379 1 54 | 165 6866.05038 6585.24154 2311.71593 1 55 | 166 6865.86615 6586.25145 2723.28613 1 56 | 167 6865.82339 6585.88073 3112.26825 1 57 | 168 6864.95430 6586.78283 3528.86956 1 58 | 169 6866.310040 6587.54796 3902.23324 1 59 | 179 6865.080073 7435.362721 3904.186381 1 60 | 178 6864.548952 7434.469783 3533.678113 1 61 | 177 6865.076113 7435.538592 3116.537501 1 62 | 176 6865.312479 7436.168604 2728.605097 1 63 | 175 6864.120436 7437.106577 2316.534681 1 64 | 174 6865.541590 7437.774595 1931.128443 1 65 | 173 6863.430990 7438.540198 1539.92569 1 66 | 172 6864.757701 7440.485593 1131.285978 1 67 | 171 6862.727777 7443.322530 764.141484 1 68 | 218 7330.435123 3139.270001 3894.024218 1 69 | 217 7330.695030 3139.580934 3488.368254 1 70 | 216 7329.871048 3135.284757 3112.388368 1 71 | 215 7330.633213 3135.819930 2732.293718 1 72 | 214 7330.914702 3136.078495 2332.554988 1 73 | 213 7331.594650 3134.939906 1941.205881 1 74 | 212 7331.954239 3134.819197 1564.949912 1 75 | 211 7332.920086 3134.986926 1166.291142 1 76 | 210 7333.658692 3135.229264 768.849656 1 77 | 228 7257.505314 4534.406911 3902.587194 1 78 | 227 7257.121184 4533.722340 3587.704224 1 79 | 226 7257.479106 4533.984363 3177.808999 1 80 | 225 7257.884927 4534.893062 2788.216174 1 81 | 224 7257.776493 4533.174413 2374.962165 1 82 | 223 7258.330814 4533.782298 1959.413812 1 83 | 222 7258.920650 4532.959199 1554.449385 1 84 | 221 7259.796326 4532.895609 1146.331324 1 85 | 220 7260.926545 4530.677017 744.737401 1 86 | 318 7953.029862 2153.557847 3900.236413 1 87 | 317 7956.536362 2155.486181 3512.292677 1 88 | 316 7957.659995 2154.411414 3081.384021 1 89 | 315 7958.508416 2154.979748 2693.586357 1 90 | 314 7959.203584 2155.172738 2318.794838 1 91 | 313 7959.695659 2153.687867 1907.381475 1 92 | 312 7960.052714 2153.656595 1526.033957 1 93 | 311 7959.958482 2154.619894 1129.936536 1 94 | 310 7959.518430 2155.853146 749.459953 1 95 | 328 7949.736919 2953.397345 3905.564864 1 96 | 327 7950.369763 2954.896883 3511.353501 1 97 | 326 7951.079383 2955.232722 3083.335766 1 98 | 325 7951.739794 2955.631752 2692.661298 1 99 | 324 7952.435953 2955.443070 2317.566332 1 100 | 323 7952.975385 2954.307033 1898.379007 1 101 | 322 7953.325622 2954.478635 1521.345406 1 102 | 321 7953.713733 2953.966505 1130.047902 1 103 | 320 7954.034983 2953.705627 746.008581 1 104 | 339 7945.135285 3849.861063 3911.44788 1 105 | 338 7943.854466 3849.753314 3529.709947 1 106 | 337 7942.735702 3850.811511 3112.184141 1 107 | 336 7943.725005 3849.831551 2774.002869 1 108 | 335 7943.682087 3847.247288 2474.565936 1 109 | 334 7944.503487 3851.022214 2166.382547 1 110 | 333 7944.747988 3849.666267 1863.702876 1 111 | 332 7945.998414 3850.600749 1494.958953 1 112 | 331 7946.825834 3852.180229 1123.851487 1 113 | 330 7949.478131 3852.243763 743.6951 1 114 | 349 7940.526078 4695.078191 3913.217515 1 115 | 348 7940.159900 4696.079680 3546.92675 1 116 | 347 7942.053598 4695.130316 3167.373787 1 117 | 346 7942.636133 4693.011883 2778.171775 1 118 | 345 7942.640514 4692.489503 2487.26566 1 119 | 344 7942.711671 4694.610755 2199.297667 1 120 | 343 7943.698834 4693.224285 1893.353142 1 121 | 342 7945.631803 4694.438914 1509.503106 1 122 | 341 7946.353180 4695.513870 1133.85775 1 123 | 340 7947.425260 4693.917170 747.441095 1 124 | 359 7933.858826 5689.961469 3903.536088 1 125 | 358 7935.404758 5690.811077 3556.001401 1 126 | 357 7933.674027 5691.949165 3170.520361 1 127 | 356 7936.250117 5692.717709 2796.234495 1 128 | 355 7936.302816 5692.666667 2489.204224 1 129 | 350 7937.163980 5692.919590 748.3998 1 130 | 351 7938.001510 5693.672020 1130.1159 1 131 | 352 7937.163210 5694.187810 1508.25808 1 132 | 353 7937.755380 5693.505420 1887.63016 1 133 | 354 7937.000540 5692.736920 2194.47846 1 134 | 368 7931.505390 6532.172129 3911.711222 1 135 | 367 7929.938535 6535.031027 3501.321352 1 136 | 366 7927.562518 6536.307239 3115.5579 1 137 | 365 7930.479832 6535.711572 2710.511576 1 138 | 364 7929.572617 6537.325915 2304.421109 1 139 | 363 7932.110954 6535.728476 1914.757656 1 140 | 362 7931.955944 6536.649085 1523.108531 1 141 | 361 7933.641536 6536.130708 1129.024922 1 142 | 360 7934.768920 6534.848028 751.494934 1 143 | 378 7926.385928 7333.134323 3908.366104 1 144 | 377 7924.811182 7334.746146 3499.862623 1 145 | 376 7925.328791 7335.337047 3105.323171 1 146 | 375 7927.161776 7336.009365 2703.615674 1 147 | 374 7926.165820 7336.492170 2308.1097 1 148 | 373 7926.304579 7338.049883 1900.189401 1 149 | 372 7929.150134 7336.579135 1511.091237 1 150 | 371 7928.444698 7337.075871 1121.008279 1 151 | 370 7929.104546 7336.910141 747.443941 1 152 | 406 8955.985885 1667.131582 3974.297979 1 153 | 405 9026.703627 1659.965896 3574.202352 1 154 | 404 9029.799095 1636.143550 2970.802727 1 155 | 403 9030.644213 1649.726476 2371.61245 1 156 | 402 9028.973772 1656.600783 1769.356083 1 157 | 401 9028.103654 1665.067020 1169.739628 1 158 | 400 9012.142421 1686.248279 543.413774 1 159 | 416 8958.025005 2232.467006 3957.584933 1 160 | 415 9025.895311 2253.365354 3573.235653 1 161 | 414 9028.450379 2237.820186 2972.255407 1 162 | 413 9029.430719 2236.875862 2366.827965 1 163 | 412 9028.270532 2249.826003 1770.158628 1 164 | 411 9028.335338 2247.963809 1169.871312 1 165 | 410 9015.770739 2278.715577 543.399704 1 166 | 426 8960.583330 2825.867763 3974.397512 1 167 | 425 9025.075345 2826.267586 3573.302943 1 168 | 424 9027.163632 2812.443153 2971.732156 1 169 | 423 9027.600212 2816.307281 2368.885604 1 170 | 422 9026.960432 2827.200815 1770.288865 1 171 | 421 9026.901393 2830.131589 1171.662794 1 172 | 420 9015.960562 2849.374019 545.829468 1 173 | 436 8959.794831 3420.070789 3974.461231 1 174 | 435 9024.321305 3421.869558 3573.696511 1 175 | 434 9025.014391 3414.505852 2973.55229 1 176 | 433 9025.470093 3416.073801 2370.589435 1 177 | 432 9025.611182 3408.741816 1766.755692 1 178 | 431 9025.517117 3404.969519 1162.767505 1 179 | 430 9016.231535 3404.186273 545.201783 1 180 | 446 8958.148304 4025.061435 3949.165747 1 181 | 445 9023.432128 4052.315094 3573.972107 1 182 | 444 9024.219448 4063.644077 2972.3639 1 183 | 443 9024.166152 4073.933328 2370.929402 1 184 | 442 9024.298653 4049.282742 1771.033663 1 185 | 441 9023.820470 4090.699807 1171.784601 1 186 | 440 9013.117358 4048.906154 550.40425 1 187 | 456 8957.485745 4651.394071 3966.991806 1 188 | 455 9023.494621 4685.324854 3572.286941 1 189 | 454 9023.583636 4682.227284 2971.56844 1 190 | 453 9023.429954 4677.838658 2372.047192 1 191 | 452 9023.850235 4664.703429 1772.93456 1 192 | 451 9023.616087 4669.198344 1171.350951 1 193 | 450 9013.134759 4654.811493 546.652217 1 194 | 466 8957.362086 5254.227742 3946.464831 1 195 | 465 9021.573403 5274.803078 3571.839956 1 196 | 464 9022.676151 5273.095788 2973.983171 1 197 | 463 9022.602483 5274.646760 2371.919159 1 198 | 462 9022.739142 5265.125964 1773.475013 1 199 | 461 9022.540280 5271.621472 1169.907794 1 200 | 460 9011.195960 5255.648880 546.929606 1 201 | 476 8955.934310 5848.833300 3975.827121 1 202 | 475 9020.084056 5859.912323 3570.76523 1 203 | 474 9021.085564 5867.805061 2971.849251 1 204 | 473 9021.101832 5874.740736 2371.312218 1 205 | 472 9021.676194 5894.990625 1770.774095 1 206 | 471 9021.355774 5894.040588 1169.673891 1 207 | 470 9009.686748 5917.312883 546.904529 1 208 | 486 8954.289334 6470.522238 3964.365765 1 209 | 485 9017.882829 6483.001596 3573.269451 1 210 | 484 9019.754808 6474.844254 2970.669507 1 211 | 483 9019.889255 6456.483910 2372.269748 1 212 | 482 9020.382181 6465.989922 1771.698875 1 213 | 481 9020.592490 6474.265395 1169.651084 1 214 | 480 9010.027064 6490.854779 547.039807 1 215 | 496 8951.253515 7032.827664 3977.400212 1 216 | 495 9015.989946 7033.034786 3572.903468 1 217 | 494 9018.487973 7044.720796 2971.95266 1 218 | 493 9018.270132 7075.231699 2369.984909 1 219 | 492 9018.023317 7080.711208 1771.11808 1 220 | 491 9019.576833 7096.596743 1169.003415 1 221 | 490 9009.361744 7094.218289 549.343742 1 222 | 506 8949.358704 7683.968305 3965.603511 1 223 | 505 9015.423305 7682.895657 3568.924555 1 224 | 504 9016.782275 7676.211596 2969.521216 1 225 | 503 9015.743221 7674.521408 2370.429594 1 226 | 502 9015.656045 7676.763725 1768.463329 1 227 | 501 9018.161235 7673.528476 1169.12708 1 228 | 500 9008.210128 7672.979630 550.829909 1 229 | 515 9015.613681 8100.553879 3567.739907 1 230 | 514 9016.614414 8102.161910 2968.259827 1 231 | 512 9015.477928 8104.414977 1769.720471 1 232 | 511 9017.793897 8113.521054 1168.965057 1 233 | 510 9008.117297 8106.071469 548.280783 1 234 | -------------------------------------------------------------------------------- /近景摄影测量实习/data/gcp_left_hand2.txt: -------------------------------------------------------------------------------- 1 | 232 2 | 111 4900.3527 55.7205 -1232.5197 1 3 | 112 4901.7747 55.4432 -832.7152 1 4 | 113 4901.9257 56.6452 -438.0607 1 5 | 114 4902.3752 58.1170 -52.6039 1 6 | 115 4902.9332 60.0279 335.4100 1 7 | 116 4902.7715 60.5822 733.6158 1 8 | 117 4901.4431 61.1469 1117.7039 1 9 | 118 4899.7364 59.3235 1515.0181 1 10 | 119 4898.0080 59.1399 1894.7118 1 11 | 121 4887.2527 951.9316 -1224.9870 1 12 | 122 4887.3930 952.0093 -821.1054 1 13 | 123 4887.8351 951.2653 -429.1744 1 14 | 124 4887.5927 952.0224 -36.9360 1 15 | 125 4886.9903 951.1403 349.1724 1 16 | 126 4886.2598 951.7763 751.6576 1 17 | 127 4885.6289 950.8163 1132.4439 1 18 | 128 4884.6169 952.3264 1513.7755 1 19 | 129 4884.0094 950.6437 1895.2923 1 20 | 130 4875.7170 1945.5154 1908.6656 1 21 | 131 4877.4703 1946.8126 -1226.8589 1 22 | 132 4878.7835 1946.2769 -876.4610 1 23 | 133 4879.0349 1946.6350 -509.5316 1 24 | 134 4879.1238 1949.0523 -118.0412 1 25 | 135 4879.0993 1946.6168 179.7169 1 26 | 136 4878.3591 1945.7800 486.5452 1 27 | 137 4878.0239 1946.3399 789.5916 1 28 | 138 4877.2666 1945.5869 1187.0975 1 29 | 139 4876.2426 1945.4894 1579.8295 1 30 | 140 4871.0405 2846.4959 1904.6051 1 31 | 141 4873.5906 2849.3635 -1231.7512 1 32 | 142 4873.6725 2848.8549 -881.0698 1 33 | 143 4873.2263 2848.9729 -505.2728 1 34 | 144 4871.5357 2847.1560 -118.0988 1 35 | 145 4871.6103 2848.4021 178.8890 1 36 | 146 4871.5589 2847.6036 484.8269 1 37 | 147 4871.2679 2846.5337 779.7331 1 38 | 148 4870.8254 2847.4029 1173.3574 1 39 | 149 4870.6036 2847.1418 1522.5145 1 40 | 150 4866.0580 3648.2525 1901.0752 1 41 | 151 4869.9921 3649.0578 -1222.7428 1 42 | 152 4868.8408 3648.5656 -878.2805 1 43 | 153 4868.0945 3649.1489 -502.4445 1 44 | 154 4866.0752 3646.9610 -116.5398 1 45 | 155 4866.5737 3645.7228 181.2241 1 46 | 156 4866.2349 3646.5151 482.2127 1 47 | 157 4866.0805 3646.9834 780.8617 1 48 | 158 4866.1597 3644.5398 1175.0602 1 49 | 159 4864.6898 3645.9706 1523.4677 1 50 | 161 4869.0735 4587.9417 -1233.8797 1 51 | 162 4866.7520 4586.8168 -871.5063 1 52 | 163 4865.7476 4586.4515 -464.1917 1 53 | 164 4865.2655 4586.4180 -75.1265 1 54 | 165 4865.0410 4585.4090 310.4206 1 55 | 166 4864.7884 4586.1865 721.9780 1 56 | 167 4864.8622 4585.7572 1110.9603 1 57 | 168 4863.9621 4586.5077 1527.5239 1 58 | 169 4865.2569 4587.1896 1900.7025 1 59 | 171 4865.4365 5440.4446 -1236.9061 1 60 | 172 4867.1402 5437.8249 -869.7969 1 61 | 173 4865.6286 5436.4623 -461.2668 1 62 | 174 4866.1553 5436.0907 -71.0889 1 63 | 175 4865.0879 5435.3463 315.2550 1 64 | 176 4865.4312 5434.9795 729.4937 1 65 | 177 4865.4390 5433.8856 1116.6559 1 66 | 178 4864.2835 5433.5518 1532.2379 1 67 | 179 4864.4376 5434.7153 1902.6323 1 68 | 210 5333.8308 1135.7201 -1232.0423 1 69 | 211 5332.9748 1135.4486 -834.6517 1 70 | 212 5331.8982 1135.3396 -436.1520 1 71 | 213 5331.5301 1135.5369 -59.9004 1 72 | 214 5330.9694 1136.4401 331.4129 1 73 | 215 5329.8284 1135.1947 733.0459 1 74 | 216 5329.7697 1135.8035 1110.9948 1 75 | 217 5330.5150 1139.9492 1487.0063 1 76 | 218 5330.2256 1139.7711 1892.4800 1 77 | 220 5261.9398 2531.4480 -1241.5020 1 78 | 221 5261.2662 2532.8313 -854.8890 1 79 | 222 5259.9595 2532.9986 -446.9659 1 80 | 223 5259.1647 2533.8912 -42.0214 1 81 | 224 5258.2906 2533.3711 373.4401 1 82 | 225 5258.0926 2535.1935 786.6102 1 83 | 226 5257.8312 2534.2413 1175.7452 1 84 | 227 5256.8358 2534.0237 1585.9804 1 85 | 228 5256.4998 2531.4110 1902.1467 1 86 | 310 5958.7116 156.8836 -1251.4885 1 87 | 311 5958.8269 155.7549 -870.9984 1 88 | 312 5958.7769 154.8748 -474.9703 1 89 | 313 5958.3897 154.9124 -93.6275 1 90 | 314 5957.9442 156.3995 317.6635 1 91 | 315 5957.2340 156.5557 693.3544 1 92 | 316 5956.5063 155.6350 1080.1521 1 93 | 317 5955.2665 156.6730 1511.0111 1 94 | 318 5952.2787 154.6467 1898.9328 1 95 | 320 5952.4459 956.6081 -1253.7817 1 96 | 321 5952.0865 956.5607 -870.7654 1 97 | 322 5951.7664 956.9814 -479.6371 1 98 | 323 5951.7410 957.3636 -104.2699 1 99 | 324 5951.0771 957.6238 316.3858 1 100 | 325 5950.5724 957.6906 691.4032 1 101 | 326 5950.0617 957.1009 1082.0474 1 102 | 327 5949.3409 956.5396 1509.9611 1 103 | 328 5948.7932 954.9590 1904.2452 1 104 | 330 5948.8670 1849.6068 -1223.6775 1 105 | 331 5948.1193 1850.6742 -877.0512 1 106 | 332 5946.9624 1849.3561 -506.1119 1 107 | 333 5945.5243 1848.6433 -137.2964 1 108 | 334 5945.0363 1850.1544 165.3360 1 109 | 335 5943.9237 1846.5893 473.2896 1 110 | 336 5943.7175 1849.2904 772.6657 1 111 | 337 5942.9804 1850.3694 1110.8832 1 112 | 338 5943.3696 1849.5898 1528.3513 1 113 | 339 5944.2599 1849.9554 1909.9155 1 114 | 340 5942.8265 2694.0576 -1219.0510 1 115 | 341 5943.6976 2694.2997 -869.5301 1 116 | 342 5942.6790 2694.1245 -491.5259 1 117 | 343 5941.2126 2692.8295 -107.5922 1 118 | 344 5940.3014 2694.2063 198.1817 1 119 | 345 5940.4068 2692.9989 484.4781 1 120 | 346 5940.8725 2692.4879 776.9657 1 121 | 347 5940.5784 2694.6028 1166.0566 1 122 | 348 5940.0877 2693.1303 1543.9348 1 123 | 349 5939.6771 2694.4110 1911.7632 1 124 | 350 5935.6213 3694.4433 -1206.1233 1 125 | 351 5936.7336 3694.5766 -870.7452 1 126 | 352 5935.8420 3695.0199 -492.7082 1 127 | 353 5936.6600 3694.1814 -113.4213 1 128 | 354 5935.6627 3693.5189 193.5846 1 129 | 355 5934.9818 3693.2948 488.0094 1 130 | 356 5935.3068 3692.9622 792.7535 1 131 | 357 5933.2737 3692.3376 1169.2688 1 132 | 358 5934.4555 3690.8543 1554.5688 1 133 | 359 5933.3555 3689.9547 1902.2097 1 134 | 360 5933.5994 4536.5498 -1249.8379 1 135 | 361 5933.1330 4536.3072 -871.8998 1 136 | 362 5930.8945 4536.9791 -481.3055 1 137 | 363 5931.3798 4535.8508 -86.3371 1 138 | 364 5929.0823 4537.5525 303.2739 1 139 | 365 5929.8567 4535.8320 709.2538 1 140 | 366 5927.5657 4536.7154 1114.2128 1 141 | 367 5929.3617 4535.2369 1499.9974 1 142 | 368 5930.8271 4532.3348 1910.2846 1 143 | 370 5927.8565 5336.4229 -1209.9196 1 144 | 371 5927.7978 5335.4596 -880.1785 1 145 | 372 5926.1852 5334.6088 -490.9909 1 146 | 373 5924.6911 5332.6374 -101.9771 1 147 | 374 5925.6752 5335.7102 304.2987 1 148 | 375 5926.2205 5334.4638 702.3268 1 149 | 376 5924.4977 5333.8516 1104.0128 1 150 | 377 5924.2526 5333.3970 1498.4729 1 151 | 378 5925.4425 5331.7174 1906.8669 1 152 | 400 7011.1973 -313.0052 -1457.5440 1 153 | 401 7027.2042 -334.1977 -831.3624 1 154 | 402 7028.0683 -342.7854 -231.7821 1 155 | 403 7029.7777 -349.6367 370.3682 1 156 | 404 7028.5433 -362.9757 969.4285 1 157 | 405 7025.8406 -339.2591 1572.8556 1 158 | 406 6954.9672 -332.1462 1972.8606 1 159 | 410 7014.7530 279.3539 -1457.5032 1 160 | 411 7027.2403 248.5640 -831.2580 1 161 | 412 7027.1753 250.5487 -230.9939 1 162 | 413 7028.4262 237.5559 365.5707 1 163 | 414 7027.3911 238.4026 970.9847 1 164 | 415 7025.0057 254.0452 1571.8279 1 165 | 416 6957.0774 233.0137 1956.1091 1 166 | 420 7014.9388 850.0009 -1455.1062 1 167 | 421 7025.7460 830.6669 -829.3761 1 168 | 422 7025.7336 827.8214 -230.7902 1 169 | 423 7026.5862 816.8680 367.6907 1 170 | 424 7025.9768 813.0637 970.4284 1 171 | 425 7024.2201 826.8023 1571.9011 1 172 | 426 6959.5659 826.3408 1972.9166 1 173 | 430 7015.3424 1404.7159 -1455.7298 1 174 | 431 7024.7325 1405.3865 -838.2860 1 175 | 432 7024.6611 1409.2670 -234.3365 1 176 | 433 7024.4429 1416.5242 369.3773 1 177 | 434 7024.1065 1414.9804 972.3267 1 178 | 435 7023.3684 1422.3857 1572.2965 1 179 | 436 6958.9462 1420.5127 1973.0277 1 180 | 440 7012.3219 2049.3620 -1450.5510 1 181 | 441 7022.9568 2091.1118 -829.2214 1 182 | 442 7023.3542 2049.7185 -229.9718 1 183 | 443 7023.1883 2074.3591 369.7293 1 184 | 444 7023.3589 2064.0387 971.0763 1 185 | 445 7022.6379 2052.7630 1572.6031 1 186 | 446 6957.2084 2025.3569 1947.7043 1 187 | 450 7012.3163 2655.1839 -1454.2800 1 188 | 451 7022.6122 2669.5787 -829.7300 1 189 | 452 7022.6446 2665.0913 -228.2616 1 190 | 453 7022.2845 2678.1663 370.8021 1 191 | 454 7022.6109 2682.5932 970.2558 1 192 | 455 7022.4576 2685.6094 1570.9414 1 193 | 456 6956.5493 2651.6939 1965.5608 1 194 | 460 7010.1306 3255.9444 -1453.9908 1 195 | 461 7021.4136 3271.8248 -831.1081 1 196 | 462 7021.5885 3265.3643 -227.6376 1 197 | 463 7021.4624 3274.9141 370.7078 1 198 | 464 7021.4797 3273.3307 972.6051 1 199 | 465 7020.7731 3275.0588 1570.5046 1 200 | 466 6956.5315 3254.2761 1945.0033 1 201 | 470 7008.7062 3917.5510 -1454.0714 1 202 | 471 7020.2715 3894.2393 -831.3671 1 203 | 472 7020.6290 3895.2344 -230.3495 1 204 | 473 7020.1269 3874.9165 370.0932 1 205 | 474 7019.9767 3867.9740 970.5230 1 206 | 475 7019.3098 3860.1017 1569.3714 1 207 | 476 6955.0529 3848.9678 1974.3887 1 208 | 480 7008.8850 4491.0674 -1453.9599 1 209 | 481 7019.5637 4474.4808 -831.4465 1 210 | 482 7019.2485 4466.2034 -229.5078 1 211 | 483 7018.8064 4456.6249 371.0218 1 212 | 484 7018.3169 4475.0117 969.3100 1 213 | 485 7016.9700 4483.1132 1571.8194 1 214 | 486 6953.4456 4470.5231 1962.8863 1 215 | 490 7008.2527 5094.3029 -1451.5810 1 216 | 491 7018.3485 5096.6456 -832.0748 1 217 | 492 7016.7288 5080.7022 -229.9686 1 218 | 493 7017.0365 5075.2283 368.8073 1 219 | 494 7017.1572 5044.6235 970.6028 1 220 | 495 7014.9255 5033.0028 1571.4664 1 221 | 496 6950.2755 5032.6898 1975.8653 1 222 | 500 7007.1429 5672.9931 -1450.0270 1 223 | 501 7016.9603 5673.4916 -831.9031 1 224 | 502 7014.4319 5676.7581 -232.6522 1 225 | 503 7014.5824 5674.4631 369.2628 1 226 | 504 7015.7931 5676.1037 968.2414 1 227 | 505 7014.5842 5682.7849 1567.5410 1 228 | 506 6948.3192 5683.7395 1964.0478 1 229 | 510 7007.1389 6106.0708 -1452.7045 1 230 | 511 7016.7883 6113.3991 -832.1167 1 231 | 512 7014.4052 6104.2735 -231.4137 1 232 | 514 7015.4732 6101.8954 966.9331 1 233 | 515 7014.6306 6100.3860 1566.3293 1 -------------------------------------------------------------------------------- /近景摄影测量实习/data/measure.txt: -------------------------------------------------------------------------------- 1 | 134 228.168947985921 419.0148611654282 2 | 133 261.40328006728345 1017.9470142977292 3 | 132 293.01084812623276 1559.5749506903353 4 | 131 324.9178635547576 2061.2603231597845 5 | 334 706.5771428571428 70.31142857142856 6 | 333 720.8503886010362 438.66774611398966 7 | 332 741.6271418779986 878.01576422207 8 | 11 748.3804537521816 1189.21815008726 9 | 12 777.6042921686746 1561.000753012048 10 | 13 807.5575187969924 1880.2917293233083 11 | 21 988.9632933104631 1189.4377358490567 12 | 31 1084.1754852432864 1270.570592927413 13 | 22 1018.9930045470444 1537.01888772298 14 | 32 1104.4003730183401 1671.8821883742617 15 | 23 1051.153086419753 1909.1643738977073 16 | 33 1129.899467585343 2042.901973066082 17 | 223 1263.2016293279023 300.428716904277 18 | 222 1278.6521739130435 879.8242169237961 19 | 41 1323.1861638241653 1339.2243574345423 20 | 42 1354.0283669818555 1785.5336059289548 21 | 220 1310.728115345005 1962.747167868177 22 | 43 1394.462401055409 2165.1253298153033 23 | 142 1594.9489247311828 1603.676523297491 24 | 441 1377.5926430517711 1105.350136239782 25 | 144 1566.6167711598746 408.32993730407526 26 | 143 1583.5735512630015 1025.9245913818722 27 | 343 1703.0979318734794 394.98783454987836 28 | 342 1712.4294913071474 866.7495170637476 29 | 141 1607.0771730300569 2125.0442729488223 30 | 340 1727.4319281271596 1728.077401520387 31 | 51 1790.1913897987833 1337.8118858212447 32 | 52 1814.9374374374374 1762.4104104104103 33 | 53 1844.3846153846155 2219.3045525902667 34 | 452 1915.8860450944546 518.2023156611822 35 | 451 1926.565159574468 1113.1329787234042 36 | 450 1917.6586183769282 1712.221327967807 37 | 61 2337.9303703703704 1350.0397883597884 38 | 62 2347.653880866426 1728.3199458483755 39 | 462 2513.1387249114523 517.340613931523 40 | 461 2515.942408376963 1123.1531413612565 41 | 460 2495.1092217135383 1729.2871157619359 42 | 71 2727.0384798099763 1268.850593824228 43 | 72 2728.4147785787845 1673.6740473738414 44 | 154 2856.7817403708987 401.1797432239658 45 | 153 2851.661630358398 1037.7266338721013 46 | 152 2839.7627651217595 1634.5168892380204 47 | 83 2969.9584021129085 1943.1690326840542 48 | 82 2965.5977995110024 1566.6207212713937 49 | 81 2961.1728998849253 1185.6651323360184 50 | 352 2938.2035190615834 879.4686217008798 51 | 353 2945.517568321249 398.446737311768 52 | 472 3157.3195299384442 521.387800783436 53 | 471 3141.611778846154 1133.1057692307693 54 | 91 3238.496590909091 1195.9048295454545 55 | 92 3235.9197795468463 1556.0058175137783 56 | 470 3148.7369380315918 1748.113608748481 57 | 93 3226.609819121447 1913.3355943152455 58 | 482 3755.567777777778 522.5494444444445 59 | 481 3738.508139534884 1142.7348837209302 60 | 480 3728.799469496021 1764.3411140583555 61 | 363 4046.424118548799 363.5406234031681 62 | 362 4022.2421109902066 877.1871599564745 63 | 361 3995.5233766233764 1370.0363636363636 64 | 360 3970.459335624284 1833.049255441008 65 | -------------------------------------------------------------------------------- /近景摄影测量实习/data/measure2.txt: -------------------------------------------------------------------------------- 1 | 432 80.36829148202855 559.6494337764648 2 | 431 119.32033719704953 1189.6796628029506 3 | 430 161.90671641791045 1813.7404051172707 4 | 134 365.65925498123016 431.7848686110309 5 | 133 399.27154370737753 1088.5278983261005 6 | 132 435.16852264291015 1683.512249443207 7 | 131 470.80719178082194 2231.6345890410958 8 | 334 392.6945652173913 56.35 9 | 332 440.29057187017 933.9489953632149 10 | 331 469.88653366583543 1398.0872817955112 11 | 330 494.96530707923114 1822.6755743084857 12 | 442 768.5591120289107 544.4883840991224 13 | 441 840.3460674157303 1157.8415730337078 14 | 440 827.179721030043 1776.6448497854078 15 | 223 1333.8612565445026 305.9397905759162 16 | 222 1349.4740829346092 907.4932216905901 17 | 11 1177.2516835016836 1243.66189674523 18 | 12 1198.030193236715 1637.0048309178744 19 | 13 1220.7498457742136 1973.655459592844 20 | 221 1367.6625708884687 1494.8308128544422 21 | 220 1383.682000893256 2032.203215721304 22 | 21 1443.271322266743 1231.0538065254723 23 | 452 1407.6666666666667 533.1978142076503 24 | 450 1434.3892537313434 1751.5779104477613 25 | 22 1468.3106589735803 1593.1685393258426 26 | 23 1491.6389675794776 1980.943342776204 27 | 343 1505.7367567567567 405.06432432432433 28 | 342 1519.342873497424 887.4722381224957 29 | 31 1753.8873375060184 1303.117958594126 30 | 32 1764.4447028423772 1717.4144702842377 31 | 33 1778.5685737749795 2099.1226389269095 32 | 144 1873.9890430971511 414.8436815193572 33 | 143 1885.2002806032972 1039.8670641880042 34 | 142 1894.3420387531592 1627.235046335299 35 | 462 2011.259847148736 524.949441504997 36 | 461 2024.578282828283 1123.3926767676767 37 | 460 2018.1326591314694 1723.762046400952 38 | 41 2168.028675369142 1353.8974962550824 39 | 42 2183.8581065887115 1804.8839667191364 40 | 472 2621.438042131351 521.45229244114 41 | 471 2617.818897637795 1106.3149606299212 42 | 51 2696.431100478469 1323.7277511961722 43 | 52 2705.1914460285134 1740.1384928716905 44 | 53 2717.2298474945533 2187.5599128540307 45 | 353 2725.2838083687084 403.495451788963 46 | 352 2723.083386378103 863.0992998090388 47 | 154 3115.688589540412 404.27496038034866 48 | 153 3106.8274285714288 1004.2590476190476 49 | 61 3140.709755507141 1308.9038973614138 50 | 62 3134.8248825129854 1669.8003957457333 51 | 71 3333.509080590238 1218.1977866061293 52 | 72 3318.4234886649874 1599.2988035264484 53 | 81 3579.75 1134.43359375 54 | 82 3571.405048076923 1466.3289262820513 55 | 83 3556.160064672595 1796.7708164915118 56 | 363 3678.56082345602 368.50592638802243 57 | 362 3664.989549314174 832.2900065316786 58 | 361 3645.9723502304146 1278.8448540706606 59 | 360 3630.71949602122 1700.0928381962865 60 | 482 3153.997256515775 516.5274348422497 61 | 491 3695.6341463414633 1076.906743185079 62 | 492 3703.23488372093 513.9255813953488 63 | 502 4215.1247264770245 512.7986870897155 64 | 501 4182.4257871064465 1063.3793103448277 65 | 490 3676.532679738562 1640.226797385621 66 | 500 4157.70495333812 1615.2390524048815 67 | -------------------------------------------------------------------------------- /近景摄影测量实习/results/cmd.txt: -------------------------------------------------------------------------------- 1 | *************直接线性变换求解************* 2 | DLT Success in 3 times! 3 | 4 | 观测值中误差(sigma):0.00189733 5 | 6 | 未知数解算理论精度: 7 | L1: 0.000285 8 | L2: 0.000005 9 | L3: 0.000042 10 | L4: 1.116658 11 | L5: 0.000008 12 | L6: 0.000285 13 | L7: 0.000051 14 | L8: 0.016584 15 | L9: 0.000003 16 | L10: 0.000002 17 | L11: 0.000009 18 | k1: 0.000021 19 | k2: 0.000000 20 | k3: 0.000000 21 | p1: 0.000020 22 | p2: 0.000010 23 | 重投影误差精度: 24 | x方向 0.001226mm 约0.235894像素 25 | y方向 0.001192mm 约0.229366像素 26 | 27 | --------直接线性变换L系数-------- 28 | 0.034595 -0.000152 -0.005103 -135.790722 -0.000761 0.034413 -0.006169 -1.648167 0.000172 0.000208 0.001161 29 | 30 | --------外方位元素-------- 31 | Xs Ys Zs 32 | 3719.406630 -119.275918 -1391.192037 33 | 34 | phi omega kappa 35 | -0.147069 -0.175233 -0.004331 36 | 37 | --------内方位元素------- 38 | x0 y0 f 39 | 0.004837 0.100138 29.346564 40 | 41 | --------畸变参数(k1,k2,k3,p1,p2)-------- 42 | 0.000086499681 0.000000049397 -0.000000001507 0.000059905485 0.000017787427 43 | 44 | 45 | *************直接线性变换求解************* 46 | DLT Success in 3 times! 47 | 48 | 观测值中误差(sigma):0.002756200993 49 | 50 | 未知数解算理论精度: 51 | L1: 0.000045 52 | L2: 0.000003 53 | L3: 0.000008 54 | L4: 0.098198 55 | L5: 0.000002 56 | L6: 0.000046 57 | L7: 0.000008 58 | L8: 0.011625 59 | L9: 0.000001 60 | L10: 0.000001 61 | L11: 0.000002 62 | k1: 0.000026 63 | k2: 0.000000 64 | k3: 0.000000 65 | p1: 0.000024 66 | p2: 0.000012 67 | 重投影误差精度: 68 | x方向 0.001226mm 约0.235894像素 69 | y方向 0.001192mm 约0.229366像素 70 | 71 | --------直接线性变换L系数-------- 72 | 0.016240 -0.000139 0.002883 -34.874830 0.000640 0.016237 -0.002840 -3.491499 -0.000099 0.000098 0.000545 73 | 74 | --------外方位元素-------- 75 | Xs Ys Zs 76 | 2391.554900 -120.684910 -1380.741016 77 | 78 | phi omega kappa 79 | 0.179378 -0.175484 -0.007455 80 | 81 | --------内方位元素------- 82 | x0 y0 f 83 | 0.148878 0.051319 29.343638 84 | 85 | --------畸变参数(k1,k2,k3,p1,p2)-------- 86 | 0.000082746963 0.000000043956 -0.000000001222 0.000004513806 0.000039896463 87 | 88 | 89 | 90 | *************检查点计算************* 91 | 检查点点号:223 450 343 144 143 360 482 92 | 93 | 94 | 检查点: 95 | 点号 精度 96 | 223 0.473928 0.315698 1.968533 97 | 450 0.087144 0.054974 0.248736 98 | 343 0.004178 0.039798 0.033109 99 | 144 0.274578 0.284579 2.170782 100 | 143 0.129884 0.362879 1.184001 101 | 360 0.178814 0.342589 1.159383 102 | 482 0.241477 0.115753 2.466637 103 | 104 | 检查点总精度: 105 | Dx 0.198572 Dy 0.216610 Dz 1.318740 106 | 107 | 108 | *************待定点计算************* 109 | 待求点点号:11 12 13 21 22 23 31 32 33 41 42 51 52 53 61 62 71 72 81 82 83 110 | 111 | 点号 X Y Z 与52号点距离 112 | 11 4580.400824 2405.698541 -577.039960 928.316370 113 | 12 4590.621747 2409.033248 -806.624612 907.874289 114 | 13 4600.235701 2414.517438 -1009.354439 935.818266 115 | 21 4583.782486 2555.665628 -575.440626 814.008224 116 | 22 4588.796003 2564.103399 -787.452853 783.319304 117 | 23 4598.829214 2571.346256 -1021.855554 819.362638 118 | 31 4320.313257 2704.365017 -581.876896 553.118616 119 | 32 4324.585476 2705.931908 -807.438156 515.497564 120 | 33 4331.729428 2710.009142 -1022.596544 566.988494 121 | 41 4137.714278 2893.418057 -586.379605 336.491183 122 | 42 4143.627444 2900.955240 -821.492028 267.939500 123 | 51 4072.937802 3150.166417 -570.025555 215.445367 124 | 52 4078.375906 3158.288219 -785.249088 0.000000 125 | 53 4083.816091 3168.803194 -1024.413603 239.457356 126 | 61 4149.465225 3412.119222 -583.508617 331.938379 127 | 62 4157.860011 3416.526004 -778.603236 270.275127 128 | 71 4343.629115 3596.731292 -568.471717 556.402752 129 | 72 4357.934721 3599.934859 -790.113161 522.712679 130 | 81 4288.807644 3718.373840 -516.103647 656.061498 131 | 82 4297.218938 3724.768543 -711.707127 611.719421 132 | 83 4314.538049 3731.648391 -913.524466 633.221144 133 | 134 | 135 | *************后方交会求解************* 136 | 后方交会收敛! 迭代次数:7 137 | 138 | 观测值中误差(sigma):0.001952 139 | 140 | 未知数解算理论精度: 141 | Xs: 0.355941 142 | Ys: 0.351704 143 | Zs: 1.746679 144 | phi: 0.001459 145 | omgea: 0.000773 146 | kappa: 0.000225 147 | x0: 0.042155 148 | y0: 0.022711 149 | f: 0.014998 150 | k1: 0.000019 151 | k2: 0.000000 152 | k3: 0.000000 153 | p1: 0.000017 154 | p2: 0.000009 155 | 156 | --------外方位元素-------- 157 | Xs Ys Zs 158 | 3719.457465 -119.201216 -1391.116845 159 | 160 | phi omega kappa 161 | -0.147701 -0.175083 -0.004445 162 | 163 | --------内方位元素------- 164 | x0 y0 f 165 | -0.013239 0.104535 29.341557 166 | 167 | --------畸变参数(k1,k2,k3,p1,p2)-------- 168 | 0.000076098703 0.000000184510 -0.000000002008 0.000066327798 0.000013381672 169 | -------------------------------------------------------------------------------- /近景摄影测量实习/results/residual_left.txt: -------------------------------------------------------------------------------- 1 | 432 -10.6823 4.49168 0.00216672 -0.00100682 2 | 431 -10.4799 1.21767 0.000767772 -0.00186294 3 | 430 -10.2586 -2.02532 -0.00440086 0.00399994 4 | 133 -9.02508 1.74331 0.0017246 -0.00184594 5 | 132 -8.83854 -1.34858 0.00121494 -0.00152031 6 | 334 -9.05926 7.10713 -0.000860146 0.000531899 7 | 331 -8.65813 0.134658 0.000869333 -0.00133579 8 | 330 -8.5278 -2.07176 -0.0017349 0.00315763 9 | 442 -7.10604 4.57047 0.000943616 -0.000575079 10 | 440 -6.80142 -1.83255 -0.000897105 -0.00131418 11 | 223 -4.16839 5.81011 -0.00289458 0.00462646 12 | 222 -4.08726 2.68408 0.00121261 -0.000733191 13 | 221 -3.99274 -0.368079 0.0014082 -0.00133496 14 | 220 -3.9095 -3.16059 0.00195574 -0.00217987 15 | 452 -3.78486 4.62914 0.000962125 -0.000599276 16 | 450 -3.64599 -1.70229 -0.000328782 -3.35436e-05 17 | 343 -3.27523 5.295 0.000855832 1.4616e-05 18 | 144 -1.36157 5.24418 -0.00352933 0.00441695 19 | 143 -1.30331 1.99619 0.00104826 -0.000367171 20 | 462 -0.648225 4.67201 -4.67963e-05 -0.000391428 21 | 461 -0.579014 1.56214 -0.00023308 -9.89889e-05 22 | 460 -0.612509 -1.55774 0.000452278 0.000514654 23 | 472 2.52263 4.69018 0.000210307 -0.000696737 24 | 471 2.50382 1.65088 -0.000658964 -8.04837e-05 25 | 353 3.06227 5.30315 0.000199944 -0.000749094 26 | 352 3.05084 2.91478 0.000220113 4.60018e-05 27 | 154 5.09105 5.2991 -0.000870177 -0.00131507 28 | 363 8.01607 5.48498 0.000580666 -0.00205803 29 | 362 7.94555 3.07488 -0.00317792 0.000266537 30 | 361 7.84672 0.754313 0.00271247 1.15061e-05 31 | 360 7.76746 -1.43474 -0.00169075 0.000547132 32 | 491 8.10479 1.8037 0.001786 0.000226155 33 | 492 8.14429 4.72929 -0.0012575 0.00111362 34 | 502 10.8044 4.73515 0.000892709 -0.00148321 35 | 501 10.6345 1.874 0.00267909 -0.000353915 36 | 490 8.00553 -1.12364 -0.0016187 0.00101303 37 | 500 10.506 -0.993793 -0.000663738 0.0014499 38 | -------------------------------------------------------------------------------- /近景摄影测量实习/results/residual_right.txt: -------------------------------------------------------------------------------- 1 | 133 -9.74153 2.11009 -0.00329635 0.00264037 2 | 132 -9.57728 -0.704529 0.00202699 -0.000152726 3 | 334 -7.42814 7.03458 0.000491356 -0.000949156 4 | 333 -7.35397 5.12038 0.000209583 -0.000635054 5 | 223 -4.53558 5.83875 0.000422696 -0.000836245 6 | 222 -4.45529 2.82786 0.00043386 -0.000990474 7 | 220 -4.28861 -2.79965 2.53476e-05 -0.00220112 8 | 144 -2.95886 5.27803 0.00187814 -0.000778512 9 | 143 -2.87074 2.06864 -0.00324118 0.00323773 10 | 343 -2.24962 5.34736 -0.000234557 -0.000123922 11 | 141 -2.7486 -3.64305 0.00232246 -0.000422544 12 | 340 -2.12316 -1.58017 0.000556542 0.000582657 13 | 452 -1.14384 4.70707 -0.000287632 -0.000152551 14 | 451 -1.08835 1.61545 0.000106686 -0.000961894 15 | 450 -1.13463 -1.49777 -0.000221148 0.00105852 16 | 462 1.95984 4.71155 -0.000732587 0.00062728 17 | 461 1.97441 1.56338 -0.000770333 -0.000461024 18 | 460 1.86615 -1.58646 -0.00102801 0.000738388 19 | 154 3.74561 5.31519 0.000341315 -0.00105092 20 | 152 3.65717 -1.09397 -0.00128093 -0.000343505 21 | 352 4.16873 2.82971 0.000954365 0.000577106 22 | 353 4.20674 5.32939 0.000590189 0.00032778 23 | 472 5.30739 4.69051 0.000254651 0.00110243 24 | 471 5.22576 1.51166 0.000434497 -0.000106106 25 | 470 5.26279 -1.68429 0.000563324 -0.000650578 26 | 481 8.32759 1.46162 0.000507471 -0.000480135 27 | 480 8.27714 -1.76862 -6.95136e-05 0.000378674 28 | 363 9.92771 5.51078 -0.000452713 0.000172177 29 | 362 9.80205 2.84157 0.000597831 0.000314463 30 | 361 9.6632 0.280427 -0.000369298 0.000111324 31 | 360 9.53295 -2.12567 -0.000733051 -0.000572429 32 | -------------------------------------------------------------------------------- /近景摄影测量实习/results/residual_rsanction.txt: -------------------------------------------------------------------------------- 1 | 134 -9.91423 5.22251 0.00116165 -0.00129639 2 | 133 -9.74153 2.11009 -0.00435386 0.00290804 3 | 132 -9.57728 -0.704529 0.000906449 -9.49902e-05 4 | 131 -9.41147 -3.31159 0.000761395 0.00122087 5 | 334 -7.42814 7.03458 0.000225375 -0.000662756 6 | 333 -7.35397 5.12038 0.000323437 -0.000520874 7 | 332 -7.246 2.83726 -0.000638122 -8.04267e-05 8 | 223 -4.53558 5.83875 0.000560731 -0.000860683 9 | 222 -4.45529 2.82786 0.000429212 -0.000856344 10 | 220 -4.28861 -2.79965 -0.000304213 -0.00247832 11 | 142 -2.81163 -0.933707 0.00143644 -0.00180265 12 | 441 -3.94114 1.6559 -0.00120838 0.000263406 13 | 144 -2.95886 5.27803 0.00202232 -0.000720995 14 | 143 -2.87074 2.06864 -0.00319604 0.00325282 15 | 343 -2.24962 5.34736 6.39516e-07 -7.04123e-05 16 | 342 -2.20113 2.89581 0.00193443 -0.000509879 17 | 141 -2.7486 -3.64305 0.00208236 -0.00113036 18 | 340 -2.12316 -1.58017 0.000573602 0.000493627 19 | 452 -1.14384 4.70707 -4.22153e-05 -5.03969e-06 20 | 451 -1.08835 1.61545 0.00034598 -0.000666672 21 | 450 -1.13463 -1.49777 -0.000104882 0.00118282 22 | 462 1.95984 4.71155 -0.000582982 0.000650373 23 | 461 1.97441 1.56338 -0.000423915 -0.000275197 24 | 460 1.86615 -1.58646 -0.000741663 0.000767518 25 | 154 3.74561 5.31519 0.000780482 -0.00125211 26 | 153 3.71901 2.00731 -0.00333572 0.00318262 27 | 152 3.65717 -1.09397 -0.000481282 -0.000956752 28 | 352 4.16873 2.82971 0.00128974 0.000519235 29 | 353 4.20674 5.32939 0.000611054 8.19797e-05 30 | 472 5.30739 4.69051 -9.36732e-05 0.000862326 31 | 471 5.22576 1.51166 0.000445122 -7.7773e-05 32 | 470 5.26279 -1.68429 0.000569478 -0.000617622 33 | 482 8.41625 4.68448 -0.000230575 -0.000217187 34 | 481 8.32759 1.46162 -0.000175403 -0.00055879 35 | 480 8.27714 -1.76862 -0.000651752 0.000415958 36 | 363 9.92771 5.51078 0.000565126 0.000778717 37 | 362 9.80205 2.84157 0.000658146 0.000202681 38 | 361 9.6632 0.280427 -0.000444097 -0.000128672 39 | 360 9.53295 -2.12567 -0.000674399 -0.000942104 40 | -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/code/源.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/code/源.cpp -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm1.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm2.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm3.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm4.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm4.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm5.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm5.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm6.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm6.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/data/tm7.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/data/tm7.tif -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/修改归一化水体指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/修改归一化水体指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/修改归一化水体指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/修改归一化水体指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/土壤调节植被指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/土壤调节植被指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/土壤调节植被指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/土壤调节植被指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/建筑用地指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/建筑用地指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/建筑用地指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/建筑用地指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/归一化植被指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/归一化植被指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/归一化植被指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/归一化植被指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/归一化裸地指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/归一化裸地指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/归一化裸地指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/归一化裸地指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/自动水体提取指数.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/自动水体提取指数.jpg -------------------------------------------------------------------------------- /遥感原理实习/IndexAnalysis/results/自动水体提取指数_seg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/IndexAnalysis/results/自动水体提取指数_seg.jpg -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/code/源.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/code/源.cpp -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/data/Color.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/data/Color.bmp -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/results/合并前基于C1C2C3空间的阴影检测.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/results/合并前基于C1C2C3空间的阴影检测.jpg -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/results/合并前基于HSV空间的阴影检测.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/results/合并前基于HSV空间的阴影检测.jpg -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/results/合并后基于C1C2C3空间的阴影检测.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/results/合并后基于C1C2C3空间的阴影检测.jpg -------------------------------------------------------------------------------- /遥感原理实习/ShadowDetection/results/合并后基于HSV空间的阴影检测.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Charrrrrlie/PracticalCourse/de12028ec5f06fcb2519250a59bbc529f95717e9/遥感原理实习/ShadowDetection/results/合并后基于HSV空间的阴影检测.jpg --------------------------------------------------------------------------------