Is there a way to use the imregconfig without using the imregister?

2 views (last 30 days)
Hi guys, I'm implementing a non-linear image registration algorithm and I saw that the MATLAB has the function imregister which does image registration, but I'd like using its functionalities outside of the function. Is that possible?
Here is an example of what I want:
The function has a gradient descent optimizer and a mutual information metric, but I can not find those functionalities for using outside of imregister.

Accepted Answer

Matt J
Matt J on 26 Aug 2019
Edited: Matt J on 26 Aug 2019
You can also use it in imregtform, but nothing else, unfortunately.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!