Skip to content(if available)orjump to list(if available)

Image Processing in C – Dwayne Phillips [pdf]

TrackerFF

310 pages of text, 500 pages of C code in the appendix - this could need a supplemental github page.

typolisp

[dead]

SanjayMehta

You might find this interesting as well:

https://www.spinroot.com/pico

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