theothergrantdavidson / opencv-ts

A place for the typescript bindings for OpencvJS
Apache License 2.0
51 stars 18 forks source link

Add types to HoughLines and Canny functions #30

Closed clement-baby closed 2 years ago

clement-baby commented 2 years ago

Hello !

I wanted to add aperture size and L2 gradient in Canny function and i wanted to add min line length and max gap in houghLinesP function.

I tried to make these updates to this repository but i don't have access rights to make a Pull Request. Could it be possible to contribute to this project please ?

Bye 🙂

clement-baby commented 2 years ago

Nevermind I did not know that I had to make a fork.