Changes between Version 12 and Version 13 of Procedures/PhotoScan
- Timestamp:
- Jan 28, 2019, 9:25:16 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/PhotoScan
v12 v13 1 1 == Generating Photogrammetry Products == 2 This page aims to guide a user through photogrammetry processing using Agisoft PhotoScan.[[BR]]3 Refer to ~arsf/doc/photoscan_processing/ for a step by step guide using a PhotoScanGUI.[[BR]]2 This page aims to guide a user through photogrammetry processing using Agisoft Metashape (formally PhotoScan).[[BR]] 3 Refer to ~arsf/doc/photoscan_processing/ for a step by step guide using a Metashape GUI.[[BR]] 4 4 [[BR]] 5 5 6 == Processing using PhotoScan==6 == Processing using Metashape == 7 7 8 8 '''Overview:''' … … 20 20 || ||ps_workflow.cfg|| 21 21 22 The arf_photoscan library currently contains two scripts for automating PhotoScanprocessing of NERC-ARF data:23 '''ps_ortho_processing_before_input_gcp.py''' will set up a PhotoScan project and align photographs. If Ground Control Points (GCPs) are available, then the script will stop and prompt you to manually locate them in the PhotoScan project. If no GCPs are available, the script will complete the whole PhotoScanprocessing workflow without (obviously accuracy of data is significantly reduced). This step is not automated. '''ps_ortho_processing_after_input_gcp.py''' is run after the and placement of Ground Control Points.[[BR]]22 The arf_photoscan library currently contains two scripts for automating Metashape processing of NERC-ARF data: 23 '''ps_ortho_processing_before_input_gcp.py''' will set up a Metashape project and align photographs. If Ground Control Points (GCPs) are available, then the script will stop and prompt you to manually locate them in the Metashape project. If no GCPs are available, the script will complete the whole Metashape processing workflow without (obviously accuracy of data is significantly reduced). This step is not automated. '''ps_ortho_processing_after_input_gcp.py''' is run after the and placement of Ground Control Points.[[BR]] 24 24 25 25 '''Ground Control Points'''[[BR]] 26 Coordinates of GCPs in CSV format can be added to PhotoScan. The user will then need to 'drag and drop' the marker locations to their locations visible in the photographs input. This needs to be done for '''all''' photographs each GCP is visible in.[[BR]]26 Coordinates of GCPs in CSV format can be added to Metashape. The user will then need to 'drag and drop' the marker locations to their locations visible in the photographs input. This needs to be done for '''all''' photographs each GCP is visible in.[[BR]] 27 27 Note: once a couple of GCPs have been located in multiple respective photographs; the 'reproject' button (looks like a recycling symbol) will automatically place the remaining photo. These will still need to be accurately places, but will save a lot of time nevertheless.[[BR]] 28 28 … … 35 35 }}} 36 36 37 * If no GCPs have been input in config file, (gcp_csv_path = None) or if gcp_csv_path does not exist, then ps_ortho_processing_before_input_gcp.py will run through the whole PhotoScanworkflow without GCPs.37 * If no GCPs have been input in config file, (gcp_csv_path = None) or if gcp_csv_path does not exist, then ps_ortho_processing_before_input_gcp.py will run through the whole Metashape workflow without GCPs. 38 38 * If a path to GCP CSV has been input into the config file, these GCP coordinates will need to be manually positioned to their correct locations on the aligned photographs. Once this has been achieved, the second script can be run: 39 39 … … 44 44 '''Config Information'''[[BR]] 45 45 The same config template is used.[[BR]] 46 The project directory (defined in config file) is the location of the PhotoScanproject file (*.psx) and other data produced whilst processing.[[BR]]46 The project directory (defined in config file) is the location of the Metashape project file (*.psx) and other data produced whilst processing.[[BR]] 47 47 The output directory (also defined in config) is where the Point Cloud, DEM and/or Orthomosaic is exported, if the associated parameters are True in config file. If the output directory does not exist, then it will be created.[[BR]] 48 48 [[BR]] … … 56 56 * Check the values in the eventfile. There may have been a problem when extracted them from the navigation data. 57 57 * Processing 58 * Check that the GCP placement in PhotoScanhas been undertaken in as many photographs that GCPs are present in as possible. Also look at the residual error of the project's spatial fit. Unusually high error values for a particular GCP marker would suggest that it has been placed in the wrong location.58 * Check that the GCP placement in Metashape has been undertaken in as many photographs that GCPs are present in as possible. Also look at the residual error of the project's spatial fit. Unusually high error values for a particular GCP marker would suggest that it has been placed in the wrong location. 59 59 60 60 == Creating Delivery == … … 65 65 || || || Read_Me-20171018.pdf || Instructions for use and description of dataset, plus any problems encountered || 66 66 || || || Read_Me-20180222_orthomosaic.pdf || Instructions for use and description of photogrammetry products || 67 || dem || || || Digital Surface Model(s) produced from PhotoScan. ||67 || dem || || || Digital Surface Model(s) produced from Metashape. || 68 68 || || || PHASEONE-IXU-ES17_126-2017170_dsm-utm30n.dem || Digital Surface Model in ENVI format || 69 69 || || || PHASEONE-IXU-ES17_126-2017170_dsm-utm30n.hdr || Header for accompanying Digital Surface Model in ENVI format || 70 70 || doc || || || Useful documents || 71 71 || || || camera_data_quality_report2012.pdf || Camera data quality report || 72 || || || ES17_126-2017170_ground_gps_points_composite.csv || Ground control point (supplied by PI) used during PhotoScanProcessing ||73 || || || PHASEONE-IXU-ES17_126-2017170_photoscan_processing_report_20180222.pdf || Agisoft PhotoScangenerated processing report. ||72 || || || ES17_126-2017170_ground_gps_points_composite.csv || Ground control point (supplied by PI) used during Metashape Processing || 73 || || || PHASEONE-IXU-ES17_126-2017170_photoscan_processing_report_20180222.pdf || Agisoft Metashape generated processing report. || 74 74 || || || RCD105_SN21_Calibration_Certificate.pdf || Camera Calibration Certificate || 75 75 || eventfile || || PHASEONE-IXU-ES17_126-2017170-ImageEvents.csv || CSV file containing pos/att info per photograph event (may be missing if camera crashed) || 76 76 || orthomosaic || || PHASEONE-IXU-ES17_126-2017170_mosaic-utm30n.tif || Orthorectified mosaic of photographs in GTiff format || 77 77 || photographs || || photographs/PHASEONE-IXU-ES17_126-2017170-00001.tif || Tagged tif files of each photograph in area of interest || 78 || point_cloud || || || Exports of the 'Dense Cloud' generated in PhotoScan||78 || point_cloud || || || Exports of the 'Dense Cloud' generated in Metashape || 79 79 || || ascii || PHASEONE-IXU-ES17_126-2017170_point_cloud.txt || Point cloud in ASCII format || 80 80 || || las1.2 || PHASEONE-IXU-ES17_126-2017170_point_cloud.laz || Point cloud in LAS 1.2 format ||