linrl3 / Image-Stitching-OpenCV

Simple image stitching algorithm based on SIFT, homography, KNN and Ransac in Python and OpenCV
MIT License
198 stars 43 forks source link

Cannot imshow final result #8

Closed thanglm20 closed 1 year ago

thanglm20 commented 1 year ago

I tried to cv2.imshow the final result, but I only got a black & white image. can you imshow your result?