Steps:
Set a directory where results will be saved with menu File
-> Set Project Directory
. Note that previous results in this folder may be overwritten. So back up them or use a different folder if you want to keep previous results.
Add your images with File
-> Add Images
. You can select multiple images in a batch. There will be a dialog for optical parameters. If the added images are shot with the same camera and locked focus, you should tick Tied Optics
, otherwise uncheck it. The focal length (fx, fy), and optical center (cx and cy) are in pixels and the client will try to infer the values from EXIF info. The optical center coordinates start from topleft corner (rather than center) of the (0,0) pixel. So a ideal pin hole camera will have (cx = width * 0.5, cy = height * 0.5). The distortion parameters are defined in OpenCV convention and defaults to zero. If you have pre-calibrated parameters, that will help improve precision. For images shot with some DJI drones, e.g. DJI Phantom 4 RTK, the pre-calibrated parameters in the XMP metadata will be used.
Optionally set sparse reconstruction (image alignment) settings with Project
-> SFM Settings
.
fx = fy
constraint during optimization.Optionally save the config with File
-> Save SFM Config
, so in case of failure you can reload the above into with File
-> Import SFM Config
.
Start sparse reconstruction with Project
-> Align Images
. On finishing, a sparse 3D model will be shown. If multiple models are generated and cannot be merged, the largest one will be shown. The sparse model will be saved in the project folder in three formats:
Start dense reconstruction for the shown sparse model, with Project
-> Densify Point Cloud
. On finishing, the dense point cloud will be shown and saved as *_dense.ply
.