NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
493 stars 173 forks source link

Hole filling for ortho images #177

Closed oleg-alexandrov closed 1 year ago

oleg-alexandrov commented 6 years ago

I sped up a lot point2dem's hole-filling of ortho images. The problem now is that one should turn off outlier filtering for hole-filling to work. This is specific to ortho images, and does not affect hole-filling in DEMs (this is documented). It looks like a simple problem to do it right, the complications come from the existing code framework and desire to both be able to process large images and make it fast. Some refactoring of the code need to be done to get this process completely right.

oleg-alexandrov commented 1 year ago

Hasn't been an issue since.