Blog
Entries
Writing about what I learn while building software.
Filtering image noise
What image noise is, where it comes from, and how to remove salt-and-pepper noise using a median filter implemented from scratch in Python.
Computer Vision Fundamentals
How machines read images — grayscale matrices, pixel values, kernels, and the convolution operation explained from scratch.