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

https://github.com/casensiom/fast-image-processing

This repository implement some image processing to know how they work internally. Includes 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: 15 days ago
JSON representation

This repository implement some image processing to know how they work internally. Includes Canny, Gaussian Blur, Hough edge detection, Crop with perspective.

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.