Oliver-Loeffler / image-registration

Java API to perform for image registration using control points (landmarks). Supports rigid transforms and affine transforms. Decouples matrix computation from API, so use of different Java matrix computation libraries is possible.
https://oliver-loeffler.github.io/image-registration/
Apache License 2.0
6 stars 0 forks source link

Add non-linear rigid transform. #7

Open Oliver-Loeffler opened 5 years ago

Oliver-Loeffler commented 5 years ago

Add a non-linear alignment function and compare linear-alignment vs. non-linear alignment in terms of precision and performance.

Oliver-Loeffler commented 4 years ago

The current linear rotation is only suitable for very small angles (range of milliradians to nanoradians). For larger angles rotation calculation shall be non-linear.