Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.