inspirit / jsfeat

JavaScript Computer Vision library.
MIT License
2.74k stars 372 forks source link

Issue #27: Add a hough transform implementation ported from opencv #44

Closed charleslaw closed 9 years ago

charleslaw commented 9 years ago

I took a stab at this and it's working for me.

inspirit commented 9 years ago

Great thanx for this. can you also add a demo/example so that people can try it with webcam for example (see jsfeat docs/examples)?