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
- Host: GitHub
- URL: https://github.com/rushirg/computervision
- Owner: rushirg
- Created: 2019-09-29T05:31:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T02:07:10.000Z (over 5 years ago)
- Last Synced: 2025-01-21T18:29:50.039Z (3 months ago)
- Topics: computer-vision, corner-detection, edge-detection, harris-corners, image-transformations, sobel-operator
- Language: Python
- Homepage:
- Size: 4.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)