MATLAB: Is there a way to use the imregconfig without using the imregister

image processingImage Processing Toolboximage registration

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.

Best Answer

You can also use it in imregtform, but nothing else, unfortunately.