Javascript/Typescript implementation of Hough transform with small application to use it
Installation/build is straight forward - the resulting build is in dist folder.
To install and build on Linux just run:
npm install
npm run build
TO install and build on Windows just run:
npm install
npm run build-windows
Simply load an image, which then gets transformed by hough. Ideally you want image containing contour or such.
Output is array of lines (normalized).