필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Matlab Tutorial Error?

조회 수: 1 (최근 30일)
Ranga Tudugala
Ranga Tudugala 2015년 12월 31일
마감: MATLAB Answer Bot 2021년 8월 20일
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
Image Analyst
Image Analyst 2015년 12월 31일
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.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by