Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Matlab Tutorial Error?

1 visualizzazione (ultimi 30 giorni)
Ranga Tudugala
Ranga Tudugala il 31 Dic 2015
Chiuso: MATLAB Answer Bot il 20 Ago 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 Commento
Image Analyst
Image Analyst il 31 Dic 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.

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by