libsrcnn
libsrcnn copied to clipboard
Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
## OpenMP breaks convolution images,  * Maybe solve by adjusting openmp preprocesor parameters.
Default llvm (clang) of macOS not supports openmp basically. Experimental performance enhancement for Intel CPU based Mac systems.
Some issues before, years ago - - https://github.com/rageworx/SRCNN_OpenCV_GCC/issues/2 - https://github.com/rageworx/SRCNN_OpenCV_GCC/issues/7 Issuer @zvezdochiot introduced his code with [stb](https://github.com/nothings/stb) Less memory ( convolution with layer I and II at once ) but...
macOS updated to 13 ( Darwin 22 ) with new clang. Maybe need to update code compatibility with latest clang standard, also other compilers - MinGW-W64 g++ 12. Linux is...
Transplant algorithm to SRCNN Y channel ( gray ) to librawprocess as a new feature. https://github.com/rageworx/librawprocessor