Image Processing in C – Dwayne Phillips [pdf]
10 comments
·March 14, 2025SanjayMehta
You might find this interesting as well:
numba888
2000-2003, both are pre-historic. We have neural networks now to do things like upscaling and colorization.
null
[deleted]
vincenthwt
Yes, those methods are old, but they’re explainable and much easier to debug or improve compared to the black-box nature of neural networks. They’re still useful in many cases.
earthnail
Only partially. The chapters on edge detection, for example, only have historic value at this point. A tiny NN can learn edges much better (which was the claim to fame of AlexNet, basically).
310 pages of text, 500 pages of C code in the appendix - this could need a supplemental github page.