Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Matlab Tutorial Error?

1 vue (au cours des 30 derniers jours)
Ranga Tudugala
Ranga Tudugala le 31 Déc 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
Im getting this error after this codes
movingRegisteredAffineWithIC = imregister(moving,fixed,'affine',optimizer,metric,...
'InitialTransformation',tformSimilarity);
This is the error
Error using imregtform>parseInputs (line 240)
Parameters must be a character.
Error in imregtform (line 119)
parsedInputs = parseInputs(varargin{:});
Error in imregister (line 115)
tform = imregtform(varargin{:});
can sombody tell what happened ?
  1 commentaire
Image Analyst
Image Analyst le 31 Déc 2015
Can you make it easy for us by attaching the m-file. That web page doesn't seem to have it all as one contiguous block of code but it's scattered all over the place.

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by