songyuncen / EdgesSubPix

Sub-Pixel Edge Detection Using OpenCV
BSD 3-Clause "New" or "Revised" License
203 stars 78 forks source link

How to add this module to cv2? #3

Open Abhijit-2592 opened 6 years ago

Abhijit-2592 commented 6 years ago

Can anyone explain me how to add this module to opencv? I am working with opencv python. Is it possible to extend this module via opencv's python bindings?

Thanks