Official landing page for the book:
Embedded Digital Image Processing with Microcontrollers: Applications on STM32 Development Boards Cem Unsalan and Ozan Durgut, Springer, 2026
A hands-on introduction to digital image processing on resource-constrained hardware, built around practical STM32 examples: acquiring images, processing pixels, filtering, morphology, neural networks, and running image-processing ideas directly on microcontrollers.
The accompanying code is collected under the embeddip organization on GitHub.
- STM32 examples: https://github.com/embeddip/examples-stm32
- Core library (embedDIP): https://github.com/embeddip/embedDIP
- Python UART image/video transfer tool (PyDIPLink): https://github.com/embeddip/PyDIPLink
- Arduino edition: Applications on Arduino Boards
Cem Unsalan and Ozan Durgut