Does OpenCV 3.x have C API for Machine Learning?
As I see in the docs, there seems to be only C++ classes. If I need to use ML in C, do I have to write my own wrapper?
PS. I am not actually planning on to use ML in C, but in Haskell. However, Haskell does not have C++ FFI, so I need C interface
You can take a look at the outdated C and Haskel binding proposal: https://github.com/opencv/opencv_cont... (maybe even revive it!)