An open API service indexing awesome lists of open source software.

https://github.com/rushirg/computervision

Implementation of Computer Vision Algorithms
https://github.com/rushirg/computervision

computer-vision corner-detection edge-detection harris-corners image-transformations sobel-operator

Last synced: about 1 month ago
JSON representation

Implementation of Computer Vision Algorithms

Awesome Lists containing this project

README

        

## Computer Vision Algorithms Implementation

### Summary
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](https://github.com/rushirg/ComputerVision/tree/master/CornerDetection)(Harris Corners)
* [Edge Detection](https://github.com/rushirg/ComputerVision/tree/master/EdgeDetection)(Sobel Operator)
* [Image Transformation](https://github.com/rushirg/ComputerVision/tree/master/ImageTransformation)(Rotation, Scaling, and Translation)