MATLAB: Does MATLAB 7.8 (R2009a) have tools to perform image registration on complex-valued imagery

complex-valuedimageImage Processing Toolboximageryregistration

I am using the CPSELECT utility to perform image registration. CPSELECT requires real inputs and so does CP2TFORM which is used to infer the transformation parameters.
I would like to have this functionality for my complex valued images.

Best Answer

The ability to perform image registration on complex-valued imagery is not available in MATLAB 7.8 (R2009a).
As a possible workaround, if you can infer a transformation using your own approach, you can then use IMTRANSFORM to apply it to your complex imagery.