setsmdeveloper / SETSM

The Surface Extraction from TIN-based Searchspace Minimization (SETSM) software is a fully automatic algorithm for deriving Digital Terrain Models (DTM) from pairs of satellite imagery.
Apache License 2.0
64 stars 19 forks source link

can SETSM software in this repository used by other program language? #15

Open jwLuo6413 opened 1 month ago

jwLuo6413 commented 1 month ago

SETSM algorithm is more suitable and accurate for DEM generation in high-relief regions, like snow-covered or glaciated area in Arctic, Antarctica, and High Mountain Asia (Noh and Howat, 2017), compared with other software, such as ASP (Ames Stereo Pipeline). I am very interested in its effective performance in high relief areas. However, this repository is only written in C++ and I still cannot find SETSM algorithm implemented in pure Java or Python, which largely hinder its application. I know that Python can use C++ dynamic library, but it has some limitations, which is not convenient and user-friendly for SETSM algorithm development. I just want to know is there any other sources about SETSM built in Python, considering its much wide usage in deep learning and image processing field?