Category: MATLAB
Code written in the MATLAB programming language. The code may also work using Octave.
Advent of Code 2016
Enhancing Image Quality of Thermal Images (Seek)
Enhancing Spy Camera Photos of Documents
Smoothing a Halftone Photo using FFT
Reducing VHS Salt-and-Pepper Noise
CSV Parsing in Matlab
Finding the Taxi Cab Numbers
Realistic Fire Simulation using Cellular Automata
Faster Linear Convolution Using Careful Zero Padding
When computing a linear convolution between an image I and a kernel K, the convention is to use FFT, pad with zeroes (also called zero filling) and use the convolution theorem to do this efficiently.…