Skip to content

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

License

Notifications You must be signed in to change notification settings

casensiom/fast-image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published