docs/sphinx/rst/software/MVS/AgisoftPhotoscan.rst
Export to Agisoft Photoscan
Once a 3D calibration has been computed you can convert the SfM_Ouput files to a Agisoft Photoscan project.
OpenMVG exports camera information ready to be used in a photoscan project.
.. code-block:: c++
$ openMVG_main_openMVG2Agisoft -i <Dataset_Path>/sfm_data.bin -o <Dataset_Path>/AgisoftPhotoscan/
.. code-block:: c++
$ openMVG_main_openMVG2PMVS -i <Dataset_Path>/sfm_data.bin -o <Dataset_Path>/PMVS
Use Agisoft XML (*.out) file type for loading the cameras.xml file generated by openMVG_main_openMVG2Agisoft.
Or use Bundler (*.out) file type to load the bundle.rd.out file generated by openMVG_main_openMVG2PMVS.