airlab-unibas / airlab

Image registration laboratory for 2D and 3D image data
Apache License 2.0
408 stars 92 forks source link

How to get corresponding point coordinate in transformed image? #27

Open breAchyz opened 4 years ago

breAchyz commented 4 years ago

I have marked some landmarks in images and applied affine transformation on images. And I want to get the corresponding landmark coordinate in transformed images. What should I do? I test the AffineTransformation.get_inverse_displacement() but a TypeError is shown.