Hello,
can you recommend machine learning library in c++, which specializes in 2d/3d image segmentation? I was looking at MLPack and dlib , while the other libraries either look dead to me (opennn, eblearn) or are written in python and have poor c++ bindings. What interests me is to be able to debug the algorithms, to have CUDA support and to be written entirely in C++ or to have good c++ binding (and at least decent documentation).
I tried Tensorflow and Keras before, but these things are hard to support, cant be debugged easily and require special environments, which cannot be worked professionally with. I am aiming for something, which runs in Visual Studio (or other IDE) and produces single .exe on which parameters can be passed.