Mainly based on opencv-python, numpy, sklearn, etc., this project implements:
- Image Stitching
- Object Detection
- Object Tracking
- Image Retriveal
pysift:
Based on pysift implemented by @rmislam using pure python from scratch, its data structure and algorithm are similar to the method described in Opencv, for which it's a good way to learn the theory of sift though inefficient.
For any other details, please read the code.