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.
☆119Updated 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
- Examples from the "C++ From Scratch" Series☆95Updated 2 years ago
- My C++ deep learning framework & other machine learning algorithms☆88Updated 2 years ago
- Convolutional Neural Network in C (for educational purposes)☆29Updated 4 years ago
- Tutorials and simple programs in ARM Assembly☆34Updated 10 years ago
- Generic data structures and algorithms implemented in c language.☆82Updated 2 years ago
- Download required libraries from here☆44Updated 8 years ago
- An open source library for C☆252Updated 2 years ago
- C++ implementation from scratch of the most famous algorithms for image processing, such as Sobel, Blur, Affine Transformations, Region D…☆49Updated 4 years ago
- A very quick and dirty XML library in C☆28Updated last year
- Mathematics library for C and C++☆50Updated last year
- A collection of useful books and papers for learning and programming in ANSI C☆322Updated 5 years ago
- ☆290Updated 2 years ago
- C++ example code for YouTube tutorials☆89Updated 2 years ago
- My works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo☆53Updated 7 years ago
- Embedded Programming with Modern C++ Cookbook, published by Packt☆76Updated 2 years ago
- A simple neural network implement in c++☆130Updated last year
- Simple Perceptron Implementation inspired by Veritasium Video☆100Updated 3 years ago
- LRU-Cache-using-C