libsrcnn icon indicating copy to clipboard operation
libsrcnn copied to clipboard

Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.

Results 6 libsrcnn issues
Sort by recently updated
recently updated
newest added

## OpenMP breaks convolution images, ![image](https://github.com/rageworx/libsrcnn/assets/6948225/639c4b3f-eb92-4776-9ff3-bb8716221fd4) * Maybe solve by adjusting openmp preprocesor parameters.

bug

Left here to performance of each different platforms.

documentation

Default llvm (clang) of macOS not supports openmp basically. Experimental performance enhancement for Intel CPU based Mac systems.

enhancement

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...

enhancement

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

enhancement