Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casensiom/fast-image-processing
Fast image processing. Implements Canny, Gaussian Blur, Hough edge detection, Crop with perspective.
https://github.com/casensiom/fast-image-processing
canny canny-edge-detection crop edge edge-detection edges fast hough hough-transform perspective
Last synced: about 1 month ago
JSON representation
Fast image processing. Implements Canny, Gaussian Blur, Hough edge detection, Crop with perspective.
- Host: GitHub
- URL: https://github.com/casensiom/fast-image-processing
- Owner: casensiom
- License: mit
- Created: 2017-09-24T21:15:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T09:36:46.000Z (about 7 years ago)
- Last Synced: 2023-07-02T21:32:37.431Z (over 1 year ago)
- Topics: canny, canny-edge-detection, crop, edge, edge-detection, edges, fast, hough, hough-transform, perspective
- Language: C
- Homepage:
- Size: 39.1 KB
- Stars: 20
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
* Fast Edge Detection Library *
This library is a basic edge detection using Canny and Hough (well known) algoritms.
I decide to do my own library because the ones that I found were complex or not well optimized.This library has no dependencies, is portable small and fast.
## Still is a work in progress library.
A lot of testing must be done. Until now I just coded the basics to implement the hough, but as a library is far from be usable.