s2p icon indicating copy to clipboard operation
s2p copied to clipboard

Remove homography binary and replace by pure python code.

Open jmichel-otb opened this issue 6 years ago • 1 comments

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

jmichel-otb avatar Jul 13 '18 08:07 jmichel-otb

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.

carlodef avatar Feb 25 '19 19:02 carlodef