This repository contains key computer vision algorithms and techniques, with plans for future deep learning additions.
- Introduction
- Corner Detection and Feature Matching
- Epipolar Geometry and Edge Detection
- Fourier Transform and AHE (Adaptive Histogram Equalization)
- Transformation
- Upcoming: Deep Learning and CNNs
- Corner Detection and Feature Matching: Detect and match keypoints using methods like Harris, SIFT, and ORB.
- Epipolar Geometry & Edge Detection: Stereo vision and edge detection algorithms like Canny and Sobel.
- Fourier Transform & AHE: Frequency domain analysis and contrast enhancement using Adaptive Histogram Equalization.
- Transformation: Image manipulations including rotation, scaling, and affine transformations.
- Introduction to Neural Networks and CNNs.
- Image classification, object detection, and transfer learning using popular architectures.
- Clone the repo:
git clone <repo-url>
Contributions and suggestions for new topics are welcome.