You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have a set of aerial images. I use SFM to get every pose of aerial images and use MVS to compute the dense point cloud. The DEM can be calculated by interpolation from the dense point cloud. Then how do I use ossim-orthoigen to get the orthophoto? Can you give an example about Orthorectification? Thank you!
The text was updated successfully, but these errors were encountered:
The app you want to use is ossim-chipper as it has a better interface for orthorectification. Use the option --op ortho. You need to have a DEM in a file format that OSSIM can handle (for example DTED). Then you need a proper sensor model to perform the ray tracing from image to the terrain. The sensor model will need to be added to OSSIM as a derived class of ossimSensorModel and either added to your core OSSIM or create a plugin. There is documentation on how to do that in the OSSIM documentation.
For example, I have a set of aerial images. I use SFM to get every pose of aerial images and use MVS to compute the dense point cloud. The DEM can be calculated by interpolation from the dense point cloud. Then how do I use ossim-orthoigen to get the orthophoto? Can you give an example about Orthorectification? Thank you!
The text was updated successfully, but these errors were encountered: