Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use ossim-orthoigen to get the orthophoto? #249

Open
KeoChi opened this issue Feb 25, 2020 · 2 comments
Open

How to use ossim-orthoigen to get the orthophoto? #249

KeoChi opened this issue Feb 25, 2020 · 2 comments

Comments

@KeoChi
Copy link

KeoChi commented Feb 25, 2020

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!

@oscarkramer
Copy link
Member

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.

@KeoChi
Copy link
Author

KeoChi commented Mar 13, 2020

It would be better if ossim could produce a specific tutorial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants