Skip to content

Javascript/Typescript implementation of Hough transform with small application to use it

License

Notifications You must be signed in to change notification settings

Zgragselus/HoughJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HoughJS

Javascript/Typescript implementation of Hough transform with small application to use it

Installation

Installation/build is straight forward - the resulting build is in dist folder.

Linux

To install and build on Linux just run:

npm install
npm run build

Windows

TO install and build on Windows just run:

npm install
npm run build-windows

Running

Simply load an image, which then gets transformed by hough. Ideally you want image containing contour or such.

Output

Output is array of lines (normalized).

About

Javascript/Typescript implementation of Hough transform with small application to use it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published