Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 266 Bytes

File metadata and controls

3 lines (2 loc) · 266 Bytes

IMAGE_STITCHING_using_opencv_python

This Project stitches two images and make a panaroma image using opencv stitch function. It drawMatches between images and uses SIFT feature detection to determine the image features and stitch it together to get output image.