I am getting the following error in the program of IMAGE MOSAIC USING SIFT ALGORITHM. Can anyone please help me out with the same? Also the matrix H is going infinite, what is the reason for that? Is there any input image restriction in the program?

4 views (last 30 days)
please help me out in the following error I am getting, in the maketform function of MATLAB.
H =
Inf NaN NaN
NaN NaN NaN
NaN NaN NaN
Error using maketform>validate_matrix (line 301) All elements of A must be finite.
Error in maketform>projective (line 236) A = validate_matrix( A, 'projective' );
Error in maketform (line 129) t = feval(fcn,varargin{2:end});
Error in imMosaic (line 17) tform = maketform('projective',H');
Error in main (line 12) img0 = imMosaic(img2,img1,1);
  1 Comment
Rochan Patel
Rochan Patel on 28 Sep 2013
maketform is used in the ImMosaic is "tform = maketform('projective',H');".........
and ImMosaic is used in main is "img0 = imMosaic(img2,img1,1);".......

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!