Khilan Ravani
Khilan Ravani
De-convolution is used to correct the systematic error of blur (loss of contrast in smaller features) in images. This particular variant is used when no information about the distortion (blurring...
An outline implementation of Floyd Steinberg Dithering algorithm (The errors calculated are not exactly correct and the values currently used are testing ones). Please note that this is an initial...
An implementation of adding Gaussian noise to images. A few changes yet to be made before producing sample outputs.
A partial pure implementation of Gabor filter. A few changes yet to be made before producing sample outputs.
An initial version of Otsu Clustering algorithm. A few changes yet to be made before producing sample outputs.