s2p
s2p copied to clipboard
This repository is not maintained, please use https://github.com/centreborelli/s2p instead.
This PR follows the same logic as PR #193. It modifies the `keypoints_match` implementation in `sift.py` module, while preserving its API. SIFT keypoints are now read from the txt file...
This PR removes calls to ransac binaries at then of the matching function in `sift.py`. This mode was barely used and we already have the epipolar checks for that. I...
Hi! First of all great project and code I have been using it for a while now as a baseline for my own research! Unfortunately I am am currently stuck...
This PR adds a test for the function common.image_apply_homography. The test uses a synthetic image made of vertical stripes and zooms it by 0.51 (i.e. zoom out by roughly a...
This PR replaces the `homography` c++ program with the Python `affine_crop` function. `homography` was used only with affine transforms so even if the `affine_crop` function cannot be used to apply...
Read tile data once at beginning with gdal or rasterio.
I'm trying to run s2p on worldview3 pairs without downloading the entire 40k by 40k `full-images`. I can do this with nasa ASP by placing my crops of interest in...