You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "d:\Image-Stitching-OpenCV\Image_Stitching.py", line 92, in <module>
main(imageA,imageB)
File "d:\Image-Stitching-OpenCV\Image_Stitching.py", line 74, in main
final=Image_Stitching().blending(imageA,imageB)
File "d:\Image-Stitching-OpenCV\Image_Stitching.py", line 51, in blending
H = self.registration(img1,img2)
File "d:\Image-Stitching-OpenCV\Image_Stitching.py", line 31, in registration
return H
UnboundLocalError: local variable 'H' referenced before assignment
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: