I would add the support if I needed the library, but I don't, at least not yet.
For a while I went deep into OCR, and built a rather rudimentary stroke width transform (https://github.com/aadv1k/swt.h) but again, the results were very hit or miss, likely because I never took the time to understand the logic behind why these functions would work.
1) Optimise many of the functions (a lot of room to use GPU, multi-threading and what not!). 2) Add new functions and improve the existing edge detection ones
I would love to know of a good resource for computer vision, the various algorithms, optimisation techniques etc. Thanks for sharing this project! Cheers
spend some time to understand how CV worked before deep learning transformed it in 2012->2014. lots of those techniques are still useful
It will be interesting to see what you did differently!