MISS3D / s2p

This repository is not maintained, please use https://github.com/centreborelli/s2p instead.
GNU Affero General Public License v3.0
144 stars 77 forks source link

Remove homography binary and replace by pure python code. #152

Open jmichel-otb opened 6 years ago

jmichel-otb commented 6 years ago

The homography binary is over complex and can be replaced by native python code.

carlodef commented 5 years ago

Work in progress in pull request #189. We still need to implement image filtering before the call to scipy.ndimage.affine_transform to prevent aliasing.