abhijitnathwani / image-processingLinks
Image Processing Codes using C, without the use of any external libraries. The codes in this repository apply traditional image processing algorithms with use of plain C language, which is almost run everywhere.
☆120Updated last year
Alternatives and similar repositories for image-processing
Users that are interested in image-processing are comparing it to the libraries listed below
Sorting:
- Neural Network framework using Backpropogation in C☆77Updated 3 years ago
- Generic data structures and algorithms implemented in c language.☆82Updated 2 years ago
- Examples from the "C++ From Scratch" Series☆95Updated 2 years ago
- My C++ deep learning framework & other machine learning algorithms☆88Updated 2 years ago
- C++ example code for YouTube tutorials☆89Updated 2 years ago
- Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.☆256Updated last year
- A custom malloc implementation in C explained☆63Updated 3 years ago
- Convolutional Neural Network in C (for educational purposes)☆29Updated 4 years ago
- 40+ image processing algorithms with C++ and CImg Library: Well-Documented