adityajain07 / Drone-Images-Mosaicing

This project contains the code written from scratch to generate mosaics out of drone imagery. This code can also be used for panorama generation.
51 stars 14 forks source link

Function issue #2

Open martinchez opened 3 years ago

martinchez commented 3 years ago

i am having an issue with giveMosaic() kindly help am getting am <b>ErrorList,ImgNumbers,GoodMatches = giveMosaic(img1, 10000)</b>

<b>heightM,widthM = FirstImage.shape[:2] this line give this error</b> AttributeError: 'NoneType' object has no attribute 'shape'