The repository contains implementation of some common Computer Vision Algorithms with built-in functions from OpenCV and implementation of similar algorithms without OpenCV module.
It has implementation of following Computer Vision Algorithms
- Corner Detection(Harris Corners)
- Edge Detection(Sobel Operator)
- Image Transformation(Rotation, Scaling, and Translation)