A computer vision project implementing and comparing various feature detection and description algorithms, including:
- SIFT (Scale-Invariant Feature Transform)
- Harris Corner Detector
- Lambda Minus |R| (λ - |R|) Method
This project provides both algorithmic implementations and a graphical user interface (GUI) for visualization and comparison.
- Python 3.7+
- OpenCV (
cv2
) - NumPy
- Matplotlib
- PyQt5 (for GUI)
Install dependencies:
pip install -r requirements.txt
python main.py
The GUI allows users to select images and apply different feature detection algorithms for comparison.
This project is licensed under the MIT License.