In this repository, the image features matching and mixing algorithms are provided.
- By running main.py, you can reproduce the image features matching and mixing based on OpenCV.
- By running sift.py, you can reproduce the SIFT algorithm implemented by Python.