Dicom Image Registration Error?
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
when im run this tutorial http://in.mathworks.com/help/images/registering-multimodal-mri-images.html#zmw57dd0e13337
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 somebody tell what happened ?
1 commentaire
Walter Roberson
le 31 Déc 2015
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!