├── .idea ├── UAV-and-TrueOrtho.iml ├── misc.xml ├── modules.xml ├── vcs.xml └── workspace.xml ├── Building Roof Contour ├── BD_edge.py └── RDP.py ├── Dsm to UAV_BD Roof Contour └── DSM_GEN_BD.py ├── Edge Color ├── DSCF2098_1471837627895.JPG ├── coloredges.m └── test.jpg ├── Elimate PC Error └── PointCloud_Error.py ├── Image mosiac ├── Color_balance.py └── TrueOrtho_mosiac_rough.py ├── PC to DSM └── DEMInterp.py ├── PC2Ortho └── PC2ortho.py ├── README.md ├── T_ortho_py ├── True_Ortho.py ├── ntu_pix4d_0212_calibrated_external_camera_parameters.txt └── ntu_pix4d_0212_dsm.tfw ├── True Ortho ├── True_ortho_test.m ├── dsm_angle.m ├── ntu_pix4d_0212_calibrated_external_camera_parameters.txt ├── sort_array.m └── trueortho_generation.m └── UAV2TrueOrtho layer └── RDP_UAV2TrueOrho.py /.idea/UAV-and-TrueOrtho.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/.idea/UAV-and-TrueOrtho.iml -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /Building Roof Contour/BD_edge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Building Roof Contour/BD_edge.py -------------------------------------------------------------------------------- /Building Roof Contour/RDP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Building Roof Contour/RDP.py -------------------------------------------------------------------------------- /Dsm to UAV_BD Roof Contour/DSM_GEN_BD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Dsm to UAV_BD Roof Contour/DSM_GEN_BD.py -------------------------------------------------------------------------------- /Edge Color/DSCF2098_1471837627895.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Edge Color/DSCF2098_1471837627895.JPG -------------------------------------------------------------------------------- /Edge Color/coloredges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Edge Color/coloredges.m -------------------------------------------------------------------------------- /Edge Color/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Edge Color/test.jpg -------------------------------------------------------------------------------- /Elimate PC Error/PointCloud_Error.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Elimate PC Error/PointCloud_Error.py -------------------------------------------------------------------------------- /Image mosiac/Color_balance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Image mosiac/Color_balance.py -------------------------------------------------------------------------------- /Image mosiac/TrueOrtho_mosiac_rough.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/Image mosiac/TrueOrtho_mosiac_rough.py -------------------------------------------------------------------------------- /PC to DSM/DEMInterp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/PC to DSM/DEMInterp.py -------------------------------------------------------------------------------- /PC2Ortho/PC2ortho.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/PC2Ortho/PC2ortho.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/README.md -------------------------------------------------------------------------------- /T_ortho_py/True_Ortho.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/T_ortho_py/True_Ortho.py -------------------------------------------------------------------------------- /T_ortho_py/ntu_pix4d_0212_calibrated_external_camera_parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/T_ortho_py/ntu_pix4d_0212_calibrated_external_camera_parameters.txt -------------------------------------------------------------------------------- /T_ortho_py/ntu_pix4d_0212_dsm.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/T_ortho_py/ntu_pix4d_0212_dsm.tfw -------------------------------------------------------------------------------- /True Ortho/True_ortho_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/True Ortho/True_ortho_test.m -------------------------------------------------------------------------------- /True Ortho/dsm_angle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/True Ortho/dsm_angle.m -------------------------------------------------------------------------------- /True Ortho/ntu_pix4d_0212_calibrated_external_camera_parameters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/True Ortho/ntu_pix4d_0212_calibrated_external_camera_parameters.txt -------------------------------------------------------------------------------- /True Ortho/sort_array.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/True Ortho/sort_array.m -------------------------------------------------------------------------------- /True Ortho/trueortho_generation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/True Ortho/trueortho_generation.m -------------------------------------------------------------------------------- /UAV2TrueOrtho layer/RDP_UAV2TrueOrho.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LeonChen66/UAV-and-TrueOrtho/HEAD/UAV2TrueOrtho layer/RDP_UAV2TrueOrho.py --------------------------------------------------------------------------------